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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
ugurarslan
Creator
Creator

Table: Show only SUM greater zero

Dear all,

I have created a table with all different dimensions + one measurement which is the sum of AR = sum([AR AMT USD]).

But when creating the tables the tables show also values where the amount is 0. I only want to show the AR amount which is anything greater than 0 USD.

Can you please help me?

Thanks

Ugur

10 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

When suppressing zeroes and nulls, the dimensions don't matter, but you will need to edit the other expressions (measurements)


=If(Sum([AR Amt USD]) > 0, <your expression>, 0)

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein