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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
cmano
Creator
Creator

Buttons -> Search string

Hello community.

I have  a list  called Status with Open, Open & Approved, Closed options

I tried to make a button like this :

Select field : Status
Search string : (Open|Open & Approved|Closed)

But every time the software brings me results like i have  selected the open option only.

I can not find a way to include all the above parameters.

Which is the correct way ?

Thank for your time.

 

Labels (2)
1 Solution

Accepted Solutions
MarcoWedel
MVP
MVP

just use double quotes

MarcoWedel_0-1657647206330.png

 

 

View solution in original post

2 Replies
Or
MVP
MVP

Using the ampersand & is a bit tricky in search strings. If you have no other statuses which are similar, you could use:

(Open|Open???Approved|Closed)

or

(Open|Open*Approved|Closed)

MarcoWedel
MVP
MVP

just use double quotes

MarcoWedel_0-1657647206330.png