<?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 Using inputfield in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141359#M21070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;P&gt;So I guess its main value would be in something like 'what if' analysis at the row level? It feels like inputfield should have more value than I can see!&lt;/P&gt;&lt;P&gt;Blaise - I'm intrigued by the way you use them. How do you do this when the column occurs at the row level? How do you save / restore the values automatically in a server environment?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2009 21:10:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-04-15T21:10:06Z</dc:date>
    <item>
      <title>Using inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141355#M21066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I define a column as an 'inputfield' then my user via the plugin can change the contents. No-one else can see anyone elses changes though. When the user closes the browser and then goes back to the document, their changes are still there, but is this simply until their instance of the document is unloaded from memory?&lt;/P&gt;&lt;P&gt;How is 'inputfield' designed to be used?&lt;/P&gt;&lt;P&gt;I am using 8.20&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 20:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141355#M21066</guid>
      <dc:creator />
      <dc:date>2009-04-15T20:42:07Z</dc:date>
    </item>
    <item>
      <title>Using inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141356#M21067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Edited: Blaise is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 20:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141356#M21067</guid>
      <dc:creator />
      <dc:date>2009-04-15T20:47:32Z</dc:date>
    </item>
    <item>
      <title>Using inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141357#M21068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The inputfields are stored for each user, in the DocumentName.qvw.shared file (you cannot read from the file though).&lt;/P&gt;&lt;P&gt;The values survives a document reload, the only way to restore them i by using a macro (.RestoreInputFieldValues if im correct) or by right click and choose restore. If you restore them, they will be restored to what was loaded in the qvw application.&lt;/P&gt;&lt;P&gt;I guess that the inputfield function was implemented because of Qv Salespersons &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt; Hey look, you can also change and input values in the application, how cool is that &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;P&gt;I use inputfield for two reasons, storing variables that, for some reasons must survive a reaload, and for saving data into csv files. I've worked quite a while with the inputfields and always store the data into a file, I simply don't trust the function to store critical values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 20:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141357#M21068</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2009-04-15T20:53:06Z</dc:date>
    </item>
    <item>
      <title>Using inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141358#M21069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure about that? What I've found out is that the values is stored in the *.qvw.shared file. That file will not be cleared if the document is unloaded (the server is restared f.ex.).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 20:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141358#M21069</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2009-04-15T20:55:58Z</dc:date>
    </item>
    <item>
      <title>Using inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141359#M21070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;P&gt;So I guess its main value would be in something like 'what if' analysis at the row level? It feels like inputfield should have more value than I can see!&lt;/P&gt;&lt;P&gt;Blaise - I'm intrigued by the way you use them. How do you do this when the column occurs at the row level? How do you save / restore the values automatically in a server environment?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 21:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141359#M21070</guid>
      <dc:creator />
      <dc:date>2009-04-15T21:10:06Z</dc:date>
    </item>
    <item>
      <title>Using inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141360#M21071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well i dont save them automatically &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; There isn't a way to auto save them, I've tried the onChange/onInput event but they also runs on clear (and that is very stupid but it is WAD accourding to Qt).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 21:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141360#M21071</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2009-04-15T21:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141361#M21072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/2120"&gt;blaise&lt;/A&gt;‌&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Any idea how to read the Inputfield values from the .shared files? &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am able to fetch all bookmarks data, but not the inputfield values from .shared file.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 18:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141361#M21072</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2016-12-07T18:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using inputfield</title>
      <link>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141362#M21073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;end user should right click on the input column in the table then select&amp;nbsp; RestoreValue -&amp;gt;Restore All Value;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;if you comment or not execute the input field command in your script then all your value reset, then for this purpose please set the if statement for your input field like below then create two job in qlikview server depend on another. first with passing 1 and second with passing 0 (in Reload Tab -&amp;gt; Passing Parameter);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if('$(v_ReloadType)'=1) then&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;INPUTFIELD inputfield1;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;end if;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2018 14:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-inputfield/m-p/141362#M21073</guid>
      <dc:creator>jafari_ervin</dc:creator>
      <dc:date>2018-10-28T14:53:27Z</dc:date>
    </item>
  </channel>
</rss>

