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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to search special Characters

I have a FIeld which has names like

Product(A)

Market(A)

Product(B)

Market(B)

I want to search all the values which has (A) in it.

The field is used as dimension and i have activated Dropdown select so i can search values in the dimension column. But i am not able to search (A). How do we search special characters ??

Labels (1)
1 Reply
Siva_Sankar
Master II
Master II

Sumit, You can use the expression like =if(WildMatch([product], '*(A)*') = 1,[product], null()) to filter.  Find the attached qvw file if it helps.