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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
reshmakala
Creator III
Creator III

Show/Hide objects based on bookmarks

Hello,

I have few objects that I wish to show only if a  specific bookmark is selected. Can I do that? Thank you

1 Solution

Accepted Solutions
simospa
Partner - Specialist
Partner - Specialist

Hi,

you can try to insert in the load script a inline with data that represents your choices.

Then you can select a value (i.e. 1) and create a bookmark, then do the same with other values.

So you can go in Properties panel, and in the Presentation tab you can enable the conditional functions.

If you don't want to see the list (in the example _viewType) you can insert a conditional function to the list set to vHide='Y' (after create a varaible called vHide in Document Properties --> Variables).

See the attach.

Simon

View solution in original post

3 Replies
simospa
Partner - Specialist
Partner - Specialist

Hi,

you can try to insert in the load script a inline with data that represents your choices.

Then you can select a value (i.e. 1) and create a bookmark, then do the same with other values.

So you can go in Properties panel, and in the Presentation tab you can enable the conditional functions.

If you don't want to see the list (in the example _viewType) you can insert a conditional function to the list set to vHide='Y' (after create a varaible called vHide in Document Properties --> Variables).

See the attach.

Simon

reshmakala
Creator III
Creator III
Author

Thank you very much!!

simospa
Partner - Specialist
Partner - Specialist

You're welcome!