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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

select possible

Hi

I'd like to set an action which selects possible values in a field using the function 'Select in Field'.

I know that there's a special function 'Select Possible', but I don't want to use it because it is not possible to set a condition inside this function.

Is it somehow possible to select all possible values using the function 'Select in Field'?

I know there's a special symbol '*' which selects all. Is there a special symbol that selects all possible?

Thank you in advance,

Larisa

3 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

I don't understand why you cannot use the Select Possible action?

>I know that there's a special function 'Select Possible', but I don't want to use it because it is not possible to set a condition inside this function.

What sort of condition do you have in mind?

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
maxgro
MVP
MVP

maybe you can use a select in field (field2) and a concat of the values

='(' & '"' & concat( field2, '"' & '|' & '"') & '"' & ')'

Anonymous
Not applicable
Author

I have found the possibility to set a condition inside the function 'Select Possible' inside the field window. so I can use it.