Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
PDP
Contributor II
Contributor II

Setting default values in List box

Hello,  

How do you set default values in filter.   I have list of several hundred values in user selection filter and want to set 5 default values from that list that will always be selected when users access dashboard.  

Appreciate the help I can get.  Thank You

 

1 Solution

Accepted Solutions
prieper
Master II
Master II

Either as bookmark as described by Dilip, or

create a trigger on open and store it with the document:

Settings -> Document Properties -> Triggers -> Document Event Triggers -> On Open -> Add Action(s) -> Selection ->

and then either "Select in Field": enter Fieldname and your selections in brackets and separated by "|", e.g. (Value1|Value2|Value3)
or choose "Toggle Select" and enter your selections one-by-one.

 

Peter

View solution in original post

4 Replies
dplr-rn
Partner - Master III
Partner - Master III

You can select the 5 values and create a bookmark of the same.
then set the bookmark as the default bookmark for the app, so when app opens this will be selected always
https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Bookmarks/set-defaul...
prieper
Master II
Master II

Either as bookmark as described by Dilip, or

create a trigger on open and store it with the document:

Settings -> Document Properties -> Triggers -> Document Event Triggers -> On Open -> Add Action(s) -> Selection ->

and then either "Select in Field": enter Fieldname and your selections in brackets and separated by "|", e.g. (Value1|Value2|Value3)
or choose "Toggle Select" and enter your selections one-by-one.

 

Peter

PDP
Contributor II
Contributor II
Author

Thank You for your help, setting document properties and triggers worked. 

PDP
Contributor II
Contributor II
Author

Thank you, worked for what I needed.