<?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: Inputfields and reloads in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inputfields-and-reloads/m-p/880377#M654855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Storing from inputfield-values inside a qvw is a fragile matter. I don't know why but it failed quite often and assumedly each time if data-structures and/or the load-order changed (I have had multiple times the case where the inptfield-values were on the wrong record).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I suggest to export the inputfield-values together with an unique ID or KEY on a regular basis for a backup from which you could load the data again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2015 17:41:52 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-07-03T17:41:52Z</dc:date>
    <item>
      <title>Inputfields and reloads</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfields-and-reloads/m-p/880376#M654854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using inputfields that are loaded as such in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUTFIELD &lt;STRONG&gt;Commentaires&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;INPUTFIELD &lt;STRONG&gt;Confirm&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; RowNo() as RowNumber, &lt;/P&gt;&lt;P&gt;VAL_RPT.VAL_DATE &amp;amp;'R_PAI_00200' as %CLE_Date_calcul_NUM_REGLE,&lt;/P&gt;&lt;P&gt; VAL_RPT.VAL_DATE as&amp;nbsp; Date_calcul,&lt;/P&gt;&lt;P&gt; if(sum(R_PAI_00200.COUNTER)&amp;gt;0,2,0) as Bris,&lt;/P&gt;&lt;P&gt;'R_PAI_00200' as NUM_REGLE ,&lt;/P&gt;&lt;P&gt;'' as &lt;STRONG&gt;Commentaires&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;'1' as &lt;STRONG&gt;Confirm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;resident VAL_RPT_R230A&lt;/P&gt;&lt;P&gt;group by VAL_RPT.VAL_DATE&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I write values through a table box.&lt;/P&gt;&lt;P&gt;The values for these two fields have been kept in memory for the past 5 months whenever I reload locally on my machine. I've shared the document with a colleague that has reloaded and values were also kept. But For an unknown reason, he has reloaded yesterday and the values were lost...&lt;/P&gt;&lt;P&gt;I know that if I had loaded these fields from an excel file or any other source that already had values, I would have lost what was written in the table box. But it's not the case. The only thing that could explain this is that the table VAL_RPT_R230A has changed from one load to another and that would trigger Qlikview to lose inputfield values stored in memory. Is that the case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 14:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfields-and-reloads/m-p/880376#M654854</guid>
      <dc:creator>sibrulotte</dc:creator>
      <dc:date>2015-07-03T14:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfields and reloads</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfields-and-reloads/m-p/880377#M654855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Storing from inputfield-values inside a qvw is a fragile matter. I don't know why but it failed quite often and assumedly each time if data-structures and/or the load-order changed (I have had multiple times the case where the inptfield-values were on the wrong record).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I suggest to export the inputfield-values together with an unique ID or KEY on a regular basis for a backup from which you could load the data again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 17:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfields-and-reloads/m-p/880377#M654855</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-07-03T17:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfields and reloads</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfields-and-reloads/m-p/880378#M654856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similar issues discussed here &lt;A href="https://community.qlik.com/thread/54407"&gt;Where and how are input values stored?&lt;/A&gt; and &lt;A href="https://community.qlik.com/thread/74220"&gt;input field values lost after reload&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is useful/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 07:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfields-and-reloads/m-p/880378#M654856</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2015-07-06T07:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfields and reloads</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfields-and-reloads/m-p/880379#M654857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/27943"&gt;marcus_sommer&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to read the Inputfield values from the .shared files? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to fetch all bookmarks data, but not the inputfield values from .shared file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 18:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfields-and-reloads/m-p/880379#M654857</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2016-12-07T18:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfields and reloads</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfields-and-reloads/m-p/880380#M654858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dicky&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to find these values with an editor like notepad++ but it would be quite hard to read them in this way. You would need some efforts with reverse engineering to detect the logic how the data are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A lot easier would it be to export the shared-file per shared-file-viewer into a xml-file (option in menu/file) and to read the fieldvalues from there - whereby I'm not sure if this could be automated in any (management API ?) way - maybe there is also (an undocumented) option within the settings.ini like doubling the pgo-files as xml-files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this would be only one part of the task - then with them you will get only a list of values like fieldvalues are stored in the symbol-tables and you will need to connect them to the key-field which connects the inputfield with the datamodel to get a useful context them. This will require to load these parts from the qvw-datastructure separate and to match these informations - quite surely not a easy work and it all will take some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 08:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfields-and-reloads/m-p/880380#M654858</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-12-08T08:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfields and reloads</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfields-and-reloads/m-p/880381#M654859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/27943"&gt;marcus_sommer&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the tips here. I am still working on this to get those values, even though that's a pretty herculean task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 15:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfields-and-reloads/m-p/880381#M654859</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2016-12-09T15:33:47Z</dc:date>
    </item>
  </channel>
</rss>

