Hi guyz,
Assuming I have two (2) providers, let's call them DSO1 and CUBE2..On top of them is a multiprovider, let's call it MPROV..
Fields of DSO1:
Payer with ATTR of Sales_Group
Indicator
Amount (KF)
Payer | Payer__Sales_Group | Indicator | Amount |
---|---|---|---|
AAA | X | YES | 10 |
BBB | X | YES | 20 |
CCC | X | 30 | |
DDD | Y | YES | 40 |
EEE | Y | 50 |
Fields of CUBE2:
Payer with ATTR of Sales_Group
Quantity (KF)
Payer | Payer__Sales_Group | Quantity |
---|---|---|
AAA | X | 600 |
BBB | X | 700 |
CCC | X | 800 |
DDD | Y | 900 |
EEE | Y | 1000 |
ACTUAL OUTPUT in multiprovider MPROV using CELLS:
Actual | Values |
---|---|
KF = Quantity Sales_Group = X | 2100 |
KF = Amount Sales_Group = X Indicator = YES |
30 |
KF = Amount Indicator = YES | 70 |
KF = Quantity Indicator = YES (constant selection) | |
KF = Quantity Sales_Group = Y Indicator = YES (constant selection) |
|
KF = Quantity Sales_Group = Y Indicator = exclude YES (constant selection) |
1900 |
But I wanted this output instead in multiprovider MPROV using CELLS:
Actual | Values |
---|---|
KF = Quantity Sales_Group = X | 2100 |
KF = Amount Sales_Group = X Indicator = YES |
30 |
KF = Amount Indicator = YES | 70 |
KF = Quantity Indicator = YES (constant selection) | 2200 |
KF = Quantity Sales_Group = Y Indicator = YES (constant selection) |
900 |
KF = Quantity Sales_Group = Y Indicator = exclude YES (constant selection) |
1000 |
NOTE:
I did not include the field CALMONTH in both providers since it is not important in this example..We assume that the sets of data above are in same month..
I was able to show the correct output in the first three (3) rows..However, the fourth (4th) and fifth (5th) rows show blank in my report even though I already mark the INDICATOR field as CONSTANT SELECTION..Sixth (6th) row also show incorrect result since it did consider the EXCLUSION of YES in INDICATOR field..Any ideas how can I solve this problem using only the BEx Query Designer? 4th and 5th rows have values of 2200 and 900, respectively, since AAA, BBB, and DDD have YES indicator in the DSO1 so I assume that making the field INDICATOR as constant selection will solve the problem..
I'm planning to add the INDICATOR field in the CUBE2 and do a lookup in DSO as my "LAST RESORT"..Any chance to achieve this using only BEx Query Designer?
Thank you!
Loed