<?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: OnActivateSheet doesn't work in WebView/server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OnActivateSheet-doesn-t-work-in-WebView-server/m-p/1080634#M360114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Colin&amp;nbsp; for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to make sure I understand you correctly...&lt;/P&gt;&lt;P&gt;You say there is no way to create button on server which&amp;nbsp; when&amp;nbsp; I press button automatic reload data.&lt;/P&gt;&lt;P&gt;Did I understand you correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only can reload using QMC -&amp;gt; Reload Schedule?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 May 2016 05:53:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-06T05:53:15Z</dc:date>
    <item>
      <title>OnActivateSheet doesn't work in WebView/server</title>
      <link>https://community.qlik.com/t5/QlikView/OnActivateSheet-doesn-t-work-in-WebView-server/m-p/1080632#M360112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create sheet1 with Sheet Event Triggers -&amp;gt; OnActivateSheet -&amp;gt; Clear all&lt;/P&gt;&lt;P&gt;and second sheet2 with button Actions -&amp;gt; Activate Sheet -&amp;gt; sheet1&lt;/P&gt;&lt;P&gt;but when press my button OnActivateSheet doesn't work in WebView or QlikView Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've set up this in my server but still don't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123658_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These work perfectly fine in the desktop version. However when the document is opened via the server the triggers seem to stop working.&lt;/P&gt;&lt;P&gt;I also created button to reload data Actions -&amp;gt; External -&amp;gt; Reload but also doesn't work in WebView or QlikView Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an idea why this don't work in the server and how to resolve problem? I use QlikView 12.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 11:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnActivateSheet-doesn-t-work-in-WebView-server/m-p/1080632#M360112</guid>
      <dc:creator />
      <dc:date>2016-05-05T11:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: OnActivateSheet doesn't work in WebView/server</title>
      <link>https://community.qlik.com/t5/QlikView/OnActivateSheet-doesn-t-work-in-WebView-server/m-p/1080633#M360113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your best bet is to avoid using macros with QV Server. Many of the tasks can be done using Actions.&lt;/P&gt;&lt;P&gt;Not all macros are supported on the server especially if using Ajax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/34443"&gt;macros not working on server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3700"&gt;Macros are Bad&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reload Action does not work on a server.&lt;/P&gt;&lt;P&gt;QV Server is designed to reload on a schedule, not on user requests.&lt;/P&gt;&lt;P&gt;Just think how would you expect the server to respond to each user requesting a reload.&lt;/P&gt;&lt;P&gt;Set a schedule to reload the document at a regular interval and identify how recent the data is by adding the &lt;STRONG&gt;reloadtime()&lt;/STRONG&gt; to a text box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 14:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnActivateSheet-doesn-t-work-in-WebView-server/m-p/1080633#M360113</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-05-05T14:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: OnActivateSheet doesn't work in WebView/server</title>
      <link>https://community.qlik.com/t5/QlikView/OnActivateSheet-doesn-t-work-in-WebView-server/m-p/1080634#M360114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Colin&amp;nbsp; for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to make sure I understand you correctly...&lt;/P&gt;&lt;P&gt;You say there is no way to create button on server which&amp;nbsp; when&amp;nbsp; I press button automatic reload data.&lt;/P&gt;&lt;P&gt;Did I understand you correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only can reload using QMC -&amp;gt; Reload Schedule?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 05:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnActivateSheet-doesn-t-work-in-WebView-server/m-p/1080634#M360114</guid>
      <dc:creator />
      <dc:date>2016-05-06T05:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: OnActivateSheet doesn't work in WebView/server</title>
      <link>https://community.qlik.com/t5/QlikView/OnActivateSheet-doesn-t-work-in-WebView-server/m-p/1080635#M360115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Reload action is not available on server apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a possibility that an extension may work for you.&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>Fri, 06 May 2016 15:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OnActivateSheet-doesn-t-work-in-WebView-server/m-p/1080635#M360115</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-05-06T15:40:55Z</dc:date>
    </item>
  </channel>
</rss>

