Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
you can try with a nested container
container
container
listbox
pivot
pivot
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
I don' want to use button because what I have is a container with container and the inner container contains the pivots and charts..
Then you can try out Massimo Grossi suggestion.
Can switching between object inside container tab be used to set variables.. i think that will solve the problem... thanks
May be with a macro, but not possible using inbuilt functionality of QlikView.
the problem is I can't use macro... they do not work in access point..