Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
amweiner
Partner - Contributor III
Partner - Contributor III

Sheet Conditions in QlikSense

I recently upgraded to QlikSense August 2021 release and am using the conditional sheet feature, but not having much luck. I set up a variable in my load script called vShowPage. I set it 1 if I want to see the sheets, and 0 if I want to hide them. I set the sheet condition expression to vShowPage=1, to see the sheets when the variable is set to 1. I reset the variable several times toggling between 0 and 1 reloading each time, but when I open my app in my workstream, sometimes the sheets are visible, and sometimes not. I have even seen them as visible, then click the thumbnail, and the sheet disappears.

Question 1: How can I hide/show sheets using a variable?

Question 2: Is there a "back door" to seeing hidden sheets in QlikSense? There was a way to do that in QlikView.

Labels (1)
1 Solution

Accepted Solutions
amweiner
Partner - Contributor III
Partner - Contributor III
Author

I discovered the issue. When specifying the show/hide condition, you must include an "=" sign to the left of the conditional expression, i.e. "=$(vShowPage)=0", instead of "$(vShowPage)=0".

View solution in original post

3 Replies
abhijitnalekar
Specialist II
Specialist II

Hi @amweiner,

1. Is there any flag or user on which you are hiding the sheet.

2. Unfortunately, there is no back door like Qlikview to see hidden sheets

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
amweiner
Partner - Contributor III
Partner - Contributor III
Author

I set a variable in the load script to determine whether to hide or show the pages. It would be set for all users. Sometimes it works and sometimes it doesn’t. I think there is a defect.

amweiner
Partner - Contributor III
Partner - Contributor III
Author

I discovered the issue. When specifying the show/hide condition, you must include an "=" sign to the left of the conditional expression, i.e. "=$(vShowPage)=0", instead of "$(vShowPage)=0".