Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kushalthakral
Creator III
Creator III

Set Analysis Search with wild cards

Hi All

i have one requirement for that i need to search string in one field

so for that i need to search that particular word in a set analysis like below

{<[Check] = {"*Machine*"}>}

but it is not working properly, can any one help me on that

Thanks

Kushal Thakral

5 Replies
sunny_talwar

I would have assumed it to work, can you try with single quotes instead of double quotes?

{<[Check] = {'*Machine*'}>}

kushalthakral
Creator III
Creator III
Author

Hi Sunny

i have tried with single quotes but it is not working

i am actually getting blank values for the same

but it is working for Machine* or *Machine  but i m getting only values which are starting with Machine or ending with Machine not the values where Machine is in between two words

Regards

Kushal

sunny_talwar

How about this:

{<[Check] = {*Machine*'}+{'*Machine*}>}

My bad, I meant this:

{<[Check] = {'Machine*'}+{'*Machine'}>}

kushalthakral
Creator III
Creator III
Author

Hi Sunny

Actually i have to use in a input box i dont think so it will work there as i have to input multiple values in the input box and then search them

Regards

Kushal

sunny_talwar

I guess it might help if you are able to share a sample with your expectation of the output