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: 
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)