Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Not equal to

How to implement not equal to in layout of object?

6 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Please elaborate your problem.

Like what chart you are using and what you want to achieve.

Regards,

Kaushik Solanki

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

hi,

use -= in set analysis

Digvijay_Singh

Do you mean condition in chart expressions? like <>, please clarify more.

Not applicable
Author

Yes <>, thanks

Not applicable
Author

in if condition :

if ( a <> 1, sum(b))

in set Analysis:


sum({< a-={1}>} b)

ThornOfCrowns
Specialist II
Specialist II

Note that if you use -= for 'not equal to' it destroys QlikView's syntax parsing, showing everything after the -= as red underlined.