Skip to main content
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

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!!