Dear All ,
I have following Scenario
I am using two queries in One report
Query1 Output
| BAGL | Value |
|---|---|
| A00001 | 100 |
| A00002 | 200 |
| A00003 | 300 |
Query2 Output
| BAGL | Profit Center | Percentage |
|---|---|---|
| A00001 | PC1 | 100% |
| A00002 | PC2 | 50 % |
| A00003 | PC2 | 30 % |
I merged BAGL from Query one and 2
Expected Result is
| Profit Cenrter | Total |
|---|---|
| PC1 | 100 |
| PC2 | 190 |
Getting Result like
| Profit Center | Total |
|---|---|
| PC1 | 100 |
| PC2 | 400 (As the Percentage gated added here) |
Hoe to get the Expected result