Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all!
I have to create different dashboards depending on which data I'm using. I have the information this way:
CM01 |
CM02 |
IM01 |
IM02 |
IM03 |
IM04 |
PM01 |
PM02 |
RM01 |
RM01A |
RM01B |
RM02 |
RM03 |
RM04A |
CM03 |
I would like to create a filter that only contains: CM01, CM02 and CM03.
Thank you in advance for your help!!
Hi @laumartinezb,
If the type of data is known and always the same, you can have an If statement with rules.
Something like:
If file type = 1, load CM*,
Else If file type = 2, load RM*,
Else Load PM*