<?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 Partial Reload - Automatically resets variables ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Automatically-resets-variables/m-p/553060#M206642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to setup partial reload at a frequency of 5 mins. The data reload works fine but e&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;very time the document is &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;partially&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; reloaded on the server&amp;nbsp; - the variables values are reset to its default values. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I can setup partial reloads and not have the variables reset to default ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS:&amp;nbsp; This is the same issue as &lt;A _jive_internal="true" href="https://community.qlik.com/thread/39123"&gt;http://community.qlik.com/thread/39123&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 18:49:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-22T18:49:44Z</dc:date>
    <item>
      <title>Partial Reload - Automatically resets variables ?</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Automatically-resets-variables/m-p/553060#M206642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to setup partial reload at a frequency of 5 mins. The data reload works fine but e&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;very time the document is &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;partially&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; reloaded on the server&amp;nbsp; - the variables values are reset to its default values. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how I can setup partial reloads and not have the variables reset to default ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS:&amp;nbsp; This is the same issue as &lt;A _jive_internal="true" href="https://community.qlik.com/thread/39123"&gt;http://community.qlik.com/thread/39123&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 18:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-Automatically-resets-variables/m-p/553060#M206642</guid>
      <dc:creator />
      <dc:date>2014-01-22T18:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload - Automatically resets variables ?</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Automatically-resets-variables/m-p/553061#M206643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can write load script so that the variables are only set when there is a full reload:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;IF &lt;SPAN class="Bold"&gt;IsPartialReload() = 0 THEN //If it is NOT a partial reload&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Bold"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set Variable = whatever;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Bold"&gt;ENDIF&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 20:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-Automatically-resets-variables/m-p/553061#M206643</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-22T20:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload - Automatically resets variables ?</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Automatically-resets-variables/m-p/553062#M206644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this already but it doesn't work in this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application the variable values are constantly updated based on user selections. So a script based solution does not work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 21:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-Automatically-resets-variables/m-p/553062#M206644</guid>
      <dc:creator />
      <dc:date>2014-01-22T21:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload - Automatically resets variables ?</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Automatically-resets-variables/m-p/553063#M206645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/108598"&gt;QlikNY1911&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it only for partial reload?&amp;nbsp; I think it happens with any reload (?).&lt;/P&gt;&lt;P&gt;Anyway, in a similar situation when the value had to be kept, I replaced variable with a field which contained all possible values.&amp;nbsp; Field selections are kept for all users.&lt;BR /&gt;It was easy in my case because it was defined set of values.&amp;nbsp; Maybe not good in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 21:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-Automatically-resets-variables/m-p/553063#M206645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-22T21:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload - Automatically resets variables ?</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-Automatically-resets-variables/m-p/553064#M206646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael - Thanks, that does sounds like a good workaround, but not ideal for my scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a solution that allows me use this as a variable and not loose the values on a reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 15:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-Automatically-resets-variables/m-p/553064#M206646</guid>
      <dc:creator />
      <dc:date>2014-01-23T15:17:23Z</dc:date>
    </item>
  </channel>
</rss>

