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

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide Dimension In aChart

Hello,

PFA

I have a pivot chart and a list box as shown below. So from the listbox, if for example I select Portfolio (or Branch, ReturnClass) then in the Chart I only want to see only the PortfolioCode with all the calculations(Number of Records,Completed and e.t.c). It should hide the other two dimensions in the chart i.e. Branch and ReturnClass.

Sample.PNG

Labels (1)
1 Reply
CarlosAMonroy
Creator III
Creator III

Hi Bafana,

Try this:

Go to Object properties -> Dimensions Tab ->

For PortfolioCode dimension check off the enable Conditional option and add FilterName='Portfolio'

For Branch dimension check off the enable Conditional option and add FilterName='Branch'

For ReturnClass dimension check off the enable Conditional option and add FilterName='Return Class'

Hope that helps,

Carlos M