Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

delimiter between values in a Check box

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

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

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

View solution in original post

1 Reply
Anonymous
Not applicable
Author

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