Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
laumartinezb
Contributor II
Contributor II

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!!

Labels (1)
1 Reply
Wlad_Masi
Employee
Employee

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.