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: 
Not applicable

Enable dimension when correct selection

I have a listbox contains a CLASS, like Casing, Laptop, Monitor

And I have a drilldown dimension named dd_Casing --- this contains 'Brand, PSU, Chasis' fields

I also have a drilldown named dd_Laptop --- this contains 'Size, Color' fields

What I want is when I select in the Casing in the class listbox, the dd_Casing dimension will be set as dimension,

And when I select Laptop in the listbox, dd_laptop will be set as dimension,

I will used pie chart for this...

PLEASE HELP.

Thanks for your help in advance.

Best Regards,

Bill

1 Solution

Accepted Solutions
Not applicable
Author

Hi Bill,

Are you using qlikview 11?

in qlikview 11 you can try this

Under Dimension Tab of your Pie chart:

ADD: dd_Casing as Dimension (Check "Enable Conditional")

          Then type: CLASS = 'Casing'

ADD: dd_Laptop as Dimension (again Check "Enable Conditional")

          Then type: CLASS = 'Laptop'

and so on....^^

Hope this help you

Regards,

Alex

View solution in original post

2 Replies
Not applicable
Author

Hi Bill,

Are you using qlikview 11?

in qlikview 11 you can try this

Under Dimension Tab of your Pie chart:

ADD: dd_Casing as Dimension (Check "Enable Conditional")

          Then type: CLASS = 'Casing'

ADD: dd_Laptop as Dimension (again Check "Enable Conditional")

          Then type: CLASS = 'Laptop'

and so on....^^

Hope this help you

Regards,

Alex

Not applicable
Author

Thanks Alex,

That is really what I did.