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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
qliksus
Specialist II
Specialist II

Exporting objects inside the container

Guys,

I need to export the container objects to word document on click of a button

I have used the below code   to activate the first object in the container

Set ContainerObj = ActiveDocument.GetSheetObject("CT01")

  set ContProp = ContainerObj.GetProperties

  ContProp.SingleObjectActiveIndex = 0

  ContainerObj.SetProperties ContProp

My query how can i track the object id of this object so that i can export it to a word document

0 Replies