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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide dimension based on group

Hi All,

I have a pivot chart object and I am using a cyclic group for the first dimension. The second dimension in the pivot table is a simple field(not cyclic group). The cyclic group has 2 dimensions the user can chose from(say A and B). If the user select A, I want to hide the second dimension in th epivot table. Is this possible?

Please advise and thank inadvance for your help.

1 Solution

Accepted Solutions
phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

Use this enable condition for the dimension you are trying to hide.

GetCurrentField([Cycle Group]) = 'A'

Attached has example

View solution in original post

1 Reply
phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

Use this enable condition for the dimension you are trying to hide.

GetCurrentField([Cycle Group]) = 'A'

Attached has example