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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with graphic and null values

Hi everybody.

I'm having problems with null values in a graphic. The problem is this:

I have null values in my data. In the pivot table i can use the option "dont show null values"

duda0.png

but in the graphic, in the tag part, i can't do that.

For example in the pivot table i have "Total: 75000", in the graphic i have "Total:75200" (for the nulls)

I tried IF not is null(SUM(quantity)) but it's not working.

have i made myself clear?

Greetings!

1 Solution

Accepted Solutions
jpenuliar
Partner - Specialist III
Partner - Specialist III

It's basically "All except null" modifier.

more readings in the attached.

View solution in original post

5 Replies
jpenuliar
Partner - Specialist III
Partner - Specialist III

Hi,

Try below Set Analysis:

Sum({<YourFieldshowingnull = {'*'}-{''}>}Quantity)

Not applicable
Author

Hi!

Im not sure if i understood.

This should be like this ?

Sum({<NULL FIELD = WHAT'S THIS?  {'*'}-{''}>} QUANTITY)

Not applicable
Author

It's Woking! Thank you.

But would you please explain the {'*'}-{''} part?

Greetings!

jpenuliar
Partner - Specialist III
Partner - Specialist III

This should be the field you used as Dimension

try your field "Razon social" or with "?olicitante".

jpenuliar
Partner - Specialist III
Partner - Specialist III

It's basically "All except null" modifier.

more readings in the attached.