<?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 Multiple Values in Input Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Values-in-Input-Field/m-p/1372017#M514653</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;If I am using an input field, any method to do a bulk load of values other than manually keying in the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jul 2017 06:21:03 GMT</pubDate>
    <dc:creator>shannoypaul</dc:creator>
    <dc:date>2017-07-26T06:21:03Z</dc:date>
    <item>
      <title>Multiple Values in Input Field</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-in-Input-Field/m-p/1372017#M514653</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;If I am using an input field, any method to do a bulk load of values other than manually keying in the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 06:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-in-Input-Field/m-p/1372017#M514653</guid>
      <dc:creator>shannoypaul</dc:creator>
      <dc:date>2017-07-26T06:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values in Input Field</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-in-Input-Field/m-p/1372018#M514654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not clearly understood , Can you explain in details??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 06:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-in-Input-Field/m-p/1372018#M514654</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-07-26T06:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values in Input Field</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-in-Input-Field/m-p/1372019#M514655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shannoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to assign a list of values to a input filed then follow below approach:&lt;/P&gt;&lt;P&gt;- Create a variable in script and assign a list of values to it separated by comma&lt;/P&gt;&lt;P&gt;//Manual Approach&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET vMulti = 'Alpha, Bravo, Charlie, Delta';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Dynamic Approach&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name,Amount &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Alpha,10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bravo,20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kilo,10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Lima,18&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mike,35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TempConcat:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Concat(Name,', ') as TempName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Amount&amp;nbsp; &amp;lt; 20;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let vMulti = FieldValue('TempName',1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop Table TempConcat;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul Pawar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 07:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-in-Input-Field/m-p/1372019#M514655</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-07-26T07:00:19Z</dc:date>
    </item>
  </channel>
</rss>

