Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

extract all objects in an QVW application

Hey,

I want to extract all Objects which are on the surface of a QlikView Application. Is there any method which I can use. I am writing a OCX App.

I have use this:

Application qlikViewApp = new Application();           

Doc qlikViewDoc = qlikViewApp.OpenDoc(QVFile);

IArrayOfFieldDescription fieldDes = qlikViewDoc.GetFieldDescriptions();

           

var sheetObjects = qlikViewDoc.ActiveSheet().GetSheetObjects();

I am right, or what I can use, I didn't now how I can use the sheetObjects variable because it it dynamic.

0 Replies