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

Properties/methods of Container objects?

How to access the properties or methods of objects residing in a container? I cant seem to find much documentation on it in the API guide.

Just like how we get properties of a chart object by ChartId.GetProperties,  is there a way to specify something like -

ContainerId.ContainedObjects.Items(0).GetProperties?

1 Reply
Not applicable
Author

Afternoon

Here is a quick example of getting the container index.

     Set ConObj= ActiveDocument.GetSheetObject("TEST")

     Set ConProp= ConObj.GetProperties      

     vDemo = ConProp.SingleObjectActiveIndex

Does that help.

Cheers

Mike