Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Copy value from filter panel to search in listbox

Hello all, I am new to qlik.

I ran in some trouble.

I would like to select the value "Apple" in filter panel,

And copy the value to listbox 's searchbox.

The listbox contain the values such as "I love Apple", "I love Orange".

But the data volume is huge so I cannot use wildmatch() function to meeting the goal.

I would like to ask how to auto copy the value to listbox's searchbox.

Thanks all.

6 Replies
reddy-s
Master II
Master II

Hi,

You can achieve this by building an extension. On Selection of a value in the drop down list, you can get the value selected and search for that value in an other field and populate your list. You can do so by building an extesnion.

Thanks,

Sangram.

Not applicable
Author

Thanks for your reply.

But can you provide some example or hints to me.

I know how to get the selected field value but I don't know how to place the value to the searchbox

Thanks.

reddy-s
Master II
Master II

Hi,

In your extension properties declaration make use you add the field you want search the value in. After the hypercube returns the data, search for the selected value in the field using javascript in the array.

Thanks,

Sangram.

Not applicable
Author

Hi

Is there any resources or tutorial I can reference to?

Thanks

sasikanth
Master
Master

Hi,

may

You can use On Select Trigger Here

Pls. see the attachment

reddy-s
Master II
Master II

Hi,

This URL will have the all the documentation and information which will you.

https://help.qlik.com/sense/2.1/en-US/developer/

Let me know if you need help building an extension.

Thanks,

Sangram.