Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello! I have a trigger on changing a variable Groupafter. The Trigger selects values in field T.
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':
But trigger ignores values whis blanks like 'a n' or 'very nice value'
Groupafter = 'a n|b'
What's a problem?
Values with spaces need to be enclosed in double quotes: ='("a n"|b)'
Values with spaces need to be enclosed in double quotes: ='("a n"|b)'
Thanks!
I have similar kind of issue .
Trigger working fine in local system but not functioning of access point .