Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can I filter data from an extension

I have a bing map extension that was created using javascript. Is there a way that I can change what data is selected in a tablebox from the extension? For instance when I click on a pushpin (when there are multiple ones showing), is there a way that I can change what data is selected in my tablebox?

2 Replies
Not applicable
Author

http://qlikcommunity.s3.amazonaws.com/misc/classindex.html

I've used this one;

{void} SelectTextsInColumn(Column, toggle, recordsToSelect)

or maybe you could use this one

{void} SelectRow(rowNo)

Not applicable
Author

Hi Gustav

I have the same problem with a Google Maps extension and I suppose that the problem has the same solution. If so, I will need some help to implement your solution. Basically, I don't know where to put that code you gave... I really need to get the filters (List boxes) selected when I click on a marker in my GMaps Extension.

If you can help me with some answers I would be glad.

Best regards for all,

TMF