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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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