Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Im trying to do a multiple string search in button properties

Im trying to do a multiple string search in button properties, to make things worse, the strings also have spaces.

I could filter one search A. 10 - 15K but i can't join two together, i've tried piping them together and * for the spaces.

(A.*10*-*15K|B.*15*-*20K)

Much needed help

Many thanks in advance

1 Solution

Accepted Solutions
maxgro
MVP
MVP

Hi

try with

='("ba*"|"*de*")'

see attachments

View solution in original post

9 Replies
Nicole-Smith

I believe you need to replace any special characters.  I always replace mine with a question mark, but I wouldn't see why the * wouldn't work as well.

So try either:

(A*10*15K|B*15*20K)

or

(A??10???15K|B??15???20K)

Anonymous
Not applicable
Author

Still not working, thanks

Not applicable
Author

Have you tried putting double quotes around it like this ("A.*10*-*15K"|"B.*15*-*20K")

Nicole-Smith

Both options work for me (see the attached).

maxgro
MVP
MVP

Hi

try with

='("ba*"|"*de*")'

see attachments

Anonymous
Not applicable
Author

Never worked, tbh i've tried so many variations, could the file be corrupt? it seems to be running fine, everything else is filtering through fine

Thanks anyway

Anonymous
Not applicable
Author

Massimo you star!

Anonymous
Not applicable
Author

Guys, i think all your suggestions work(mine worked on other files), some were working on my mates pc and not on mine.

maxgro
MVP
MVP

Nicole your example works for me too