Hi All,
I got a requirement in Webi report, I have two charecterstics in report, example CHAR1 and CHAR2, now output of the report is as below,
| CHAR1 | CHAR2 |
|---|---|
| AAA | aa |
| bb | |
| cc | |
| BBB | aa |
| bb | |
| cc | |
| CCC | aa |
| bb | |
| cc |
But, user required below output.
| CHAR1 | CHAR2 |
|---|---|
| AAA | aa |
| BBB | bb |
| CCC | cc |
When the CHAR1 is AAA then the output of the CHAR2 should be aa only, so what kind of settings required to acheive this in Webi report.
Thanks & Regards,
Venkat