<?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: Variable as drop down list values in input box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-as-drop-down-list-values-in-input-box/m-p/642511#M235400</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;look at the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 06:31:49 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-05-22T06:31:49Z</dc:date>
    <item>
      <title>Variable as drop down list values in input box</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-as-drop-down-list-values-in-input-box/m-p/642510#M235399</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;I want to have an input box with a predefined drop down list showing values, (e.g. Product1, Product2, Product3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Entering:&amp;nbsp;&amp;nbsp;&amp;nbsp; Product1;Product2;Product3&amp;nbsp;&amp;nbsp;&amp;nbsp; in the Contraints tab, listed values of the input box works.&lt;/P&gt;&lt;P&gt;i.e. We see:&lt;/P&gt;&lt;P&gt;Product1&lt;/P&gt;&lt;P&gt;Product2&lt;/P&gt;&lt;P&gt;Product3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I want this list to be dynamic, so I have stored the values in a variable&amp;nbsp; vCurrentProductList.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I have this:&amp;nbsp;&amp;nbsp; vCurrentProductList = 'Product1;Product2;Product3'&lt;/P&gt;&lt;P&gt;and I put &lt;EM&gt;=vCurrentProductList&lt;/EM&gt; in the Inputbox Contraints, listed values - the drop down doesn't work. It shows them all in 1 line:&lt;/P&gt;&lt;P&gt;Product1;Product2;Product3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I use the variable to get a result like this instead:&lt;/P&gt;&lt;P&gt;Product1&lt;/P&gt;&lt;P&gt;Product2&lt;/P&gt;&lt;P&gt;Product3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 01:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-as-drop-down-list-values-in-input-box/m-p/642510#M235399</guid>
      <dc:creator />
      <dc:date>2014-05-22T01:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Variable as drop down list values in input box</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-as-drop-down-list-values-in-input-box/m-p/642511#M235400</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;look at the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 06:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-as-drop-down-list-values-in-input-box/m-p/642511#M235400</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-22T06:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Variable as drop down list values in input box</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-as-drop-down-list-values-in-input-box/m-p/642512#M235401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the following formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat( {1} DISTINCT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vCurrentProductList&lt;/SPAN&gt;, ',' , &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vCurrentProductList&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should list them in a column sorted ascending by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vCurrentProductList.&amp;nbsp; If the comma for the second parameter doesn't work, try a semicolon.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 14:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-as-drop-down-list-values-in-input-box/m-p/642512#M235401</guid>
      <dc:creator />
      <dc:date>2015-09-29T14:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Variable as drop down list values in input box</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-as-drop-down-list-values-in-input-box/m-p/1556110#M440768</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;PRE&gt;=Concat( {1} DISTINCT YearWeekNumber,'|',YearWeekNumber)&lt;/PRE&gt;&lt;P&gt;Replace the YearWeekNumber with your column header title name.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 15:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-as-drop-down-list-values-in-input-box/m-p/1556110#M440768</guid>
      <dc:creator>sabirguiri</dc:creator>
      <dc:date>2019-03-13T15:49:48Z</dc:date>
    </item>
  </channel>
</rss>

