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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

The search in a list box Issues

The search function of list box does not work when there is a '/' (forward slash)  in the field. I am using the SubField to parse out the string but that is not helping. Attached is an example. I appreciate any help with this.

Thanks

1 Solution

Accepted Solutions
agilos_mla
Partner - Creator III
Partner - Creator III

Hi Amir,

Set the Defaut Search Mode in the list box properties to wildward search. Then when using the search , you will get automatically the * at the begining and the end of the search string and it works !

Michael.

View solution in original post

3 Replies
agilos_mla
Partner - Creator III
Partner - Creator III

Hi Amir,

Set the Defaut Search Mode in the list box properties to wildward search. Then when using the search , you will get automatically the * at the begining and the end of the search string and it works !

Michael.

Not applicable
Author

Thank you so much. All good.

Not applicable
Author

Hey Amir,

Michael's suggestion works.

Also you can just use subfield in the backend and store the result in a separate field and use that on the front end. Its good to do as many backend calculations as possible rather than on the Front end.

Thanks

AJ