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: 
Not applicable

trigger with action 'select in field'

Hello! I have a trigger on changing a variable Groupafter. The Trigger selects values in  field T.

1.jpg

I want to change my variable Groupafter by input field. After it I whant to get right selection in field T.

It works perfectly whith values without blanks like 'a', 'b', 'value'.

Groupafter = 'a|b':

3.jpg

But trigger ignores values whis blanks like 'a n' or 'very nice value'

Groupafter = 'a n|b'

2.jpg

What's a problem?


1 Solution

Accepted Solutions
Gysbert_Wassenaar

Values with spaces need to be enclosed in double quotes: ='("a n"|b)'


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar

Values with spaces need to be enclosed in double quotes: ='("a n"|b)'


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks!

suniljain
Master
Master

I have similar kind of issue .

Trigger working fine in local system but not functioning of access point .