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

Announcements
Qlik Unveils New Agentic Capabilities Across Analytics, Data Engineering, and Trust: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
splitcore
Contributor III
Contributor III

Where to get study material to master QlikView VBScript?

Hi guys.

For the most part I'm able to get by on Qlik Community when I need to accomplish something with macros in QlikView but I've been hitting more and more walls lately. Is there material I can purchase or download somewhere that explain the statements properly along with all their possible parameters?

Example:

App.OpenDocEx "C:\MyDocuments\Budget.qvw",2,false,"jnn","123456","",false

a‌s mentioned by marcus_sommer‌ Here-> https://community.qlik.com/thread/209152

I am assuming "jnn" is the username and "123456" the password but what is the 2 for? And the 2x "false" parameters? In what instances would these commands/parameters be used?

This is one I'm struggling with now but would very much like to see what else I can accomplish with VBScript.


I've tried asking uncle Google but he doesn't seem to know or not in the mood to share.

Hope you guys can assist!

Kind Regards

Labels (1)
1 Solution

Accepted Solutions
m_woolf
Master II
Master II

For general VBS:

VBScript

VBScript Tutorials - FunctionX

For QlikView specific:

The API Guide

View solution in original post

2 Replies
m_woolf
Master II
Master II

For general VBS:

VBScript

VBScript Tutorials - FunctionX

For QlikView specific:

The API Guide

splitcore
Contributor III
Contributor III
Author

Thanks for the quick reply it's already solved a bunch of the issues I had!