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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Enter more than 1 fact in a Search Field

Hi Guys!

I have an additional question to the Search Field.

Some colleagues want to enter more than 1 fact, e.g. an ID, in a Search Field in the QlikView Access Point / Browser Application.

For example, they want to select at the same time a list of specific ID's, e.g.

ES_SEM_60

ES_SEM_60_572_0

ES_SEM_60_803_0

PB.jpg

Is it possible to copy a list of ID's (even when the list is greater than 100 ID's) into the search field and select them all at the same time?

Thank you in advance!

3 Replies
Not applicable
Author

If you are trying to copy the multiple search strings in to search box of the list box. You can provide an Text box to the users where as they can copy paste the search strings and trigger it to get selected the matched values in listbox. Refer the link   http://community.qlik.com/message/30187#30187

Not applicable
Author

Hey,

thank you for the link!

But unfortunately i'm not a great macro specialist.

If i use the macro :

sub SelectVar

ActiveDocument.Fields("Field").Clear

set vSel = ActiveDocument.Variables("vSelect")

ActiveDocument.Fields("Field").Select vSel.GetContent.String

end sub

What are the parts, i have to change? "Field" "vSelect" and "Field"? For example, i have a input box, where the users can paste their id's, with the object id "IB01", and i have the searchbox "LB001" , where the users want to select different id's, which they have integrated in the input box.

How looks the final macro in my case? Where do i have to integrate it? Extras -> Module?

Thanks in advance!

Not applicable
Author

Anyone who has an idea?

Thanks in advance!