<?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 Make a button to reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Make-a-button-to-reload/m-p/232222#M83866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;How to do a button to reload the dataset ?&lt;/P&gt;&lt;P&gt;instead of using the button of qlikview I want to allow to user to do this via a specified button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In action of a button I haven't RELOADING or smth like that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2011 15:54:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-27T15:54:03Z</dc:date>
    <item>
      <title>Make a button to reload</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-button-to-reload/m-p/232222#M83866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;How to do a button to reload the dataset ?&lt;/P&gt;&lt;P&gt;instead of using the button of qlikview I want to allow to user to do this via a specified button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In action of a button I haven't RELOADING or smth like that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 15:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-button-to-reload/m-p/232222#M83866</guid>
      <dc:creator />
      <dc:date>2011-04-27T15:54:03Z</dc:date>
    </item>
    <item>
      <title>Make a button to reload</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-button-to-reload/m-p/232223#M83867</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 make a button with an action that starts a macro.&lt;/P&gt;&lt;P&gt;This macro has a name like 'reload'.&lt;/P&gt;&lt;P&gt;In the macro you have to add the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sub Reload&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;set varCurrentQvw = ActiveDocument&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;varCurrentQvw.Reload&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;end sub&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="padding-left:30px;"&gt;&lt;/P&gt;&lt;P&gt;This is it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martijn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 16:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-button-to-reload/m-p/232223#M83867</guid>
      <dc:creator />
      <dc:date>2011-04-27T16:05:52Z</dc:date>
    </item>
    <item>
      <title>Make a button to reload</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-button-to-reload/m-p/232224#M83868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The macro is right! but I don't think it is going to work on a client-server environment. Only if the user opens the file directly (QV Developer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 16:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-button-to-reload/m-p/232224#M83868</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-27T16:10:21Z</dc:date>
    </item>
    <item>
      <title>Make a button to reload</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-button-to-reload/m-p/232225#M83869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes, this is right. The reload macro is fine and it will work when the user opens the document as developer. It will not work (by design, it's not a bug) when opening with client (either AJAX, Plugin or Desktop "Open in server").&lt;/P&gt;&lt;P&gt;In addition to this, you can add some system administrators to the local group "QlikView Administrators" in the computer where the server is running so they are able to get to the Console and click on the "Play" button to reload the document if required.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 16:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-button-to-reload/m-p/232225#M83869</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-27T16:23:46Z</dc:date>
    </item>
    <item>
      <title>Make a button to reload</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-button-to-reload/m-p/232226#M83870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you could place a button to call an external program (e.g. Java) which makes a QlikView Server/Publisher Management API call (WSDL).&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 17:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-button-to-reload/m-p/232226#M83870</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2011-04-27T17:23:56Z</dc:date>
    </item>
  </channel>
</rss>

