Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
hello
try
( 1st value | 2nd value )
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)?
try to put it in quotes
or use something like *Orders*
try in double quotes
e.g :
("DETE2QEML"|"DETE2QEWT")
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