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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Bradlabs12
Contributor
Contributor

Adding up null/blank value from a Pivot Table in a KPI

I am little new to this product , so hopefully I describe my problem clearly.

I am trying to create a KPI that looks at a pivot table for any time a columns has a blank/null value. 

  • If there is a blank/null value anywhere within the column then that column should be counted in the KPI

I have attached a copy of the pivot table

Thanks for any help

Labels (1)
1 Reply
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Try this:

MC.PNG

=count(if(len(<Dim>)=0,1,null()))