<?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 input field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/input-field/m-p/524314#M480651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Good morning&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;need to create&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a field&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;inputfile&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;(not subject&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;inpunt&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;field)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;as&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I create it&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;script&lt;/SPAN&gt;?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Andrea&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Nov 2013 11:04:47 GMT</pubDate>
    <dc:creator>warrentk80</dc:creator>
    <dc:date>2013-11-14T11:04:47Z</dc:date>
    <item>
      <title>input field</title>
      <link>https://community.qlik.com/t5/QlikView/input-field/m-p/524314#M480651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Good morning&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;need to create&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a field&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;inputfile&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;(not subject&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;inpunt&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;field)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;as&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I create it&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;script&lt;/SPAN&gt;?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Andrea&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 11:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/input-field/m-p/524314#M480651</guid>
      <dc:creator>warrentk80</dc:creator>
      <dc:date>2013-11-14T11:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: input field</title>
      <link>https://community.qlik.com/t5/QlikView/input-field/m-p/524315#M480652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the Qlikview Help for this.&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor742"&gt;&lt;/A&gt;Inputfield&lt;/H1&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;A field may be flagged as an input field by listing it in an &lt;SPAN class="Bold"&gt;inputfield&lt;/SPAN&gt; statement before it is referenced in any &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; or &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statements. &lt;/P&gt;
&lt;P&gt;Input fields behave somewhat differently from regular fields. The most important difference is their ability to accept changes in field values, interactively or programmatically, without running the script. Field values must be loaded into the field via load or select statements. Each field value loaded in the script will create a placeholder for a field value replacement value. Only existing field values can thus be changed interactively or programmatically. The replacement value is user dependent, i.e. when an input field is used on a server, different users will see different sets of input field values&lt;/P&gt;
&lt;P&gt;In input fields all field values will be treated as distinct, regardless if several have the same value. &lt;/P&gt;
&lt;P&gt;The syntax is:&lt;/P&gt;
&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;inputfield&lt;/SPAN&gt; &lt;SPAN class="Italic"&gt;fieldlist&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Italic"&gt;fieldlist&lt;/SPAN&gt; is a comma separated list of the fields that should be flagged as input fields. The wildcard characters * and ? are allowed in field names. Quoting of field names may be necessary when wildcards are used.&lt;/P&gt;
&lt;P class="example"&gt;Examples:&lt;/P&gt;
&lt;P class="Code"&gt;Inputfield B;&lt;/P&gt;
&lt;P class="Code"&gt;Inputfield A,B;&lt;/P&gt;
&lt;P class="Code"&gt;Inputfield B??x*;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 15:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/input-field/m-p/524315#M480652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T15:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: input field</title>
      <link>https://community.qlik.com/t5/QlikView/input-field/m-p/524316#M480653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Do you need something like this ?&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;INPUTFIELD Budget;&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;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Area, Actual, Budget&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;North, 10000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;South, 20000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;East, 30000&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;west, 40000&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;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 15:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/input-field/m-p/524316#M480653</guid>
      <dc:creator />
      <dc:date>2013-11-15T15:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: input field</title>
      <link>https://community.qlik.com/t5/QlikView/input-field/m-p/524317#M480654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Aadil&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never knew that &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;&lt;STRONG&gt;Inputfield&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt; function existed.&amp;nbsp; It could be most useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 19:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/input-field/m-p/524317#M480654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T19:25:37Z</dc:date>
    </item>
  </channel>
</rss>

