<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How do I run a QV application in QMC from an Excel VBA macro ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-run-a-QV-application-in-QMC-from-an-Excel-VBA-macro/m-p/748705#M1045850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a reasonable knowledge of VBA but can't think how I would communicate with the QV scheduler externally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Nov 2014 12:35:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-14T12:35:14Z</dc:date>
    <item>
      <title>How do I run a QV application in QMC from an Excel VBA macro ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-run-a-QV-application-in-QMC-from-an-Excel-VBA-macro/m-p/748705#M1045850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a reasonable knowledge of VBA but can't think how I would communicate with the QV scheduler externally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 12:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-run-a-QV-application-in-QMC-from-an-Excel-VBA-macro/m-p/748705#M1045850</guid>
      <dc:creator />
      <dc:date>2014-11-14T12:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a QV application in QMC from an Excel VBA macro ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-run-a-QV-application-in-QMC-from-an-Excel-VBA-macro/m-p/748706#M1045851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the cmd command is as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;EXECUTE cmd.exe /C "C:\Qlikview\QMSEDX.exe -task="Same task" -qms=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://someserverIP:4799/QMS/Service"&gt;http://someserverIP:4799/QMS/Service&lt;/A&gt;&lt;SPAN&gt; -password=999 -verbosity=3";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adjust it to your needs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 12:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-run-a-QV-application-in-QMC-from-an-Excel-VBA-macro/m-p/748706#M1045851</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-11-14T12:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a QV application in QMC from an Excel VBA macro ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-run-a-QV-application-in-QMC-from-an-Excel-VBA-macro/m-p/748707#M1045852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maureen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&amp;nbsp; 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.&amp;nbsp; This is documented in the QlikView Server Reference Manual in Chapter 26.&amp;nbsp; I hope this gets you on the right track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brett&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3024"&gt;Using EDX in QlikView 11 - basic example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advanced link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-2650"&gt;Using EDX in QlikView 11&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 12:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-run-a-QV-application-in-QMC-from-an-Excel-VBA-macro/m-p/748707#M1045852</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2014-11-14T12:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I run a QV application in QMC from an Excel VBA macro ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-run-a-QV-application-in-QMC-from-an-Excel-VBA-macro/m-p/748708#M1045853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Brett. That's a great place to start. Lots of reading and practice needed I think.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 13:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-run-a-QV-application-in-QMC-from-an-Excel-VBA-macro/m-p/748708#M1045853</guid>
      <dc:creator />
      <dc:date>2014-11-14T13:56:49Z</dc:date>
    </item>
  </channel>
</rss>

