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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filtering values in dimension

Hi All,

I have a pivot table(chart) in which I am using a cyclic group to cycle through a few dimensions. Is there a way to only show certiain vales of a dimension? For example, let's say that the cyclic group has 3 dimensions FIELD A, FIELD B, FIELD C. Users can cycle through these 3 filds in the pivot chart. FIELD A has 4 possible values: Value1, Value2, Valu3, UNKNOWN. I only want to show  Value1, Value2, Valu3 in the pivot table when users click on FIELD A. Any idea how to do this?

Thanks in advance for the help.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

When you create (or edit) a group you can click the Add expression button and create a calculated dimension for the group: if([FIELD A]<>'UNKNOWN',[FIELD A]). Give the expression a label and check the option Suppress When Value Is Null for the Group (on the Dimensions tab).


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

When you create (or edit) a group you can click the Add expression button and create a calculated dimension for the group: if([FIELD A]<>'UNKNOWN',[FIELD A]). Give the expression a label and check the option Suppress When Value Is Null for the Group (on the Dimensions tab).


talk is cheap, supply exceeds demand