If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
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.
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.
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.
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.
Hi
Is there any resources or tutorial I can reference to?
Thanks
Hi,
may
You can use On Select Trigger Here
Pls. see the attachment
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.