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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ugurarslan
Creator
Creator

Show me amounts not equal to zero

Dear all,

I am trying to write a query which shows me all amounts not equal to zero.

I wrote these expressions but it doesn't work.

=sum({<[Amt USD]-={"0"}>}[Amt USD]) =  I still see zero

If(sum([Adj Amt USD])>0 or sum([Adj Amt USD])<0,sum([Adj Amt USD])) = It shows me also NULL values.


I just need to see all AMT USD not equal to zero.


Thanks


Ugur

10 Replies
hamza99a
Creator II
Creator II

=sum({<[Amt USD] = {"=[Amt USD] <> 0"}>}[Amt USD])