Hi All,
Actually I got one scenario while working on WEBI report.
First of all my table structure and data is as follows :
Customer No | Product ID | Order ID | Credit Limit | Total Amount |
---|---|---|---|---|
1 | P1 | O1 | 10000 | 200 |
1 | P2 | O2 | 10000 | 300 |
2 | P3 | O3 | 20000 | 500 |
2 | P3 | O4 | 20000 | 400 |
3 | P4 | O5 | 30000 | 600 |
3 | P5 | O6 | 30000 | 700 |
4 | P6 | O7 | 40000 | 800 |
Now, I have two data Providers :
In DP 1 , I am taking Customer No,Product ID,Credit Limit
& in DP 2, I am taking Customer No,Order ID,Total Amount.
Now I would like to see output as shown in table above.
How can I solve the issue with considering above scenario only.
I have already tried following methods :
Method 1: Merge Customer No object , then create the detail for Order ID object but I am getting #multivalue error because of 1 : N cardinality.
1 customer having more then 1 order and also more then 1 products.
So, Please let me know the logic\method how anyone can achieve this in WEBI.