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: 
kamal_sanguri
Specialist
Specialist

conditional enable - list box

Hello,

I am stuck in a situation where I have two pivots in one container, Also there is a list box which can filter the values for one of the pivot.

The problem is I want to make that list box visible only when that particular pivot is selected in container... as it is of no use for the other pivot.

Thanks,

Kamal

9 Replies
sunny_talwar

Condition's can be specified based on a changes in a container box. A more efficient alternative would be to use a button to toggle between the two pivot tables instead of using the container object. The button can then also control the conditional show hide for the list box as well.

Best,

Sunny

maxgro
MVP
MVP

you can try with a nested container

container

     container

          listbox

          pivot

     pivot

marcus_sommer

To react on objects to be activate/minimized or similar could only be reached with macros but you could use instead a container two buttons which set variables which set the visibility from the pivot's and from the listbox. In this way the look and feel would be the same.

- Marcus

kamal_sanguri
Specialist
Specialist
Author

I don' want to use button because what I have is a container with container and the inner container contains the pivots and charts..

sunny_talwar

Then you can try out Massimo Grossi‌ suggestion.

kamal_sanguri
Specialist
Specialist
Author

Can switching between object inside container tab be used to set variables..  i think that will solve the problem... thanks

sunny_talwar

May be with a macro, but not possible using inbuilt functionality of QlikView.

kamal_sanguri
Specialist
Specialist
Author

the problem is I can't use macro... they do not work in access point..

maxgro
MVP
MVP

1.png2.png