Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView object model

Can someone provide me a document about QlikView's object model that is not as confusing as the API Guide they have? I need to know every sheet object's properties and methods but with the API guide QV has provided it is very hard to figure out. Especially when the Macro editor has absolutely no help to see what each objects' properties are.

8 Replies
sudeepkm
Specialist III
Specialist III

QlikView reference manual covers each object type very well.

Each object is an xml so you can export the document layout to check each XML file.

Just create a folder as QVWName-PRJ near to your qvw file.

Not applicable
Author

This does not help either. It gives detailed information for all menus and sheet object properties but what I need is something like API Guide that explains what functions each object has and how to use them in Macros.

e.g.

set postBagPath = ActiveDocument.Variables("PostbagPath")

GetBagPath = postBagPath.GetContent.string

It is very hard to see that postBagPath has a method called GetContent and to know what it actually returns.

Anonymous
Not applicable
Author

There is QV application APIGuide.qvw.

Not applicable
Author

You did not read my original post. Did you?

Anonymous
Not applicable
Author

I couldn't figure out from your original post if you really meant the QV application APIGuide.qvw...

Anyway, this is the best info that exists, as far as I know.  Yes, it is somewhat confusing.

sudeepkm
Specialist III
Specialist III

It seems you are looking for a API document that should have all the method call trace in detail.

Not applicable
Author

Almost.

Because unlike Visual Studio or other IDEs, VBScript does not give you a single hint on whether what you are writing makes sense or not. So it's hard to know what each object contains. So there should be an API guide that can help us with this. The API GUIDE qvw they provided is very confusing to me

Not applicable
Author

HI

I am new to Qlikview and I'm looking for the same type of info. Specifically how to connect to via script  create a hard copy of the objects to a word or pdf. Would appreciate any pointers anyone has.

Regards