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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select more values on Activation Sheet

Hi,

what is the syntax to select more fileds on activation sheet.

I can select only one value. I would like when I clik on my sheet1 the values A,R,S,T is selected.

Thanks for your help.

Judi.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

This is the search string you need: (A|R|S|T)

The values are enclosed between parentheses and are separated by a pipe symbol '|'


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

This is the search string you need: (A|R|S|T)

The values are enclosed between parentheses and are separated by a pipe symbol '|'


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks. It's true pipe symbol '|'.

I have an other question : In my input box I try to change operator '=' by '<='

Inmy presentation tab is it possible to show or not the operator but how can I change '=' to '<=' ?

An idea ?

Thanks for your help.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

No, that's not possible. The alternative is to use a variables, one for the operator and one for the value to compare to.  Create an input box for the two variables.  The variables can then be concatenated to create a search string for the field.  See attached example.


talk is cheap, supply exceeds demand
Not applicable
Author

Thanks for your help, Gysbert.