Hi
I am using BPC 7.5 NW
We are trying to pull a specific data set using a EVDRE but for 1 particular dimension (plant) when we have the value = S_NONE we are not able to retrieve that that. We can get all other types but not this. We can see this data intersection in BW via listcube.
Example:
Account | Plant | Time | sign data |
---|---|---|---|
A_INTMKTCOVSPND | S_LD | 2014.PER01 | 1.4 |
A_INTMKTCOVSPND | S_NONE | 2014.PER01 | 2 |
A_INTMKTCOVSPND | S_NONE | 2014.PER01 | 3 |
A_INTMKTCOVSPND | S_MM | 2014.PER01 | 4 |
Can pull:
A_INTMKTCOVSPND | S_LD | 2014.PER01 | 1.4 |
A_INTMKTCOVSPND | S_MM | 2014.PER01 | 4 |
Can't pull
A_INTMKTCOVSPND | S_NONE | 2014.PER01 | 2 |
A_INTMKTCOVSPND | S_NONE | 2014.PER01 | 3 |
Things we have tried / checked
1) Re-indexed cube
2) Re started BWA
3) Tried going after the parent level and child level
4) checked ST22 for error (none)
5) re-ran LO job
6) EVGET allows you to pull the data
anyone have any thoughts on what we could pursue to figure out the issue?