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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
asknyldz
Contributor III
Contributor III

Exclude value in Dimension

Hello everyone,

I want to exclude "Alfa" team in my pivot table. I need to see only Beta and Charlie values. What should i write in the "Enable Conditional" exactly?

I can't in Expression because i have too much expression. Is it possible to way doing in Dimensions tab?

 

Here is the "Team" list:

 

Alfa

Beta

Charlie

 

and here is the my Dimensions Tab:

 

Capture.PNG

1 Solution

Accepted Solutions
tresesco
MVP
MVP

You don't need 'Enable Conditional' expression here, instead use 'Calculated dimension' (click on 'Add Calculated Dimension'). Use the expression like below:

=If(Team<>'Alfa', Team)

 

And check  'Suppress When Value is Null'

View solution in original post

1 Reply
tresesco
MVP
MVP

You don't need 'Enable Conditional' expression here, instead use 'Calculated dimension' (click on 'Add Calculated Dimension'). Use the expression like below:

=If(Team<>'Alfa', Team)

 

And check  'Suppress When Value is Null'