Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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