Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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