Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

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
MVP
MVP

Try

(ABC|EAC|DDC)

as search string.