Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to implement not equal to in layout of object?
Hi,
Please elaborate your problem.
Like what chart you are using and what you want to achieve.
Regards,
Kaushik Solanki
hi,
use -= in set analysis
Do you mean condition in chart expressions? like <>, please clarify more.
Yes <>, thanks
in if condition :
if ( a <> 1, sum(b))
in set Analysis:
sum({< a-={1}>} b)
Note that if you use -= for 'not equal to' it destroys QlikView's syntax parsing, showing everything after the -= as red underlined.