<?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 running a macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/running-a-macro/m-p/450776#M1273202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to introduce a button for reload. For this , I wrote a macro that executes the operation...'ActiveDocument.Reload'.&lt;/P&gt;&lt;P&gt;But, since it didn't work, I checked the boxes 'Allow macro execution on server' and 'Allow unsafe macro execution on server'.&lt;/P&gt;&lt;P&gt;But, even after this, its not working. Do I have to write an edx for this?&lt;/P&gt;&lt;P&gt;Please suggest some ideas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>running a macro</title>
      <link>https://community.qlik.com/t5/QlikView/running-a-macro/m-p/450776#M1273202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to introduce a button for reload. For this , I wrote a macro that executes the operation...'ActiveDocument.Reload'.&lt;/P&gt;&lt;P&gt;But, since it didn't work, I checked the boxes 'Allow macro execution on server' and 'Allow unsafe macro execution on server'.&lt;/P&gt;&lt;P&gt;But, even after this, its not working. Do I have to write an edx for this?&lt;/P&gt;&lt;P&gt;Please suggest some ideas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Anju&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/running-a-macro/m-p/450776#M1273202</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: running a macro</title>
      <link>https://community.qlik.com/t5/QlikView/running-a-macro/m-p/450777#M1273206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using qllikview 9.00 SR7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 08:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/running-a-macro/m-p/450777#M1273206</guid>
      <dc:creator />
      <dc:date>2012-12-19T08:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: running a macro</title>
      <link>https://community.qlik.com/t5/QlikView/running-a-macro/m-p/450778#M1273210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the server, a user is not allowed to Reload a document (in AccessPoint everybody is a user, even admin)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW You should implement this using actions, instead of macros. It's never exactly clear which macros will execute on the server and which won't and why. Try to avoid macros if actions offer the same feature. If I remember correctly, v9 still had the Reload action (it disappeared sometime between 8 and 11, but it's back in v11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternative routes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;define document managers. Those will get access to QMC/QEMC but only to the first two tabs in order to launch specific jobs and nothing more. This is the easiest solution (although again I'm not sure to what extent this feature is available in v9)&lt;/LI&gt;&lt;LI&gt;use EDX to trigger a reload from outside the QV environment. Also pretty easy, but you may have to define a button or a button app somewhere that sends the request. Have a look at QMSEDX.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 12:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/running-a-macro/m-p/450778#M1273210</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2012-12-19T12:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: running a macro</title>
      <link>https://community.qlik.com/t5/QlikView/running-a-macro/m-p/450779#M1273215</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;Thanks a lot for replying....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try the second option.I tried executing a .vbs script from the command prompt using 'cscript'.Inspite of my username being in qlikview administrator group, it said i had to be in the group. Also, i created the edx group.But, this also did not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me how to define a document manager?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 14:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/running-a-macro/m-p/450779#M1273215</guid>
      <dc:creator />
      <dc:date>2012-12-19T14:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: running a macro</title>
      <link>https://community.qlik.com/t5/QlikView/running-a-macro/m-p/450780#M1273218</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 tried with a .bat file with the following command:&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\Publisher\Distribution Service\QlikviewDistributionService.exe" -r="C:\QlikViewMount\RN60-ConsolidatedCostofProgrammingReport.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to integrate this into a button and launch it via Internet Explorer. But, it gives me 'access denied' error.&lt;/P&gt;&lt;P&gt;I tried changing properties of file 'cmd.exe' by adding the user name to Security tab and granting full access to the user.&lt;/P&gt;&lt;P&gt;But, it still shows me the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Anju Gopinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 10:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/running-a-macro/m-p/450780#M1273218</guid>
      <dc:creator />
      <dc:date>2012-12-20T10:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: running a macro</title>
      <link>https://community.qlik.com/t5/QlikView/running-a-macro/m-p/450781#M1273220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue is fixed!.&lt;/P&gt;&lt;P&gt;Please see this thread!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/293671#293671" title="http://community.qlik.com/message/293671#293671"&gt;http://community.qlik.com/message/293671#293671&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 07:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/running-a-macro/m-p/450781#M1273220</guid>
      <dc:creator />
      <dc:date>2013-01-24T07:35:20Z</dc:date>
    </item>
  </channel>
</rss>

