Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'd like to set an action that selects certain values in a Check box.
If I set in a search string a single value (e.g. AUDI) it works.
But if I set multiple values (e.g. AUDI,CHERY) it doesn't work.
I suppose that I'm using the wrong delimiter ','. Which delimiter should I set?
Thank you in advance,
Larisa
Hi!
You can use this on your action: (AUDI|CHERY)
Between parentheses, write the options that you want to select, splited by a vertical bar "|". In cases likes ALFA ROMEU, put it between double quotes, e. g. (AUDI|CHERY|"ALFA ROMEO")
Regards,
Gabriel
Hi!
You can use this on your action: (AUDI|CHERY)
Between parentheses, write the options that you want to select, splited by a vertical bar "|". In cases likes ALFA ROMEU, put it between double quotes, e. g. (AUDI|CHERY|"ALFA ROMEO")
Regards,
Gabriel