Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Workbench - how to filter MultiBox using Javascript

I am using workbench with qlikview 10

I have code like this that allows me to filter a listbox

var values = ["=[Sales Rep Name] = 'John Greg' "];

userNameListBox.QvaPublic.Data.SelectTexts(values);

Works great with ListBoxes

But this doesn't seem to work with a multibox. I can't find any supporting documentation that explains what other functions I can use

Can anyone help please

thanks

Jake

1 Solution

Accepted Solutions
Brian_Munz
Employee
Employee

I'm seeing this in the API:

SelectTexts(recordsToSelect)

Note! Only available for Listboxes.

View solution in original post

4 Replies
Brian_Munz
Employee
Employee

I'm seeing this in the API:

SelectTexts(recordsToSelect)

Note! Only available for Listboxes.

Not applicable
Author

Hi Brian - you said you're seeing it in the API - where are you seeing this?

Not applicable
Author

I am running  Qlikview Server, and am successully workbench on an aspx page to display graphs, and get data from a qlikview document

Is there a particular file you could email me with the api documentation in ? i searched google to no avail....

Brian_Munz
Employee
Employee

For anyone who might be on this thread in the future looking for the same thing...
http://community.qlik.com/message/155576#155576