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:
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*