Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
yuresh
Contributor
Contributor

Selection in Qlikview Extensions

Hi! Qlikview has the ability to add new custom charts using JavaScript and it's built in API's. For example QV doesn't support population pyramid or snakey chart natively. I've used d3.js to draw these charts and it works properly. The only problem is that I don't know how to make the custom object to be able to affect the global selection of the dashboard. Selection of the native charts affects the extention but the other way around is not working. Would be happy if someone could help me.

Labels (1)
1 Reply
websy1985
Luminary Alumni
Luminary Alumni

Hi @yuresh, you can use the SelectTextsInColumn method which belongs to the Data class. It's a bit hidden in the documentation but you can find the info for it here

I hope that helps