Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to paste in and select 200+ values in multibox

As a user I need to select 200+ values based on a string generated another place, e.g. "(64104|156154|157390|76911642|94254|94328)".

I need to do this directly in a multibox search, but it seems to be limited to a specific number of search items in the pasted list.

How can I make an expression that can select all the values?

Note that some values may not exist, notification is not necessary. It just need to select the ones matching.

8 Replies
Gysbert_Wassenaar

I don't think you'll get the multibox to accept more characters. Try using an input box to store the input string into a variable. You can use the OnInput variable trigger to execute an Select in Field action using the variable value as search string, i.e. the string with the values.


talk is cheap, supply exceeds demand
Not applicable
Author

Will that extend the number of accepted search items in a search string?

rajeshvaswani77
Specialist III
Specialist III

Hi Andreas,

If you can manage to input this, it will work.

"64104","156154","157390","76911642","94254","94328"

Not so sure if this is what you are looking for?

thanks,

Rajesh Vaswani

Not applicable
Author

What if I'm not allowed to create variable, will the expression you mentioned work in a advanced search of the multibox?

Gysbert_Wassenaar

It should. See this discussion.


talk is cheap, supply exceeds demand
rajeshvaswani77
Specialist III
Specialist III

Yes thats right. You do not use variable, you can use this on the search control as well if your field is added there.

thanks,

Rajesh Vaswani

Not applicable
Author

Capture.PNG.png

When using normal search in the multibox, the string is simply too long, it will not accept it all.

In "Advanced Search" when I add the expression and click "go" nothing is selected and the expression is underlined with red.

pelqlikview
Partner - Contributor
Partner - Contributor

We developed a document extension which enables users to paste as much entries as they like from their clipboard to any listbox on the sheet.

They furthermore have the choice of:

  • Selecting in wildcard or explicit mode and
  • To add a dynamic number zeroes before the actual value.

Because of restrictions in the JS API it won't work with multiboxes though. The listboxes however can be defined as small as multibox elements.

If this is of interest to you please feel free to contact me via email. We will up this development to the Qlikmarket soon.