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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
tsoley9262
Contributor III
Contributor III

Search String for contains

created a search button that contains this search string ='('&replace(trim(replace(VSearch,',',' ') ),' ','|')&')', How can I change this so it searches on "Contains" right now it is just bringing back things that are equal to what I'm searching...Thanks

Labels (1)
1 Solution

Accepted Solutions
zhadrakas
Specialist II
Specialist II

Try this:
='(*'&replace(trim(replace(VSearch,',',' ') ),' ','*|*')&'*)'

View solution in original post

2 Replies
zhadrakas
Specialist II
Specialist II

Try this:
='(*'&replace(trim(replace(VSearch,',',' ') ),' ','*|*')&'*)'
tsoley9262
Contributor III
Contributor III
Author

Thanks worked like a charm!!