Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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)