Hello all,
I am attempting to create a report where the data is manipulated using drop-down filters. However I want to be able to select two values (in this case e.g. [A and B]) in a dimension that will be shown on the table. Below is a visualisation:
DROP DOWN OPTIONS
- Drop1 ( A and B)
- Drop2 (B and C)
- Drop3 (C and A)
TABLE
When Drop1 is selected
Name | FORECAST (FIRST LETTER) | FORECAST (SECOND LETTER) |
---|---|---|
VALUES | A | B |
VALUES 2 | A | B |
When Drop2 is selected
Name | FORECAST (FIRST LETTER) | FORECAST (SECOND LETTER) |
---|---|---|
VALUES | B | C |
VALUES 2 | B | C |
and so on....
I look forward to your replies.
Kind Regards,
N