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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hiding sheets and showing sheets depending on data availability

Hello

I have a question when hiding and showing sheets depending on data availability.

I managed to hide sheets with null data by setting condition under sheet property.  (General-> Show Sheet -> Conditional -> Set Conditions)

It seems once the sheets are  hidden, they are  going to be hidden for good even thou the data is reloaded and I expect to see the sheets that I set to hide previously.

Is there any ways that I can reactivate the sheets?

Any advice would be appreciated.

Thanks much,

Hitomi

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

You can hide the sheets by using the conditions like this

=Sum(Sales) > 0

OR

=Count(Orders) > 0

If this type of conditions fails it hides the sheets  and if this condition pass then it will show the sheets.

Regards,

Jagan.

View solution in original post

3 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

You can hide the sheets by using the conditions like this

=Sum(Sales) > 0

OR

=Count(Orders) > 0

If this type of conditions fails it hides the sheets  and if this condition pass then it will show the sheets.

Regards,

Jagan.

Not applicable
Author

Thank you so much Jagan!  It worked!!!!! 

jagan
Partner - Champion III
Partner - Champion III

Hi,

If you got the answer please close this thread by giving Correct Answer to the post which helps you in the getting the answer.

Regards,

Jagan.