Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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!
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
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!
Anyone who has an idea?
Thanks in advance!