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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is there any handy way to make multiple search, like from a list?

We need to search many product codes at a time, like from a long list. Is there any handy way to make this?

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Yes,

have a look at attached application.

Regards

ASHFAQ

View solution in original post

12 Replies
ashfaq_haseeb
Champion III
Champion III

Yes,

have a look at attached application.

Regards

ASHFAQ

jonathandienst
Partner - Champion III
Partner - Champion III

Hi

If you mean to search in a list box, then construct a pipe separated string of the codes in Excel or a text editor, click on the list box and type* '(' followed by the list followed by a closing ')'

     for example: (code1|code2|code3)

HTH

Jonathan

* when you start typing, the search entry box should appear at the top of the list box

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

Thx for fast reply! I managed to copy your solution into my application!

Not applicable
Author

Hello again,

I noticed that this input box works ok when used via IE Plugin from Accesspoint, but not if used with FullBrowser.

Any idea how to fix this?

best regards, timo v

Not applicable
Author

Hi Ashfaq,

The solution is excellent.Can you please explain a bit that how exactly it works?

Thanks

ashfaq_haseeb
Champion III
Champion III

Hi,

Its just work fine

I tried in desktop by enabling webview mode and in full browser version too.

it works, all you have to do is insert values in i/p box followed by space.

eg 20 50 then hit enter.

have a look at attached image.

What version of Qlik you use?

Regards

ASHFAQ

ashfaq_haseeb
Champion III
Champion III

Hi,

in the attached application there is variable event trigger added.

='(' & Replace(Replace(Replace(Trim('$(vCustomerList)'), '  ', '|'),' ', '|'), chr(10), '|') & ')'

which will search all values supplied to i/p  box.

Regards

ASHFAQ

Not applicable
Author

Hi,

I got it now.

Thanks

Not applicable
Author

Hi,

I think i have managed to copy and change all necessary variables/triggers, as all works nicely with client and also in accesspoint. Only when i put in client webview on, input box shows "undefinied" and when pasting a list copied from excel and press enter, it takes only the first row from my list. My QV version is 11.2 sr2, client, and all other as well

timo v