<?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 Box Value List in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-Value-List/m-p/786607#M278254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can any one tried showing a drop down list of values in Input Box?&lt;/P&gt;&lt;P&gt;The values should come from one field like (Country, Name etc..)&lt;/P&gt;&lt;P&gt;eg: I want to show all countries in my 'country' field in a input box dropdown list( to ensure no typo errors )&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;In Input Box properties, Constraints Tab-&amp;gt;Listed Values-&amp;gt;&lt;/P&gt;&lt;P&gt;=Concat(Distinct Country,';')&lt;/P&gt;&lt;P&gt;I used above expression and it showing in single row, but need it in multiple rows...&lt;/P&gt;&lt;P&gt;Help me..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2014 18:19:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-24T18:19:53Z</dc:date>
    <item>
      <title>Input Box Value List</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Value-List/m-p/786607#M278254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can any one tried showing a drop down list of values in Input Box?&lt;/P&gt;&lt;P&gt;The values should come from one field like (Country, Name etc..)&lt;/P&gt;&lt;P&gt;eg: I want to show all countries in my 'country' field in a input box dropdown list( to ensure no typo errors )&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;In Input Box properties, Constraints Tab-&amp;gt;Listed Values-&amp;gt;&lt;/P&gt;&lt;P&gt;=Concat(Distinct Country,';')&lt;/P&gt;&lt;P&gt;I used above expression and it showing in single row, but need it in multiple rows...&lt;/P&gt;&lt;P&gt;Help me..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 18:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Value-List/m-p/786607#M278254</guid>
      <dc:creator />
      <dc:date>2014-12-24T18:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Value List</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Value-List/m-p/786608#M278255</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;Try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;=ValueList($(=concat({1} distinct chr(39) &amp;amp; Col1 &amp;amp; Chr(39),',')),$(=concat({1} distinct chr(39) &amp;amp; Col2 &amp;amp; Chr(39),',')),$(=concat({1} distinct chr(39) &amp;amp; Col3 &amp;amp; Chr(39),',')))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;where col1,col2,col3 are column names &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;Harsha&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 18:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Value-List/m-p/786608#M278255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-24T18:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Value List</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Value-List/m-p/786609#M278256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not working Harha, but thank you for responding..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 18:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Value-List/m-p/786609#M278256</guid>
      <dc:creator />
      <dc:date>2014-12-24T18:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box Value List</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-Value-List/m-p/786610#M278257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;the below expression is working in my senario.&lt;/P&gt;&lt;P&gt;=Concat({1} distinct Country,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 18:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-Value-List/m-p/786610#M278257</guid>
      <dc:creator />
      <dc:date>2014-12-24T18:52:55Z</dc:date>
    </item>
  </channel>
</rss>

