Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to put summation of not null values?

Hi,

I want to put the summation of Cost in a text object, depends on the dimension, say for example Item,

but there are NULL item included in the summation, how to suppress null in text object.

Is this possible?

Thanks,

Bill

1 Solution

Accepted Solutions
Not applicable
Author

Hi Pari,

Thanks for sharing, I got this.

sum({<DIMENSION-= {$(null())} >} VALUE)

I put NEGATIVE sign before EQUAL sign.

Thanks.

View solution in original post

2 Replies
Not applicable
Author

try :

=sum({$<dimension={"*"}>}value)

Not applicable
Author

Hi Pari,

Thanks for sharing, I got this.

sum({<DIMENSION-= {$(null())} >} VALUE)

I put NEGATIVE sign before EQUAL sign.

Thanks.