<?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: Reload Qlikview file through button click in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223184#M75719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Press ctr+m&lt;/P&gt;&lt;P&gt;add this code &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sub Reload&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ActiveDocument.reload&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now exit &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Button &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Actions Tab click add &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Action type select external &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pick Run macro &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;click ok &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for macro name add the text "Reload"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2015 11:34:49 GMT</pubDate>
    <dc:creator>vvvvvvizard</dc:creator>
    <dc:date>2015-05-26T11:34:49Z</dc:date>
    <item>
      <title>Reload Qlikview file through button click</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223179#M75714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone,&lt;/P&gt;&lt;P&gt;i have big doubt, how can i Relod the Qlikview file through button click.&lt;/P&gt;&lt;P&gt;If yes, can you provide the steps how it can be done.&lt;/P&gt;&lt;P&gt;Advance thanks to all your posts&lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 07:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223179#M75714</guid>
      <dc:creator />
      <dc:date>2011-04-20T07:19:06Z</dc:date>
    </item>
    <item>
      <title>Reload Qlikview file through button click</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223180#M75715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;You want to reload it through Batch file(.Bat) or from QVW Script.&lt;/P&gt;&lt;P&gt;Make it clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 08:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223180#M75715</guid>
      <dc:creator />
      <dc:date>2011-04-20T08:12:05Z</dc:date>
    </item>
    <item>
      <title>Reload Qlikview file through button click</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223181#M75716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to reload using a button, use a macro:&lt;/P&gt;&lt;P&gt;here's the &lt;B&gt;code&lt;/B&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Reload&lt;/P&gt;&lt;P&gt;ActiveDocument.reload&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 08:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223181#M75716</guid>
      <dc:creator />
      <dc:date>2011-04-20T08:31:25Z</dc:date>
    </item>
    <item>
      <title>Reload Qlikview file through button click</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223182#M75717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;I assume you want to reload the active Qlikview application using button. if so you could use below code.&lt;/P&gt;&lt;P&gt;Sub Reload&lt;BR /&gt;ActiveDocument.Reload&lt;BR /&gt;ActiveDocument.Save&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;Look at the attached application.&lt;/P&gt;&lt;P&gt;- Sridhar&lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 08:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223182#M75717</guid>
      <dc:creator />
      <dc:date>2011-04-20T08:40:11Z</dc:date>
    </item>
    <item>
      <title>Reload Qlikview file through button click</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223183#M75718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd say the macros above wil work for your case.&lt;/P&gt;&lt;P&gt;The only problem I had before with this is that I didn't get any error messages.&lt;/P&gt;&lt;P&gt;When there was something wrong during reload, the application just froze.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 11:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223183#M75718</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-20T11:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview file through button click</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223184#M75719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Press ctr+m&lt;/P&gt;&lt;P&gt;add this code &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sub Reload&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ActiveDocument.reload&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now exit &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Button &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Actions Tab click add &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Action type select external &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pick Run macro &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;click ok &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for macro name add the text "Reload"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 11:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223184#M75719</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2015-05-26T11:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview file through button click</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223185#M75720</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;if you are looking for this from QV server, then you'll need to look at using EDX triggers&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-2650"&gt;Using EDX in QlikView 11&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 11:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223185#M75720</guid>
      <dc:creator />
      <dc:date>2015-05-26T11:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview file through button click</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223186#M75721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;right click&amp;gt;New Sheet Object&amp;gt;Button;&lt;/LI&gt;&lt;LI&gt;In General&amp;gt;Text write "Reload";&lt;/LI&gt;&lt;LI&gt;In Actions&amp;gt;Click "Add"&amp;gt;Add Action&amp;gt;&lt;UL&gt;&lt;LI&gt;on Action Type, Select "External" from the list box&lt;/LI&gt;&lt;LI&gt;on Action, Select "Reload"&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Press Ok twice to test the new button&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need of codes, very simple. Hope it helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 15:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223186#M75721</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-09-25T15:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview file through button click</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223187#M75722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys, I think that after 4 years of searching, Venkat may have found a solution already. This is an old discussion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 16:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223187#M75722</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-09-25T16:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview file through button click</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223188#M75723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also perform an External /reload action&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actioy Type - External&lt;/P&gt;&lt;P&gt;Action - Reload&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 16:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223188#M75723</guid>
      <dc:creator />
      <dc:date>2015-09-25T16:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reload Qlikview file through button click</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223189#M75724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The macro does not work in web mode.Can you please let me know some other workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 13:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-Qlikview-file-through-button-click/m-p/223189#M75724</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2015-11-20T13:11:43Z</dc:date>
    </item>
  </channel>
</rss>

