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: 
tinkerz1
Creator II
Creator II

Enable condition on Calculated dimension

Hi,

Stuck on calculated dimension in pivot tables, If I use the below formula in a calculated dimension then in an expression I use:

count(distinct [ABC])I will get counts on 2 dimensions

=if(ABC>1,'A','B')

How can I then not show dimension B?

Thanks,

Neil.

1 Reply
swuehl
MVP
MVP

Not sure if I understand what you are trying to achieve, maybe

=if(ABC>1,'A')

edit: And on dimension tab, enable 'Suppress when Value is NULL'