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

Macro API Usage

Hi,

I have created a macro in VB(edit module) for exporting all objects into excel. Can anybody tell me a process of using VB codes and run it in QlikView applications? A pdf file or an application will help a lot.

Thanks,

Sunil

4 Replies
Not applicable
Author

Hi Sunil,

attached you will find the API guide.

Rainer

Not applicable
Author

I have APIGuide, need to know process to run macros in QlikView.

Not applicable
Author

Hi,

go to

Document Properties => Macros => Edit Module (or press Cntrl + M).

and put your macro here.

You can invoke it by Field Trigger as example or using a button (New Sheet Object).

Hope i understood you right now.

Rainer

Not applicable
Author

Thanks.