<?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: Run Macros in QV document from Management console? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743638#M1259082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;The OnPostReload event is not fired after a server reload. You will need to use a batch load using QV desktop to perform the reload.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is the correct answer. Server CAN execute macros. The problem is with the trigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 09:19:17 GMT</pubDate>
    <dc:creator>luciancotea</dc:creator>
    <dc:date>2015-03-19T09:19:17Z</dc:date>
    <item>
      <title>Run Macros in QV document from Management console?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743627#M1259059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some PostReload macros I'm running.&lt;/P&gt;&lt;P&gt;The issue is that when I reload the model from the management console, the macro isn't activated.&lt;/P&gt;&lt;P&gt;is there a way to override it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743627#M1259059</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macros in QV document from Management console?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743628#M1259062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="156613.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81171_156613.png" style="width: 620px; height: 270px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Boris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the control settings for this are in QMC: System&amp;gt;Setup&amp;gt;QVSERVER&amp;gt; Security tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 15:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743628#M1259062</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-18T15:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macros in QV document from Management console?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743629#M1259064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try the above suggested solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743629#M1259064</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-18T16:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macros in QV document from Management console?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743630#M1259067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't help.&lt;/P&gt;&lt;P&gt;Also checked the unsafe macros.&lt;/P&gt;&lt;P&gt;it works when I run it manually from the modeler but not with QMC execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB ExportChartToCSV&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET&amp;nbsp; objChart = ActiveDocument.GetSheetObject("BorisTest")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objChart.Export "C:\Data.CSV", ", "&lt;/P&gt;&lt;P&gt;END SUB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it exports 1 chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 17:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743630#M1259067</guid>
      <dc:creator />
      <dc:date>2015-03-18T17:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macros in QV document from Management console?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743631#M1259070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;C drive is mapped with ur server? else u can place ur CSV file whichever the drive mapped with ur server and try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 17:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743631#M1259070</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-18T17:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macros in QV document from Management console?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743632#M1259072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried to change drives.&lt;/P&gt;&lt;P&gt;didn't help.&lt;/P&gt;&lt;P&gt;it works manually from the modeler with regular reload, but not by using the reload from QMC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 17:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743632#M1259072</guid>
      <dc:creator />
      <dc:date>2015-03-18T17:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macros in QV document from Management console?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743633#M1259074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from the above image, there is check box Allow unsafe macro execution on server? pls select &amp;amp; save ....try!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 17:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743633#M1259074</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-18T17:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macros in QV document from Management console?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743634#M1259076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunately, you can see in my first comment that I already did it...&lt;/P&gt;&lt;P&gt;Do you have a server to try a sample that I'll send you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 18:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743634#M1259076</guid>
      <dc:creator />
      <dc:date>2015-03-18T18:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macros in QV document from Management console?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743635#M1259078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried it all, even allowing acces to system from Macro VB script editor.&lt;/P&gt;&lt;P&gt;I created a button to execute the same macro, it works from access point but doesn't work from QMC task console reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;might it be that the only possible way to execute it is through creating a batch file that reloads the model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Boris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 07:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743635#M1259078</guid>
      <dc:creator />
      <dc:date>2015-03-19T07:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macros in QV document from Management console?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743636#M1259080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Boris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apparently you can't get a QMC to execute a macro, you need to run it from a .bat file, executed from Windows scheduler, see the following thread: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/115808"&gt;http://community.qlik.com/thread/115808&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 08:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743636#M1259080</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-19T08:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macros in QV document from Management console?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743637#M1259081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OnPostReload event is not fired after a server reload. You will need to use a batch load using QV desktop to perform the reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 09:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743637#M1259081</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-03-19T09:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Run Macros in QV document from Management console?</title>
      <link>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743638#M1259082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;The OnPostReload event is not fired after a server reload. You will need to use a batch load using QV desktop to perform the reload.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is the correct answer. Server CAN execute macros. The problem is with the trigger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 09:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Run-Macros-in-QV-document-from-Management-console/m-p/743638#M1259082</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2015-03-19T09:19:17Z</dc:date>
    </item>
  </channel>
</rss>

