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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Any one can help me how to hide a sheet dynamically when i select branch input parameter ?

Any one can help me how to hide a sheet dynamically when i select branch input parameter ?

2 Replies
Alexander_Thor
Employee
Employee

Try something like this in the show condition,

=If(Branch = 'YourValueToShowSheet',1,0)

jonathandienst
Partner - Champion III
Partner - Champion III

Hi

Assuming branch is a field you select, on the sheet properties General tab, set an expression like this in the Show Sheet conditional

=GetSelectedCount('Branch') > 0

Change the field name to the correct one for your model.

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein