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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
hkg_qlik
Creator III
Creator III

Triggers

Hi,

I am trying to set trigger through document properties. Attached shap-shot.

How to incorporate multiple values selection for a particular field name?

Thanks.

H

Labels (1)
1 Solution

Accepted Solutions
MayilVahanan
MVP
MVP

Hi,

Try this,

     ='(*'& Replace(Replace('$(vTest)',', ',','),',','*|*')&'*)' in search strng

     Where vTest  = ABC,EAC,DDC

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

2 Replies
MayilVahanan
MVP
MVP

Hi,

Try this,

     ='(*'& Replace(Replace('$(vTest)',', ',','),',','*|*')&'*)' in search strng

     Where vTest  = ABC,EAC,DDC

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
swuehl
Champion III
Champion III

Try

(ABC|EAC|DDC)

as search string.