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 get total count of null values and field values in a pie chart?

Hi All,

How can i get a total count of Null values, and actual values of a field and just show the totals in a pie chart?  I have a date field (CompliaceDate) that has lots of records, some with dates and some that are still blank.  I am able to create a straight table that shows the totals using 2 expressions.

1) =NullCount([Date(floor(ComplianceDate))])

2) Count([Date(floor(ComplianceDate))])

and the dimension Compliance Date.

How can i get the totals to show up in a pie chart?

Thank you in advance for your help.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Create the pie chart with your two expressions and no dimensions


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Create the pie chart with your two expressions and no dimensions


talk is cheap, supply exceeds demand
Not applicable
Author

Hi,

Wow, that was easy.  I thought I had tried that.

Thank you,

Nicholas