<?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: Create a macro button for reloading the data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-macro-button-for-reloading-the-data/m-p/1209173#M462159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a action which can be used to reload, do you really want to use a Macro here?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140152_Capture.PNG" style="height: 201px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2016 12:42:06 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-10-10T12:42:06Z</dc:date>
    <item>
      <title>Create a macro button for reloading the data</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-macro-button-for-reloading-the-data/m-p/1209172#M462158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would live to create a button in my Qlikview document that reloads the data. Therefore I have entered the following code in my script editor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 8pt;"&gt;sub&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;ReloadSave&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; ActiveDocument.Reload&lt;BR /&gt; &lt;BR /&gt; end sub &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;After this I assigned a button with a macro (action) and the macroname: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ReloadSave() &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It doesn't work however. Any thoughts on where I go wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 09:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-macro-button-for-reloading-the-data/m-p/1209172#M462158</guid>
      <dc:creator />
      <dc:date>2016-10-10T09:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create a macro button for reloading the data</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-macro-button-for-reloading-the-data/m-p/1209173#M462159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a action which can be used to reload, do you really want to use a Macro here?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140152_Capture.PNG" style="height: 201px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 12:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-macro-button-for-reloading-the-data/m-p/1209173#M462159</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-10T12:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create a macro button for reloading the data</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-macro-button-for-reloading-the-data/m-p/1209174#M462160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Marc for your issue, you can use the macro as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub AutoReload&lt;/P&gt;&lt;P&gt;ActiveDocument.Reload&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can add: AutoReload under your Button: Action and add Macroname: AutoReload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 12:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-macro-button-for-reloading-the-data/m-p/1209174#M462160</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-10-10T12:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create a macro button for reloading the data</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-macro-button-for-reloading-the-data/m-p/1209175#M462161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your macro-name is only &lt;SPAN style="font-size: 10pt;"&gt;ReloadSave and not &lt;SPAN style="font-size: 10pt;"&gt;ReloadSave() - but take a look on Sunny's suggestion and better use an action for this task.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;- Marcus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 12:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-macro-button-for-reloading-the-data/m-p/1209175#M462161</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-10T12:56:06Z</dc:date>
    </item>
  </channel>
</rss>

