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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Checking like condition in expression

Hi,

How to check the like condition in expression?

e.g. I have 1 column in which data is like ABC;DEF considering ABC and DEF are 2 different employees.

I have listbox with the employees. Now when user selects ABC from the list box what I am looking for is data only ABC as well as data ABC;DEF should be picked up.

Kind of looking something similar to "like" in SQl. I have tried wildmatch but it doesnt work if we give column name. String has to give in the command.

Thanks.!

--Swapnil

1 Reply
Not applicable
Author

Hi,

Try something like the following,

Sum({$<FIELDTOSEARCH={'*$(=Only(FIELDWITHSELECTEDVALUE))*'}>}Sales)

I hope this helps.

Thanks

Nick