<?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: Inputfield in loadscript in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078941#M359727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, OK Marcus, thanks for your prompt response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Apr 2016 08:18:52 GMT</pubDate>
    <dc:creator>richard_chilvers</dc:creator>
    <dc:date>2016-04-28T08:18:52Z</dc:date>
    <item>
      <title>Inputfield in loadscript</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078934#M359720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inputfield testfield;&lt;/P&gt;&lt;P&gt;Tablename:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;testfield;&lt;/P&gt;&lt;P&gt;SQL select&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C,&lt;/P&gt;&lt;P&gt;D &lt;/P&gt;&lt;P&gt;From tablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get an error message field &amp;lt;testfield&amp;gt; unknown and&amp;nbsp; I do not understand why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Changing the order (load testfield, * ) does not help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 14:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078934#M359720</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2016-04-21T14:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield in loadscript</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078935#M359721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tablename:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;SQL select&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C,&lt;/P&gt;&lt;P&gt;D &lt;/P&gt;&lt;P&gt;From tablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inputfield testfield;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;load *, testfield&lt;/P&gt;&lt;P&gt;resident Tablename;&lt;/P&gt;&lt;P&gt;drop table Tablename&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 14:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078935#M359721</guid>
      <dc:creator>florentina_doga</dc:creator>
      <dc:date>2016-04-21T14:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield in loadscript</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078936#M359722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your inputfield must be a real field &lt;STRONG&gt;either&lt;/STRONG&gt; from the sql or created new with an alias:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inputfield testfield;&lt;/P&gt;&lt;P&gt;Tablename:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0 as testfield&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;SQL select&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C,&lt;/P&gt;&lt;P&gt;D,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;testfield&lt;/STRONG&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;From tablename;&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, 21 Apr 2016 14:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078936#M359722</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-04-21T14:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield in loadscript</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078937#M359723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Inputfield testfield;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Tablename:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;0 as&lt;/SPAN&gt; testfield;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SQL select&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;A,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;B,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;C,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;D&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;From tablename;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 14:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078937#M359723</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-21T14:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield in loadscript</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078938#M359724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;INPUTFIELD testfield;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;Tablename:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;SQL select&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;A,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;B,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;C,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;D,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000; font-size: 10pt;"&gt;'' as testfield&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 29px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;From tablename&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 15:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078938#M359724</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-21T15:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield in loadscript</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078939#M359725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never used INPUTFIELD, but it looks handy, so I thought I'd do some testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my script, which seems very similar to yours, but produces an error (Duplicate Keys). I must be misunderstanding, but could you explain ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;INPUTFIELD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quantity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *, 0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quantity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; F1, Quantity1&lt;BR /&gt; 1, 0&lt;BR /&gt; 3, 0&lt;BR /&gt; 1, 0&lt;BR /&gt; 23, 0&lt;BR /&gt; 15, 0&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 07:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078939#M359725</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2016-04-28T07:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield in loadscript</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078940#M359726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The assignment from a inputfield value within the table (not absolutely sure but I believe within the whole datamodel) must be absolutely unique which is not given in your example (I have marked it with a bigger font):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;INPUTFIELD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quantity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *, 0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quantity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; F1, Quantity1&lt;BR /&gt; &lt;STRONG style="font-size: 12pt;"&gt;1, 0&lt;/STRONG&gt;&lt;BR /&gt; 3, 0&lt;BR /&gt;&lt;STRONG style="font-size: 12pt;"&gt; 1, 0&lt;/STRONG&gt;&lt;BR /&gt; 23, 0&lt;BR /&gt; 15, 0&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&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, 28 Apr 2016 08:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078940#M359726</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-04-28T08:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield in loadscript</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078941#M359727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, OK Marcus, thanks for your prompt response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 08:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078941#M359727</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2016-04-28T08:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield in loadscript</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078942#M359728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your answer. As soon as I return from holidays &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; I will try to look further&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 09:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078942#M359728</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2016-04-28T09:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield in loadscript</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078943#M359729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Curiousfellow,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before commentiong, I would like to know, does you table has field named as &lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;testfield ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 11:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078943#M359729</guid>
      <dc:creator>Mahamed_Qlik</dc:creator>
      <dc:date>2016-04-28T11:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield in loadscript</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078944#M359730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Data should be unique for the combination you load as this is not in your case you can always use distinct and avoid the duplicate values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;INPUTFIELD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quantity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; distinct *, 0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Quantity&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; F1, Quantity1&lt;BR /&gt;&lt;STRONG style="font-size: 12pt;"&gt;1, 0&lt;/STRONG&gt;&lt;BR /&gt; 3, 0&lt;BR /&gt;&lt;STRONG style="font-size: 12pt;"&gt; 1, 0&lt;/STRONG&gt;&lt;BR /&gt; 23, 0&lt;BR /&gt; 15, 0&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 09:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078944#M359730</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2016-04-29T09:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Inputfield in loadscript</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078945#M359731</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;Is your testfield is included in SQL?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Inputfield testfield;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tablename:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;SPAN style="line-height: 1.5em;"&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;SQL select&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="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;testfield&lt;/STRONG&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;A,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;B,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;D&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From tablename;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 09:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfield-in-loadscript/m-p/1078945#M359731</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-29T09:03:58Z</dc:date>
    </item>
  </channel>
</rss>

