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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
surajap123
Creator III
Creator III

search object not showing value

Hi All,

In the search object, i have put a field containing values (Eg- ^XYZ).

Whenever i search XYZ in the search object, it gives no result.

Whenever i search *^XYZ* in the search object, it gives no result.

whenever i search *^* in the search object, it gives no result.

Only when i search *XYZ* in the search object, it gives the result.

My requirement is to make the search object find me ^XYZ, whenever i search with XYZ or ^. How can i archieve this?

1 Solution

Accepted Solutions
Siva_Sankar
Master II
Master II

Suraj,

With respect to qlikview search, there are some special characters we're using to search.

Example: * to search zero or more characters

                ? to search any single character

                ^ to search whole string.

So when you type ^, qlikview interpreting that you are forcing to search a whole string.

You try replacing ^ with a dollar symbol or & symbol or # symbol, the search will be accomplished.

View solution in original post

2 Replies
surajap123
Creator III
Creator III
Author

Any input of this one please...

Is there anyway to search special characters like ^ in a search object. I have values are like ^XYZ, but when i search with just ^ , the search object shows nothing.

Siva_Sankar
Master II
Master II

Suraj,

With respect to qlikview search, there are some special characters we're using to search.

Example: * to search zero or more characters

                ? to search any single character

                ^ to search whole string.

So when you type ^, qlikview interpreting that you are forcing to search a whole string.

You try replacing ^ with a dollar symbol or & symbol or # symbol, the search will be accomplished.