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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Access data in straight chart from extension

Dear all, I need some help. I'm currently developing a new extension. The client has requested the extension to process the data that is currently showing in a straight table. I'm having trouble accessing the data model for the straight table. Can someone help me out?

var doc = Qv.GetCurrentDocument();

var lb = doc.GetObject("CH24");

I'm expecting lb.Data.Rows to expose the visible data in the straight table, but it is empty. Can anyone tell me what I'm doing wrong here?

0 Replies