Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
subin6600
Creator III
Creator III

Trigger/On Open/ Text Values/ Multiple Selections?

Hi,

I need the syntax for multiple selections to be made in a filed with text values using the trigger? Searched many but could not find the syntax for it. Can anyone help?

1 Solution

Accepted Solutions
subin6600
Creator III
Creator III
Author

Tried it but the mentioned syntax is possible with only 2 selections. Anyways thanks Gilles!

But i got the solution,

The answer would be like we need to make the first selection in trigger as followed.

Select in field: Field name & in Search String Field1 Value.

Toggle Field: Field Name & in Search String Field2 Value.

Toggle Field: Field Name & In Search String Field3 Value.

...

..

Toggle Field: Field Name & in Search String Filedn Value.

Lock Field: Field Name.

Hope some one might get help from this.

View solution in original post

2 Replies
Not applicable

hi

try this in search string of the trigger :

='(TextValue1|TextValue2|TextValueN)'

Regards

Gilles

subin6600
Creator III
Creator III
Author

Tried it but the mentioned syntax is possible with only 2 selections. Anyways thanks Gilles!

But i got the solution,

The answer would be like we need to make the first selection in trigger as followed.

Select in field: Field name & in Search String Field1 Value.

Toggle Field: Field Name & in Search String Field2 Value.

Toggle Field: Field Name & In Search String Field3 Value.

...

..

Toggle Field: Field Name & in Search String Filedn Value.

Lock Field: Field Name.

Hope some one might get help from this.