Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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)
just use double quotes