Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

different sign not work

I want to use different sign to exclude values ​​and not working.

for example:

 

If(Id_Division <> 02, nombredivision) AS ndivision

but it is assimilating

help please

thank

1 Solution

Accepted Solutions
Sokkorn
Master
Master

Hi,

Try If(NOT MATCH(Id_Division,02), nombredivision) AS ndivision

Regards,

Sokkorn

View solution in original post

3 Replies
rajni_batra
Specialist
Specialist

Did u try it on Front -End??

If it works then try in script...

Sokkorn
Master
Master

Hi,

Try If(NOT MATCH(Id_Division,02), nombredivision) AS ndivision

Regards,

Sokkorn

Not applicable
Author

you have to be carefull with leading zeros