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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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
Partner - Champion III
Partner - Champion III

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.