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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Not Equal to function

Hi

I want to Exclude all 'APP' records from one of the field of the table.

I am using my syntax as  : If(Not wildmatch(Status ,'APP',''), Status)

Could you let me know its correct Syntax.

Regards

2 Replies
tresesco
MVP
MVP

Syntax looks okay. Where do you use this filter, in a chart calculation or in the script to exclude the data?

sunny_talwar

Are you doing a wild card search where you look for the word APP? May be you need this

If(not WildMatch(Status ,'*APP*'), Status)