<?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 Inputbox &amp;gt; choose items from field and put it in a variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inputbox-gt-choose-items-from-field-and-put-it-in-a-variable/m-p/287571#M1177474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it should work. Have you tried copying the concat(...) expression into a textbox and check if your countries are listed appropriately?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 09:46:29 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-02-16T09:46:29Z</dc:date>
    <item>
      <title>Inputbox &gt; choose items from field and put it in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-gt-choose-items-from-field-and-put-it-in-a-variable/m-p/287567#M1177470</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 have a field &lt;EM&gt;[sales country name]&lt;/EM&gt; and I want to do the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to have an input box with as constraint a predefined list of my &lt;EM&gt;[sales country name] &lt;/EM&gt;field. Afterwards I want to use 2 of those input boxes to be able to compare salesdata of the chosen countries in specific charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following but it doesn't do the trick :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/11336_Capture.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for helping this newbie out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 09:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-gt-choose-items-from-field-and-put-it-in-a-variable/m-p/287567#M1177470</guid>
      <dc:creator />
      <dc:date>2012-02-16T09:12:39Z</dc:date>
    </item>
    <item>
      <title>Inputbox &gt; choose items from field and put it in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-gt-choose-items-from-field-and-put-it-in-a-variable/m-p/287568#M1177471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is a comma missing just before ',' in your concat, separating the two parameter in the function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 09:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-gt-choose-items-from-field-and-put-it-in-a-variable/m-p/287568#M1177471</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-02-16T09:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox &gt; choose items from field and put it in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-gt-choose-items-from-field-and-put-it-in-a-variable/m-p/287569#M1177472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try with this expression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Concat(Total Distinct [Sales Country Name],',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 09:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-gt-choose-items-from-field-and-put-it-in-a-variable/m-p/287569#M1177472</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-16T09:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox &gt; choose items from field and put it in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-gt-choose-items-from-field-and-put-it-in-a-variable/m-p/287570#M1177473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, I didn't realise that there needed to be a comma in between, my mistake &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it still doesn't work, when I open the dropdown I see a white block but with no data in. It seems like he wants to show something but he doesn't find any data, even though there are plenty of countries in:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/11337_Capture2.JPG" /&gt;&lt;/P&gt;&lt;P&gt;Could I do possibly something else wrong as well, as in my settings for example? Or is the formula method to show things up not correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks appreciate the prompt help, thumbs up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 09:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-gt-choose-items-from-field-and-put-it-in-a-variable/m-p/287570#M1177473</guid>
      <dc:creator />
      <dc:date>2012-02-16T09:34:55Z</dc:date>
    </item>
    <item>
      <title>Inputbox &gt; choose items from field and put it in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-gt-choose-items-from-field-and-put-it-in-a-variable/m-p/287571#M1177474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it should work. Have you tried copying the concat(...) expression into a textbox and check if your countries are listed appropriately?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 09:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-gt-choose-items-from-field-and-put-it-in-a-variable/m-p/287571#M1177474</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-02-16T09:46:29Z</dc:date>
    </item>
    <item>
      <title>Inputbox &gt; choose items from field and put it in a variable</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-gt-choose-items-from-field-and-put-it-in-a-variable/m-p/287572#M1177475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you click on drop down it will show the list of values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Then if you need to display data without any selection in that drop down means..Use =MinString([Sales Country Name]) expression in value expression box which is under the settings for selected variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 09:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-gt-choose-items-from-field-and-put-it-in-a-variable/m-p/287572#M1177475</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-16T09:54:01Z</dc:date>
    </item>
  </channel>
</rss>

