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: 
krish2459
Creator
Creator

Static dimension

Hi,

I'm using the funnel chart.

I need to keep Funnel chart dimension satatic at dimension level.

 

Dimension: Attributes

 

Expression:  


if(Attributes='TOTAL DEFOA', Count({1}distinct [Commercial DEFOA: ID]),
if(Attributes='SUPPLY CHAIN SECURITY ISSUE', Count({1<[Supply Chain Security Issue]={'Yes'}>} [Supply Chain Security Issue]),
if(Attributes='CORE PSCS', Count({1<[Core PSCS]={'Yes'}>} [Core PSCS]),
if(Attributes='NCR', Count({1<[NCR #]={'Yes'}>} [NCR #])))))

 

Thanks,

Krish

Labels (1)
1 Reply
krish2459
Creator
Creator
Author

HI,

 

I have tried using the below calculated dimension but still no luck.

 

=Aggr(Only({1}Attributes),Attributes)

 

Thanks,

Krish