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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

VBScript to Get selected Values from a chart Dimension ?

I have some macro code that can get the Values of a listbox that is:

set lb = Activedocument.GetSheetObject(LB01)
Values = lb.GetPossibleValues

Now I would like to do a similar thing for the Visible Values of a chart that is a straight table. ie Values = mychart.Column(x).Values

Anybody got the Syntax that I need please ?

I have the API.QVW but its a bit like a dictionary you need to know wht you are loooking for

ColinR

0 Replies