Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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 (1)
  • Other

1 Solution

Accepted Solutions
MarcoWedel

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

just use double quotes

MarcoWedel_0-1657647206330.png