<?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: Partial Reload and for each statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680311#M671732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the portion of the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if IsPartialReload() then&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;drop Table CROSS_FINAL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each K in $(vClassi)&lt;/P&gt;&lt;P&gt;CROSS_FINAL:&lt;/P&gt;&lt;P&gt;add load&amp;nbsp; '$(K)' &amp;amp; [Classe valore] AS INCROCIO_CROSS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(K)' AS CROSS_CONSUMO,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Classe valore] AS CROSS_GIACENZA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; $(K) AS VALORE&lt;/P&gt;&lt;P&gt;resident CROSS_TMP;&lt;/P&gt;&lt;P&gt;next K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//At this point, the table CROSS_FINAL doesn't exist!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 08:20:37 GMT</pubDate>
    <dc:creator>massimilianoruf</dc:creator>
    <dc:date>2014-09-24T08:20:37Z</dc:date>
    <item>
      <title>Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680309#M671730</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;is the "for each" statement skipped during Partial Reload?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Edit: the problem wasn't in the "for each" statement, it works correctly.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The problem is the initialization of the variable vClassi:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vClassi = peek('classi');&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Massimiliano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 08:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680309#M671730</guid>
      <dc:creator>massimilianoruf</dc:creator>
      <dc:date>2014-09-24T08:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and for each statement</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680310#M671731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont think so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&amp;nbsp; For each statement is there in table while partial reloading then it will excute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not sure pls let me know if any changes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 08:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680310#M671731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T08:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and for each statement</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680311#M671732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the portion of the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if IsPartialReload() then&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;drop Table CROSS_FINAL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each K in $(vClassi)&lt;/P&gt;&lt;P&gt;CROSS_FINAL:&lt;/P&gt;&lt;P&gt;add load&amp;nbsp; '$(K)' &amp;amp; [Classe valore] AS INCROCIO_CROSS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(K)' AS CROSS_CONSUMO,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Classe valore] AS CROSS_GIACENZA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; $(K) AS VALORE&lt;/P&gt;&lt;P&gt;resident CROSS_TMP;&lt;/P&gt;&lt;P&gt;next K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//At this point, the table CROSS_FINAL doesn't exist!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 08:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680311#M671732</guid>
      <dc:creator>massimilianoruf</dc:creator>
      <dc:date>2014-09-24T08:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and for each statement</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680312#M671733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it means it is going to ignore the for each script right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 08:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680312#M671733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T08:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and for each statement</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680313#M671734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 08:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680313#M671734</guid>
      <dc:creator>massimilianoruf</dc:creator>
      <dc:date>2014-09-24T08:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and for each statement</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680314#M671735</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;The add command during a partial reload behaves very much like a concatenate. If the table doesn't exisit then there's nothing to add the new data too.. therefore its skipped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;QlikCentral.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 08:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680314#M671735</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-09-24T08:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680315#M671736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;thanks for the reply but the add command now works fine (also the table was empty).&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The problem is the initialization of the variable vClassi:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vClassi = peek('classi');&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Any suggestions?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Massimiliano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 09:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680315#M671736</guid>
      <dc:creator>massimilianoruf</dc:creator>
      <dc:date>2014-09-24T09:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680316#M671737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to hear Massimiliano, when I read your text it said the table didn't exist which threw me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First question would be what was the last table loaded and was the field classi in there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you're not defining the table name and row number in the peek statement (which would probably be better practice) the last table is assumed (and the last record of the table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you confirmed what the value is in the data to ensure its not a null or some other value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rcihard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 09:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680316#M671737</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-09-24T09:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680317#M671738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard,&lt;/P&gt;&lt;P&gt;this is the portion of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASSI_TABLE:&lt;/P&gt;&lt;P&gt;replace&lt;/P&gt;&lt;P&gt;load concat (chr(39) &amp;amp; [Classe valore] &amp;amp; chr(39),',') AS classi&lt;/P&gt;&lt;P&gt;resident CROSS_TMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vClassi = peek('classi');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code works perfectly in full Reloa, but when I try the Partial Reload it doesn't work (the variable is empty after partial reload). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Massimiliano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 09:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680317#M671738</guid>
      <dc:creator>massimilianoruf</dc:creator>
      <dc:date>2014-09-24T09:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680318#M671739</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've tested the code and it works fine for both partial and full reloads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only question would be the data table it's self. I see its from a resident load. Does that table exist? and have you checked the last record in the table, does it have a value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 09:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680318#M671739</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-09-24T09:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680319#M671740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the resident table exists and is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CROSS_TMP:&lt;/P&gt;&lt;P&gt;Replace&lt;/P&gt;&lt;P&gt;LOAD [Classe valore], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(DIRPROGETTOXLS)\SimulazioneLS.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [LivelliCross$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Massimiliano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 09:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680319#M671740</guid>
      <dc:creator>massimilianoruf</dc:creator>
      <dc:date>2014-09-24T09:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680320#M671741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check the last value? can you share your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 09:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680320#M671741</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-09-24T09:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680321#M671742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table is ok because the field "classi" is correct...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="testPartial.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67529_testPartial.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 09:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680321#M671742</guid>
      <dc:creator>massimilianoruf</dc:creator>
      <dc:date>2014-09-24T09:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680322#M671743</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;is the field classi unique in the datamodel? If not you should modify peek by peek('classi', -1, 'CLASSI_TABLE');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680322#M671743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T10:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680323#M671744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah I see you only have one row in the final table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tested the data using a workbook to load the table and peeked the value no problem both on a partial and full reload. I would need to review your application as I can't replicate the fault.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rcihard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680323#M671744</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-09-24T10:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680324#M671745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attachment is a simplified model that works in Full Reload but doesn't work in Partial Reload mode (variable vClassi emplty).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680324#M671745</guid>
      <dc:creator>massimilianoruf</dc:creator>
      <dc:date>2014-09-24T10:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680325#M671746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the file. I did a full load and checked the variable and then manually cleared the variable and did a partial reload, then leaving the variable did another partial reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all three loads the variable was populated fine. When you say its empty are you checking the variable editor? (Sorry to ask the obvious)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680325#M671746</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-09-24T10:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680326#M671747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did exactly the same procedure.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680326#M671747</guid>
      <dc:creator>massimilianoruf</dc:creator>
      <dc:date>2014-09-24T10:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680327#M671748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm, well I'm all out of ideas. Without being able to replicate the fault its difficult to fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only final thing to suggest is changing the peek to the suggestion above including the name of the table and the row id. That doesn't make any difference in the example as it worked fine for me but you never know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thing would be to test on another machine or perhaps even as extream as a fresh install (personal edition on a private PC) just to see if its not a QV issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rcihard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 11:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680327#M671748</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-09-24T11:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Partial Reload and variables</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680328#M671749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Now it works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 12:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-Reload-and-variables/m-p/680328#M671749</guid>
      <dc:creator>massimilianoruf</dc:creator>
      <dc:date>2014-09-24T12:47:53Z</dc:date>
    </item>
  </channel>
</rss>

