laumartinezb
Contributor II
2020-04-29
06:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Filter creation
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!!
1 Reply
Wlad_Masi
Employee
2020-05-26
04:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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*
To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.
396 Views