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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do I run a QV application in QMC from an Excel VBA macro ?

Hi Everyone, 

I have a QV application scheduled in my Management Console. Is it possible to run the application via a button on an Excel worksheet using VBA code ?

I have a reasonable knowledge of VBA but can't think how I would communicate with the QV scheduler externally.

Any ideas ?

MV

1 Solution

Accepted Solutions
Brett_Bleess
Former Employee
Former Employee

Maureen,

Check out the following two links, the first is a basic example and the latter is a more advanced one, but these utilize the EDX trigger, which should do the trick.  Just note that any user launching this must be in the QlikView EDX local security group on the QVServer, which you will have to create.  This is documented in the QlikView Server Reference Manual in Chapter 26.  I hope this gets you on the right track.

Regards,

Brett

Basic link:

Using EDX in QlikView 11 - basic example

Advanced link:

Using EDX in QlikView 11

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.

View solution in original post

3 Replies
giakoum
Partner - Master II
Partner - Master II

the cmd command is as follows :

EXECUTE cmd.exe /C "C:\Qlikview\QMSEDX.exe -task="Same task" -qms=http://someserverIP:4799/QMS/Service -password=999 -verbosity=3";

Adjust it to your needs

Brett_Bleess
Former Employee
Former Employee

Maureen,

Check out the following two links, the first is a basic example and the latter is a more advanced one, but these utilize the EDX trigger, which should do the trick.  Just note that any user launching this must be in the QlikView EDX local security group on the QVServer, which you will have to create.  This is documented in the QlikView Server Reference Manual in Chapter 26.  I hope this gets you on the right track.

Regards,

Brett

Basic link:

Using EDX in QlikView 11 - basic example

Advanced link:

Using EDX in QlikView 11

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
Not applicable
Author

Thanks Brett. That's a great place to start. Lots of reading and practice needed I think.

Regards

MV