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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
P_Kale
Creator II
Creator II

Pivote table should display names having values present in all the columns

Hi,

As per attached excel sheet I have generated  pivote table in front end. 

My ask is I want only to display SP names where values available in all the columns. For e.g. at front end pivote only contains SP names C , F & G only.

Can you pl help to resolve the issue.

Thanks in advance

@marcus_sommer 

@sunny_talwar 

@swuehl 

@Anil_Babu_Samineni 

Labels (1)
1 Reply
marcus_sommer

You need to apply an appropriate condition - maybe something like this:

if(count(distinct Month) = count(distinct TOTAL Month), sum(Value))

respectively comparing the number of available months per SP_Name against the number globally by ignoring the dimensionality.