Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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)
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