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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
francisvandergr
Partner - Creator II
Partner - Creator II

Automatic more selections on listbox when changing Workpage

I have a listbox with the values 'A' , 'U' and 'P'. When i change to a Worksheet i want that on that worksheet automatic values 'A' and 'U' are selected.I trie this with the option selection in field of the worksheet properties. One selection works something like :  Status='A'

1 Solution

Accepted Solutions
Not applicable

Hello Francis,

I would use an "OnactivateSheet"-Trigger.

Look for it under sheet props --> trigger tab --> add an action "select in Field" with fieldname='Status' and searchmask sth. like "(A|U)"

Regards, Roland

View solution in original post

2 Replies
Not applicable

Hello Francis,

I would use an "OnactivateSheet"-Trigger.

Look for it under sheet props --> trigger tab --> add an action "select in Field" with fieldname='Status' and searchmask sth. like "(A|U)"

Regards, Roland

francisvandergr
Partner - Creator II
Partner - Creator II
Author

Thnx!!