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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
m4u
Partner - Creator II
Partner - Creator II

filtering rows according to an exprssion

hi all,

i have a "straight table" with some dimensions, and 2 expressions:

Sum(CurrentItems)

sum(CurrentValue)

i want that when the first exprssion returns zero, the row will not appear on the table.

thakns for any Idea.

shlomo

2 Replies
matt_crowther
Specialist
Specialist

Create a Calculated Dimension something along the lines of:

=if(sum(CurrentIrems)>0,[Name of Dim])

Then set the dimension to 'Supress Where Null'.

That should do it.

Hope that helps,

Matt - Visual Analytics Ltd

m4u
Partner - Creator II
Partner - Creator II
Author

Hi,

thanks

when trying to use an aggresation function (like sum(xxx)) as a dimension, the result is:

"// Error in calculated dimension"