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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
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
Partner - Contributor III
Partner - Contributor III

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