Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
Will that extend the number of accepted search items in a search string?
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
What if I'm not allowed to create variable, will the expression you mentioned work in a advanced search of the multibox?
It should. See this discussion.
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
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.
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:
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.