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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to remove dimension who had null values?

hi Experts,

I am trying to show 80 20 report for my customers.For that i have done one chart had customers as dimension and using expression as

if(  (Rangesum(above(count(bookings),1,rowno())) / count(total<bookings>bookings)) <=0.8,

count(bookings) ).

This gives values as 20% customers who are all giving 80% business. but my problem is the chart shows null values to other customers who are all not in the 20% customer.

can anyone give solution how remove this null values?

please see the image attached.

thanks in advance

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Instead you can use Dimension Limits to show 20% or 80% customers. Thanks

View solution in original post

5 Replies
sunny_talwar

Try checking 'Suppress When Null' on the presentation tab of the chart properties

Not applicable
Author

thanks for your reply,

i have tried but it won't work.

Anonymous
Not applicable
Author

Instead you can use Dimension Limits to show 20% or 80% customers. Thanks

sunny_talwar

Would you be able to share  a sample?

Not applicable
Author

thanks satayadev it works.