<?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: Problem with inputfields on qlikview 10 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304986#M710686</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;The paragraph below was taken from the QV10 SR3 release notes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Inputfields are not compatible with joins or resident loads.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The reason for this is that an inputfield must be read one time and one time only. Once&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;the inputfield is read it is added to an inputfield table and this table cannot be&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tampered with. Joins affect the table and for that reason inputfields are disabled when&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;combined with joins. Resident works slightly different but it also affects the inputfield&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;table and it is disabled for the same reason."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried adding the input field only &lt;STRONG&gt;AFTER &lt;/STRONG&gt;all joins or resident loads that use the table but that didn't work.&lt;/P&gt;&lt;P&gt;Input field was converted to a normal field so I don't get it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jul 2011 11:05:28 GMT</pubDate>
    <dc:creator>tduarte</dc:creator>
    <dc:date>2011-07-04T11:05:28Z</dc:date>
    <item>
      <title>Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304980#M710680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had an document on v8.5 that was having performace issues so we decided to have a go with QV10.&lt;/P&gt;&lt;P&gt;After reloading the document in QV10 I realized not everything was working,&amp;nbsp; mainly the inputfields.&lt;/P&gt;&lt;P&gt;I found someone suggesting here that we should always had an unique ID to avoid issues with inputfields. So I used Rowno() in the table that contain the inputfield and it all looked fine. But it wasn't!&lt;/P&gt;&lt;P&gt;We load the inputfields with a default value of '0'. After a reload that value is keept but even if you save the document, close and then when you reopen it , the inputfield will have values from 0, 1, 2, 3, ... onwards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sets values to the inputfield just by closing an reopening the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone experienced this? Any ideas of what needs to be done to fix it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 09:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304980#M710680</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2011-05-17T09:43:06Z</dc:date>
    </item>
    <item>
      <title>Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304981#M710681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My initial guess is that your issue is related to the data set containing NULL values or data model contains synthetic keys, meaning that your chart object shows rows that do not really exist in your data. Your description sounds a bit strange though, so please attach a sample QVW to make evaluation of this a bit easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case the app contains sensitive data, please use sfcrambling fucntion to make fields unreadable;&lt;/P&gt;&lt;P&gt;Settings &amp;gt; Document Settings &amp;gt; Scrambling&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also feel free to remove objects (company logos) that are not relevant to this problem, to make the app even more anonymous.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 11:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304981#M710681</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2011-05-17T11:19:02Z</dc:date>
    </item>
    <item>
      <title>Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304982#M710682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Toni, I don't have any NULL values on any of the key fields of the table in question or any synthetic keys in the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I have 3 tables, each with a inputfield.&lt;/P&gt;&lt;P&gt;This is what I'm doing on the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Inputfield input_price1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;'0' as input_price1,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then have a 3 pivot tables with an expression that will take the corresponding inputfield value if different from '0'.&lt;/P&gt;&lt;P&gt;The problem I'm having is only with one of the tables/inputfields.&lt;/P&gt;&lt;P&gt;I created a list box with the field &lt;EM&gt;input_price1 &lt;/EM&gt;and after reload all values are '0' which is correct. So I save the document, close it and then when I open it again, the values change to 0,1,2,3,4....etc.. up to a bit more than the number of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is that even possible? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 12:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304982#M710682</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2011-05-18T12:06:35Z</dc:date>
    </item>
    <item>
      <title>Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304983#M710683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Please attach a sample QVW, to make it easier to evaluate. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 12:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304983#M710683</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2011-05-18T12:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304984#M710684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I manage to find a temporary solution by storing into qvd the table that contains the inputfield with the issue, then dropping the table and then loading the table again from qvd later in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It must be a problem with the links between the table or the pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have forwarded this to Support and will update later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 11:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304984#M710684</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2011-05-20T11:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304985#M710685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reply from Support:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for bringing this problem to our attention. We have logged it &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with our Issue Analysis team - ID 39541. If approved as a bug, the &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; issue will hopefully be fixed in the next Service Release.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I will advise you if there are any further developments in this regard. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please accept our apologies for any inconvenience.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I can do now is wait.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 15:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304985#M710685</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2011-06-13T15:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304986#M710686</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;The paragraph below was taken from the QV10 SR3 release notes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Inputfields are not compatible with joins or resident loads.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The reason for this is that an inputfield must be read one time and one time only. Once&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;the inputfield is read it is added to an inputfield table and this table cannot be&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tampered with. Joins affect the table and for that reason inputfields are disabled when&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;combined with joins. Resident works slightly different but it also affects the inputfield&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;table and it is disabled for the same reason."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried adding the input field only &lt;STRONG&gt;AFTER &lt;/STRONG&gt;all joins or resident loads that use the table but that didn't work.&lt;/P&gt;&lt;P&gt;Input field was converted to a normal field so I don't get it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 11:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304986#M710686</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2011-07-04T11:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304987#M710687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got the same exact problem. Please update this topic if you manage to find a solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 02:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304987#M710687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-07T02:41:35Z</dc:date>
    </item>
    <item>
      <title>Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304988#M710688</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;Another method might be to create an in-memory table with just a key field and the input fields using a 'from' load, then rely on the associated join to use the input fields as before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means creating an extra table but it would at least put an explicit table in your data model that shows what is going on with the input fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to work in my test environment - I'd be interested to know if anyone else is using the inputfields in this way,&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;HD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 17:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304988#M710688</guid>
      <dc:creator>hdonald</dc:creator>
      <dc:date>2011-07-26T17:56:14Z</dc:date>
    </item>
    <item>
      <title>Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304989#M710689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My problem turned out to be null values. However, this is not a problem in Developer. It's only when reloading via Publisher that these nulls cause a reload failure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 18:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304989#M710689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-26T18:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304990#M710690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi HD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, exactly. I'm using the same method as suggest recently by support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Inputfield MyInputField;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Data:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() as InputKey&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From data.csv;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;InputField:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() as InputKey,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '0' as MyInputField // sets 0 as default value in my case&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AUTOGENERATE peek('InputKey', -1, 'Data'); &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Telmo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 16:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304990#M710690</guid>
      <dc:creator>tduarte</dc:creator>
      <dc:date>2011-07-27T16:02:47Z</dc:date>
    </item>
    <item>
      <title>Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304991#M710691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Telmo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was doing the load 'From data.csv' bit twice but that 'AUTOGENERATE peek(....' solution looks much neater, thanks for posting it,&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;HD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 16:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304991#M710691</guid>
      <dc:creator>hdonald</dc:creator>
      <dc:date>2011-07-27T16:49:12Z</dc:date>
    </item>
    <item>
      <title>Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304992#M710692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Support, &lt;/P&gt;&lt;P&gt;We have determined in the Developer II training class for version 10 that SR3 is causing the problem with INPUTFIELD's.&amp;nbsp; Several of the students had the same problem and other's did not after researching we found that the problem was only with SR3.&amp;nbsp; The other students had SR1 and SR2.&amp;nbsp; Hope this helps resolve this problem.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 16:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304992#M710692</guid>
      <dc:creator>bob_zagars</dc:creator>
      <dc:date>2011-10-20T16:16:16Z</dc:date>
    </item>
    <item>
      <title>Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304993#M710693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this workaround&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone tested this with QV11 IR? cause from what i tested, it also didn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 12:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304993#M710693</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2011-12-13T12:39:32Z</dc:date>
    </item>
    <item>
      <title>Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304994#M710694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;We have tested&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the problem in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;IR&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;QlikView&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;version 11&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and also gives&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;memory&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;problem&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;on the server&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;reloads&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Is there any&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;recommendation or&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;limitation by the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;manufacturer?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 12:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304994#M710694</guid>
      <dc:creator />
      <dc:date>2012-02-03T12:36:02Z</dc:date>
    </item>
    <item>
      <title>Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304995#M710695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the issue with v10 SR3.&lt;/P&gt;&lt;P&gt;When I opened the project in v9SR2 (because I have it as our previous version still on my machine), reloaded the data, saved the document and then opened it in v10SR3 everything was fine and I can edit the input field now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 10:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304995#M710695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-17T10:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with inputfields on qlikview 10</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304996#M710696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a problem with this recommended solution by support&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that if the load order changes then the comment is linked to a different record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a great feature (inputfields) but this solution creates a risk in that its linked to a row (that can change the link to a record) not a record&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Aug 2012 10:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-inputfields-on-qlikview-10/m-p/304996#M710696</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2012-08-19T10:10:09Z</dc:date>
    </item>
  </channel>
</rss>

