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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

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

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.