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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
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

Labels (1)
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.