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: 
BrunPierre
Partner - Master II
Partner - Master II

Count display items from the dimensions as expressions in a pivot table

peter_brown_0-1589970737516.png

Hello Guys,

With reference to the image above, I would want to count distinctly the values under the column Mobile, DOB & Mail, and display as highlighted in the light blue background.

I tried, IF(Dimensionality()= 3, count (distinct Mobile), but results were incorrect.

 

3 Replies
sunny_talwar

Can you elaborate on what was incorrect? What did you get and what were you hoping to see? Can you may be provide a sample to check this out?

BrunPierre
Partner - Master II
Partner - Master II
Author

Hi

The results were null '-' and the desired result is attached below. Essentially, where the dimension value is not blank/null/empty count and display totals.

peter_brown_0-1589978514438.png

 

sunny_talwar

What if you just used Count (DISTINCT Mobile)?