<?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 Script failed storing input field on partial load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846727#M297234</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;I'm trying to build a save/load "macro-less" system for values modified by a user.&lt;/P&gt;&lt;P&gt;My app loads many records so I used partial load to execute only the storing portion of the script.&lt;/P&gt;&lt;P&gt;In the sample you could see that if inputfield declaration is commented then the qvd's saving process works, in the opposite a loading error occurs.&lt;/P&gt;&lt;P&gt;Any of you knows if this is caused by a qlikview bug or if I missed something?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 14:34:47 GMT</pubDate>
    <dc:creator>mrossoit</dc:creator>
    <dc:date>2015-04-02T14:34:47Z</dc:date>
    <item>
      <title>Script failed storing input field on partial load</title>
      <link>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846727#M297234</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;I'm trying to build a save/load "macro-less" system for values modified by a user.&lt;/P&gt;&lt;P&gt;My app loads many records so I used partial load to execute only the storing portion of the script.&lt;/P&gt;&lt;P&gt;In the sample you could see that if inputfield declaration is commented then the qvd's saving process works, in the opposite a loading error occurs.&lt;/P&gt;&lt;P&gt;Any of you knows if this is caused by a qlikview bug or if I missed something?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 14:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846727#M297234</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-04-02T14:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Script failed storing input field on partial load</title>
      <link>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846728#M297235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Massimiliano!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, change your script. Because you have a mistake in "store.." section.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;INPUTFIELD IF;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;tab:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, IF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if IsPartialReload() then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; STORE tab into tab.qvd (qvd);&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 14:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846728#M297235</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-04-02T14:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Script failed storing input field on partial load</title>
      <link>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846729#M297236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi &lt;SPAN style="font-size: 10pt;"&gt;Сергей,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;thank you for your answer but partial load still not work on my qvw&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 14:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846729#M297236</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-04-02T14:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Script failed storing input field on partial load</title>
      <link>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846730#M297237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry. My first answer was wrong.&lt;/P&gt;&lt;P&gt;It's curious. It's looks like qv sees the table "tab" but cannot use it during partial reload. &lt;/P&gt;&lt;P&gt;So I decided to try some tricks.&lt;/P&gt;&lt;P&gt;One of them have worked.&amp;nbsp; I created another table and store it to qvd;&lt;/P&gt;&lt;P&gt;Can you try?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUTFIELD IF;&lt;/P&gt;&lt;P&gt;tab:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, IF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if IsPartialReload() then&lt;/P&gt;&lt;P&gt;&amp;nbsp; //STORE tab into c:\temp\tab.qvd (qvd);&lt;/P&gt;&lt;P&gt;let vChech=NoOfTables();&lt;/P&gt;&lt;P&gt;TRACE $(vChech); &lt;/P&gt;&lt;P&gt;&amp;nbsp; t2:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Replace NoConcatenate&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident&lt;/P&gt;&lt;P&gt;&amp;nbsp; tab;&lt;/P&gt;&lt;P&gt;&amp;nbsp; STORE t2 into c:\temp\tab.qvd (qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp; DROP Table t2;&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 15:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846730#M297237</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-04-02T15:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Script failed storing input field on partial load</title>
      <link>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846731#M297238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same result.&lt;/P&gt;&lt;P&gt;The document automatically close during script execution and qv ask me if I want to load previous data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 16:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846731#M297238</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-04-02T16:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Script failed storing input field on partial load</title>
      <link>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846732#M297239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's strange...&lt;/P&gt;&lt;P&gt;Now I'm sure with the result. I've attached model.&lt;/P&gt;&lt;P&gt;Can you check your QlikView version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 16:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846732#M297239</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-04-02T16:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Script failed storing input field on partial load</title>
      <link>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846733#M297240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Loading tab in a temporary t2 is a good idea.&lt;/P&gt;&lt;P&gt;Your qvw now doesn't crash during partial load but has a strange behaviour:&lt;/P&gt;&lt;P&gt;after the storing, IF becomes a normal field without input functionality and its values automatically change from 0, 0, 0 to 0, 1, 2 in this order.&lt;/P&gt;&lt;P&gt;Yesterday I was running 11.20.12235.0 SR5 x64 version, this morning I installed 11.20.12742.0 SR10 x64 version but there's no differences.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 10:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846733#M297240</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-04-03T10:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Script failed storing input field on partial load</title>
      <link>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846734#M297241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've break my head ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of partial reload I used the action "Export".&lt;/P&gt;&lt;P&gt;I had got the file with correct inputfield values.&lt;/P&gt;&lt;P&gt;And my inputfield still was inputfield.&lt;/P&gt;&lt;P&gt;After that I changed some inputfield values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I was traying load this file (instead of load * inline), inputfield values didn't change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 14:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846734#M297241</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-04-03T14:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Script failed storing input field on partial load</title>
      <link>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846735#M297242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not go through the whole post, but Partial Reload needs Add or Replace next to LOAD. Is that something which might be missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to check now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 14:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846735#M297242</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-03T14:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Script failed storing input field on partial load</title>
      <link>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846736#M297243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you are only trying to save it during the partial reload. So that doesn't need an Add or Replace. My bad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 14:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846736#M297243</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-03T14:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Script failed storing input field on partial load</title>
      <link>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846737#M297244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inputfield values didn't change after load from qvd because the qvw remember the changes until you remove all data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Apr 2015 16:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-failed-storing-input-field-on-partial-load/m-p/846737#M297244</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-04-05T16:35:23Z</dc:date>
    </item>
  </channel>
</rss>

