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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to use an expression in a Search expression in Advanced search

Hello,

I have 3 fields: Model,Kleur and Zoekstring (= Concat(Model, '|', Kleur))

In an inputbox I give a variable a value: '*sport*|*rood*'.

What expression should I use in the Advanced search box of a listbox to filter on the variable to get all the combinations ?

Auke

1 Solution

Accepted Solutions
Not applicable
Author

Found a solution, put in the search string:

  = Zoekstring like '*sport*|*rood*' or Zoekstring like 'dames|licht*'

View solution in original post

3 Replies
Not applicable
Author

To explain my intentions. I want to give the user a grid (inputboxes) to enter possible combinations to filter on.

SearchString.png

I am stuck on how to go further.

Not applicable
Author

Found a solution, put in the search string:

  = Zoekstring like '*sport*|*rood*' or Zoekstring like 'dames|licht*'

Not applicable
Author

Hi, I want to know if we can do the same search, but using in, or something like that.

it will be Zoekstring in (sport*|*rood, dames|licht)

Thanks por your answers.