<?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 Re: Execute vbscript from QMC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Execute-vbscript-from-QMC/m-p/654448#M1058917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The qvd file exported by the store command was smaller than the one exported by the vbscript...&lt;/P&gt;&lt;P&gt;The truth is that after &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; @Colin Albert 's comment i compared some things between the two qvds like row counts or sums of balances and they are exactly equal...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2014 13:11:09 GMT</pubDate>
    <dc:creator>dapostolopoylos</dc:creator>
    <dc:date>2014-10-03T13:11:09Z</dc:date>
    <item>
      <title>Execute vbscript from QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-vbscript-from-QMC/m-p/654444#M1058913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody, i have this problem and i would like some help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this vbsrcipt that opens a qvw and extracts the contents of a table chart into a qvd...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The vbscript is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set MyApp=CreateObject("QlikTech.QlikView")&lt;/P&gt;&lt;P&gt;Set MyDoc=MyApp.OpenDoc("C:\Folder1\DIFS.qvw")&lt;/P&gt;&lt;P&gt;MyDoc.ActivateSheet("SH05")&lt;/P&gt;&lt;P&gt;Set obj = MyDoc.GetSheetObject("able1A")&lt;/P&gt;&lt;P&gt;obj.ExportEx&amp;nbsp; "D:\Folder2\Export.qvd", 4&lt;/P&gt;&lt;P&gt;MyApp.Quit&lt;/P&gt;&lt;P&gt;Set obj=Nothing&lt;/P&gt;&lt;P&gt;Set MyDoc=Nothing&lt;/P&gt;&lt;P&gt;Set MyApp=Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script works fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i try to execute it through QMC, i create a supporting task and i call it either with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cscript "C:\StorePPMTablesNEW\exportMissingRBU.vbs"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or by creating a batch file whitch includes the command above, that i call it by its name, for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Folder1\export.bat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that even though the task on the QMC executes succesfully, the qvd is never created or updated... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 12:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-vbscript-from-QMC/m-p/654444#M1058913</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2014-10-03T12:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Execute vbscript from QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-vbscript-from-QMC/m-p/654445#M1058914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macros are best avoided on QV Server.&lt;/P&gt;&lt;P&gt;Can you create the QVD using a store command in your load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 12:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-vbscript-from-QMC/m-p/654445#M1058914</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-10-03T12:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Execute vbscript from QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-vbscript-from-QMC/m-p/654446#M1058915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to follow your suggestion earlier in the day but the result wasn't what i expected...&lt;/P&gt;&lt;P&gt;Do you have any idea for the including macros senario?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 12:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-vbscript-from-QMC/m-p/654446#M1058915</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2014-10-03T12:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Execute vbscript from QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-vbscript-from-QMC/m-p/654447#M1058916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, using a store command in the script should be work as @Colin Albert Say, why wasnt&amp;nbsp; as you expected? do you have any error or what happend?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 12:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-vbscript-from-QMC/m-p/654447#M1058916</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-10-03T12:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Execute vbscript from QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-vbscript-from-QMC/m-p/654448#M1058917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The qvd file exported by the store command was smaller than the one exported by the vbscript...&lt;/P&gt;&lt;P&gt;The truth is that after &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; @Colin Albert 's comment i compared some things between the two qvds like row counts or sums of balances and they are exactly equal...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 13:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-vbscript-from-QMC/m-p/654448#M1058917</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2014-10-03T13:11:09Z</dc:date>
    </item>
  </channel>
</rss>

