Hi all, Kindly help me in acheivie the result.
Ex: Consider we are having two dimension as "Name", "Product" and Measure as "Unit Sold" in webi report.
| Name | Product | Unit sold |
|---|---|---|
| John | A | 50 |
| John | B | 100 |
| John | C | 75 |
| Philip | A | 60 |
| Philip | B | 90 |
| Philip | C | 100 |
| Philip | D | 80 |
Final result output should be...
| Name | Product | Unit Sold |
|---|---|---|
| John | B | 225 |
| Philip | C | 330 |
Clarification :
Show maximum "unit sold" accross for all "product" and for each "Name" and hide the remaining rows in table
Kindly help us in acheiving the result.
BY
Maya