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: 
Anonymous
Not applicable

Filtering a measure

Hi Folks,

I have a report in which i'm trying to filter out 0(ZERO) and below values. I tried [AMOUNT]>0, but this is not working out from. When I run the report with out this filter it matched with the database but after implementing this Count doesn't match.Please help me a workaround to implement this logic.

thanks,

RaMu

1 Reply
poojashribanger
Creator II
Creator II

try if(amount>0,amount)