Dear Experts,
I have a requirement of hiding columns in my report dynamically.
Parameter | Char1 | Char2 | Char 3 |
---|---|---|---|
A | 10 | 5 | 6 |
B | Yes | No | Yes |
C | 15 | 41 | 40 |
D | 12 | 12 | 4 |
In Input Selection, I have a field called Char4.
When Char4 = 1, it needs to shows only two columns and hides the 3rd one.
Parameter | Char1 | Char2 |
---|---|---|
A | 10 | 5 |
B | Yes | No |
C | 15 | 41 |
D | 12 | 12 |
When Char4=2 in selection.It will show column char3
Parameter | Char3 |
---|---|
A | 6 |
B | Yes |
C | 40 |
D | 4 |
Please note, all fields stated above are Characteristics not Key figures.
Please let me know whether it is possible in BEX or WAD.