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: 
Not applicable

Select in field with special characters

Hi All,

I'm creating a new dashboard and I have a button that is supposed to select a few parameters for the users. One of the fields I'm trying to select has a value of (blank). When I select in field and put in a search string for just (blank) nothing gets selected. I've tried

="(blank)"  and a few others with no luck. Does anyone know how I can get that working.

15 Replies
sunny_talwar

Try this:

='?blank?'

sunny_talwar

Or ='*blank*'

Not applicable
Author

Sunny,

That worked in production!!!!!! Question...what does the ? stand for??

sunny_talwar

'?' is a single character wildcard search and '*' is multiple character wildcard search

Not applicable
Author

Nice!!! Thank you Sunny and everyone for helping with this!!!!