<?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 Macros and planification in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445192#M1324800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;i need to know if i have the possiblity to automatically trigger (schedule) qlikview macros from server: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;example the macro x will exécute one time per week with date variable &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>souadouert</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Macros and planification</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445192#M1324800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;i need to know if i have the possiblity to automatically trigger (schedule) qlikview macros from server: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;example the macro x will exécute one time per week with date variable &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&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/Macros-and-planification/m-p/1445192#M1324800</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Macros and planification</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445193#M1324801</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;you can't schedule a part of your script from server, but you can do it on the script itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;beginning of the script..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF&amp;nbsp; CONDITION OK THEN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; processing...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the rest of your script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;make sure you have done the necessary (a lot of topics on the community tell you what to do exactly)&amp;nbsp; so that your macros are not blocked by the server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445193#M1324801</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-23T09:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Macros and planification</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445194#M1324802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; A qmc-task won't execute any macros. But you could trigger external tasks with an EXECUTE statement. In your case this statement would open the qlikview desktop client which then runs your qv-application and with an OnOpen- or OnPostReload-trigger starts your macro. See here for an example: &lt;A href="https://community.qlik.com/message/1046385"&gt;Re: Run Excel macro via QMC&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 12:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445194#M1324802</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-23T12:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Macros and planification</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445195#M1324803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i mean qlikview macro Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 14:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445195#M1324803</guid>
      <dc:creator>souadouert</dc:creator>
      <dc:date>2017-11-23T14:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Macros and planification</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445196#M1324804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's the same. Here further examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/219251"&gt;Execute Command for QV.EXE without saving.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/861204"&gt;Re: Reloading more qvw files in Qlik Sense using EXECUTE command&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further it could be useful to to trigger the qvw directly else with a further batch or a windows-task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 14:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445196#M1324804</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-23T14:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Macros and planification</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445197#M1324805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it's just impossible to run macros on the server ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 14:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445197#M1324805</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-23T14:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Macros and planification</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445198#M1324806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, within qmc-tasks executed by the qvb.exe it's impossible. I'm not really sure about the reasons - it could be security restrictions or what I think is more likely that the qvb.exe only contained purely the load-engine and no GUI or API ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 15:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445198#M1324806</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-23T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Macros and planification</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445199#M1324807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;because on the QMC the is an option to allow macros..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is a bit confusing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 15:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445199#M1324807</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-23T15:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Macros and planification</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445200#M1324808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This meant the server (qvs.exe) and not the publisher-part (qvb.exe) and only if you accessed the server per desktop client or IE plugin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 15:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445200#M1324808</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-23T15:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Macros and planification</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445201#M1324809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I can follow here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no matter if we have publisher or not, on the QMC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="image030.jpg" class="jive-image image-1" src="http://apprize.info/usability/qlikview/qlikview.files/image030.jpg" style="height: 352px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i have an app running on the server (publisher on not), with that option enabled, on that app we have a Macro, the macro will run or not ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 15:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445201#M1324809</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-23T15:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Macros and planification</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445202#M1324810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macros won't run during the reload per qmc-task. Accessing the application on the server per desktop client or IE plugin macros could run if they are enabled here and within the document- and user-properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 16:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445202#M1324810</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-23T16:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Macros and planification</title>
      <link>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445203#M1324811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 16:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macros-and-planification/m-p/1445203#M1324811</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-23T16:18:12Z</dc:date>
    </item>
  </channel>
</rss>

