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: 
raju_salmon
Creator II
Creator II

Not equal symbol in set analysis

Hi,

Not equal symbol work in SET ANALYSIS?

Expression error is showing for me.

Count({$<Sales<>{0}>}Sales)  - Not working

Count({$<Sales={0}>}Sales)  - working

I want to exclude 0 sales. How can we use not equal in set analysis?

Thanks.

Raju.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try: Count({$<Sales<>{'>0<0'}>}Sales)

But since negative Sales are not possible (afaik) this can be used: Count({$<Sales={'>0'}>}Sales)


This often works too: Count({$<Sales-={0}>}Sales)


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try: Count({$<Sales<>{'>0<0'}>}Sales)

But since negative Sales are not possible (afaik) this can be used: Count({$<Sales={'>0'}>}Sales)


This often works too: Count({$<Sales-={0}>}Sales)


talk is cheap, supply exceeds demand