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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro creation of Objects

Hi,

Within a macro script I can retrieve objects and all kinds of information. The API Guide version 11 I can find Application Classes, Document Classes, Sheet Classes and all kinds of properties. With underneath statements I can simply find the Object typename from an object called Test1:

    set obj = ActiveDocument.GetSheetObject("Test1")

    msgbox Typename(obj)

I cannot find any example of a method to create an new How can I for instance create a new Tablebox object.

Does anyone has an example of how to create an empty Tablebox object?

With regards, Floris

11 Replies
Not applicable
Author

I only have the option "Mark as Helpful" in the Actions list.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

As you seem to have found out already, the Correct Answer marker is a button that appears on top of each post in a thread you created. If you are reading this thread in your inbox, you won't get the green button. Open the discussion in a full frame by clicking the blue header text, and all features will be made available to you.

Good luck,

Peter