Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
datanibbler
Champion
Champion

Triggers

This is quite a stupid question - how do I set triggers for the "upon_opening" of a document to select multiple values in a field that has string values?

- The first value in my listbox is 'Revenue' - that works, I just input the field_name and that search_term, both without quotes or anything.

- The second is 'Orders Incoming' - on the GUI I can just type those, separated only by blanks, and it works fine <-> as a trigger, that doesn't work.

=> What do I have to do there?

Thanks a lot!

Best regards,

DataNibbler

1 Solution

Accepted Solutions
olivierrobin
Specialist III
Specialist III

try in double quotes

e.g :

("DETE2QEML"|"DETE2QEWT")

View solution in original post

5 Replies
olivierrobin
Specialist III
Specialist III

hello

try

( 1st value | 2nd value )

datanibbler
Champion
Champion
Author

Hmm ... doesn't work yet - do I have to put the values in quotes (the second value has a blank) or the fieldname or both? Does that work at all on hidden fields (that have the HidePrefix)?

olivierrobin
Specialist III
Specialist III

try to put it in quotes

or use something like *Orders*

olivierrobin
Specialist III
Specialist III

try in double quotes

e.g :

("DETE2QEML"|"DETE2QEWT")

datanibbler
Champion
Champion
Author

Double quotes seem to work. Thanks a lot!

Most of the time, it's just little things ... but one keeps forgetting things.

Have a nice weekend!

Best regards,

DataNibbler