<?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: Qlikview Reload option from Access point in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Reload-option-from-Access-point/m-p/1024308#M346317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter for detail information and also will you let me know the detail steps to make how to invoke the distribution service process/EDX to reload the correspoanding .qvw from a button object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2016 21:34:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-26T21:34:16Z</dc:date>
    <item>
      <title>Qlikview Reload option from Access point</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Reload-option-from-Access-point/m-p/1024304#M346313</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 applied external action called 'Reload' for a button object in order to reload the qlik application when user clicks on Button thru Access point, but no action is been performed thru Access point from browser when I copied the document (qvw) in Access point folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I open the qvw file in Qlikview app then it is reloading the application when I click on button object but same is not being worked in Access point(IE/Mozilla browser).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the quick response.Thanks!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 20:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Reload-option-from-Access-point/m-p/1024304#M346313</guid>
      <dc:creator />
      <dc:date>2016-04-26T20:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Reload option from Access point</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Reload-option-from-Access-point/m-p/1024305#M346314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This action won't work in server, but maybe have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/122703"&gt;How to reload qlikview file from access point&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 20:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Reload-option-from-Access-point/m-p/1024305#M346314</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-26T20:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Reload option from Access point</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Reload-option-from-Access-point/m-p/1024306#M346315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an EDX sample using an extension:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikblog.at/2321/qliktip-47-reloading-qlikview-documents-using-the-ajax-mobile-client-triggering-edx-tasks-by-using-a-qlikview-extension/" title="http://www.qlikblog.at/2321/qliktip-47-reloading-qlikview-documents-using-the-ajax-mobile-client-triggering-edx-tasks-by-using-a-qlikview-extension/"&gt;Reloading QlikView Documents using the Ajax-/Mobile-Client (Triggering EDX Tasks by using a QlikView Extension) (QlikTip…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 21:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Reload-option-from-Access-point/m-p/1024306#M346315</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-26T21:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Reload option from Access point</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Reload-option-from-Access-point/m-p/1024307#M346316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, the reason why this Reload button works in QV Desktop and doesn't work in the AccessPoint is simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In QV Desktop, you have a reload engine at your disposal in the same application as the one that is displaying and&amp;nbsp; managing the User Interface. It's all integrated.&lt;/LI&gt;&lt;LI&gt;In the AccessPoint, there is just the QlikView server service (QVS) which does the displaying of objects, sheets and data, and handles all your interactions with listboxes, charts and buttons through selections and object clicks (and a lot more on top of that). But the QlikView Server doesn't have a reload engine and therefor doesn't know what to do with the load script that is present in the displayed QVW.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the reload button in the AccessPoint has no one to talk to. On the other hand, on a server everything related to the reloading and distribution of QVWs on disk is handled by an entirely different process called the QlikView Distribution Service. The QDS has a secret component (another separate application) called QVB.exe that does the reloading and distribution of disk-based QVWs (mind you, &lt;EM&gt;not&lt;/EM&gt; QVWs that are loaded in RAM and that you are seeing in the AccessPoint). The only method to reload a disk-based QVW is to signal the QDS to start a blackbox QVB.exe reload engine and renew the QVW on disk. You can do this by kicking an already defined QDS task into action, and that is exactly how the EDX mechanism works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 21:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Reload-option-from-Access-point/m-p/1024307#M346316</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-04-26T21:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Reload option from Access point</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Reload-option-from-Access-point/m-p/1024308#M346317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter for detail information and also will you let me know the detail steps to make how to invoke the distribution service process/EDX to reload the correspoanding .qvw from a button object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 21:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Reload-option-from-Access-point/m-p/1024308#M346317</guid>
      <dc:creator />
      <dc:date>2016-04-26T21:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Reload option from Access point</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Reload-option-from-Access-point/m-p/1024309#M346318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read the article Stefan's second link points to (by Stefan Walther)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 21:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Reload-option-from-Access-point/m-p/1024309#M346318</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-04-26T21:42:14Z</dc:date>
    </item>
  </channel>
</rss>

