Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
london1980
Contributor III
Contributor III

Button with Select in Field action

Hi All,

I’m trying to create a Button object with “Select in Field” action.

I’ve selected my Field and In Search String; I want it to say if the field contains “;0A” or “;0X”

Anyone can help me with this query?

Thanks

MT

1 Solution

Accepted Solutions
ajayrai
Partner - Contributor III
Partner - Contributor III

This will work , do not use any quotes just paste it in your search string box and it will work (*;0A* |*;0X*)

View solution in original post

5 Replies
settu_periasamy
Master III
Master III

Try this (if you want to select Contains)

    ("*;0A*"|"*;0X*")   

    or 

    (*;0A*|*;0X*)

jagan
Luminary Alumni
Luminary Alumni

HI,

Try like this

('*;0A*'|'*;0X*')


Regards,

jagan.

marcus_sommer

See here: Compound Search - demystified

- Marcus

ajayrai
Partner - Contributor III
Partner - Contributor III

This will work , do not use any quotes just paste it in your search string box and it will work (*;0A* |*;0X*)

london1980
Contributor III
Contributor III
Author

For some reason id didn't work with two conditions together so I had to split it like this

=(':0A*')

and create two separate select in field actions.