Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
berryandcherry6
Creator III
Creator III

Restrict to show only required data except some in filterpan

Hi,

i want to put filter pan where i need to show campaign id's other than 103, 104, 105, 107

i used this expression

if(not Match(103, 104, 105, 107), campaign_id)

but not working

What should be my expression?

Please help me on this

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Try this.

if(not Match(campaign_name,103, 104, 105, 107), campaign_name)


Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!