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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

select in field

Hi

I need to set ac action which selects several values in a field.

E.g. 'First value' & 'Second value'.

How can I do it?

Thank you in advance,

Larisa

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Use as search string

("First Value"|"Second Value")

View solution in original post

4 Replies
swuehl
MVP
MVP

Use as search string

("First Value"|"Second Value")

Chanty4u
MVP
MVP

use

("[first value]" |" [second value]")

or

='(' & Concat({<Frstvalue={'A'}, secondvalue={'B'}>} Distinct '"'&filedname&'"', '|') &')'

'"' -> double quote(") with single quotes

Chanty4u
MVP
MVP

chk dis

selet.png

Anonymous
Not applicable
Author

Thank you!