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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
qvwme_huthfa
Contributor
Contributor

Search for ? in Listbox

Hello developers,

I'd like to search for the ? character in a listbox. After some tests, it doesn't seem to work. Any workarounds/ solutions.

Thank you very much.

Labels (1)
1 Reply
swuehl
Champion III
Champion III

The ? is a wildcard in a search itself, so I believe that's the issue here.

Try

=findoneof(FIELD,'?')

as search expression in your listbox of field FIELD (i.e. create a list box of your field, then just start typing the expression as stated incl. equal sign, replace FIELD with the appropriate field name).