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

how to trigger a sheet object from values of another sheet object

Hi All,

Need Help

I got 6 sheets in the report, in 1st sheet i got a list object with the values 2011_12 and 2012_13,

and there are 4 to 5 text objects in the remaining sheets,

wht i want is whn i select one of the value (2011_12) in the list object, text object shld get visible in other sheets,

Is tht possible ?????

Please help me out with some hints on the same.

Regards,

Prashant A.

1 Reply
Jason_Michaelides
Partner - Master II
Partner - Master II

In the layout tab of the textboxes, select the "Conditional" radio button, and in there type:

GetSelectedCount(YourListboxField)>0

Hope this helps,

Jason