Hi
I'm trying to search an exact string in a search object. It's easy in QV12, using ^Search String^, but this doesn't works in QV11. There is anything else for this feature in QV11?
Thanks in advance
How you are searching and where you are doing with the search string in QV12. Can you show the image?
Yes, Use parenthesis before and after the search word:
Example:
Apple
Applebees
In your search box type: (Apple) <--- This will return only the field which is equal to 'Apple' and not Applebees
Hope this helps...
In QV12 I can search exactly the word "chester" or the word "victoria"
But nothing happends in QV11
GREAT!!
Thank you very much!
You are welcome.
This doesn't work when I need to search more than a word. Here I'm trying to find the string "one two"
If you have a space between words then use as below:
(One*two)
(One*two*three)
Hope this helps...
May be putting the string within double quotes like:
("One two")