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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
pam1990
Contributor III
Contributor III

Is it possible to disable a Sheet Navigation object while there are no filter pane selections?

I added a Sheet Navigation object to a page in the app. The navigation behavior is to go to the next sheet. I want the user to have that ability after they have done a filter. Is that possible?

Labels (1)
1 Solution

Accepted Solutions
jwjackso
Specialist III
Specialist III

In the "Button Layout" turn on the  "Enable condition".

In the "Enable condition" expression, 

=If(GetSelectedCount(DimName) > 0,1,0)

 

View solution in original post

2 Replies
jwjackso
Specialist III
Specialist III

In the "Button Layout" turn on the  "Enable condition".

In the "Enable condition" expression, 

=If(GetSelectedCount(DimName) > 0,1,0)

 

pam1990
Contributor III
Contributor III
Author

Thank You

I don't see that option.

 

pam1990_0-1598560776849.png