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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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'

Labels (1)
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!!