Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

VB scripting in qlikview

How to do in VB scripting Qlikview?

5 Replies
marcus_sommer

See APIGuide.qvw in automation in your install-folder.

- Marcus

srchilukoori
Specialist
Specialist

Check the APIGuide.qvw available in the documentation folder for the examples.

C:\Program Files\QlikView\Documentation

Use the example code in the Tools-> Module on the Qlikview Desktop.

ThornOfCrowns
Specialist II
Specialist II

An important point to remember is that macros do not work in ZFC Webview.

MarcoWedel

If you don't know it already, maybe the API documentation might help you.

You can find it e.g. here:

QlikView Core COM API Guide - Version 11


http://community.qlik.com/servlet/JiveServlet/downloadBody/2640-102-2-3064/APIguide.qvw


http://community.qlik.com/docs/DOC-2639


regards


Marco

sudeepkm
Specialist III
Specialist III

Please follow the steps as in screenshot

1. Tools > Edit Module > Add your script

2. Allow System Access

3. Create a Button and add action as Run Macro and then use the VB Module name

T111737.png