<?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: how to display selected two countries in same Listbox as concatenated string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-display-selected-two-countries-in-same-Listbox-as/m-p/469869#M175483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, but you should use Gysbert's solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a much better solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still learning, so I may do things the hard way, but as long as the result is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2013 10:35:48 GMT</pubDate>
    <dc:creator>rustyfishbones</dc:creator>
    <dc:date>2013-06-13T10:35:48Z</dc:date>
    <item>
      <title>how to display selected two countries in same Listbox as concatenated string</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-selected-two-countries-in-same-Listbox-as/m-p/469866#M175480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting how to display selected two countries in same Listbox as concatenated string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. for example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country listbox consisting following contry names..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;India&lt;/P&gt;&lt;P&gt;UnitedStates&lt;/P&gt;&lt;P&gt;United Kingdome&lt;/P&gt;&lt;P&gt;Canada&lt;/P&gt;&lt;P&gt;France&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been selected two countries (e.g : India , UnitedStates) in above Listbox then It will display like&lt;STRONG&gt; "IndiaUnitedStaes".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;how can I get that result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards :&lt;/P&gt;&lt;P&gt;seshukumar bandaru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 10:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-selected-two-countries-in-same-Listbox-as/m-p/469866#M175480</guid>
      <dc:creator />
      <dc:date>2013-06-13T10:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to display selected two countries in same Listbox as concatenated string</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-selected-two-countries-in-same-Listbox-as/m-p/469867#M175481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is not ideal but it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=REPLACE(REPLACE(REPLACE(GetCurrentSelections(Country),',',''),' ',''),'Country:','')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 10:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-selected-two-countries-in-same-Listbox-as/m-p/469867#M175481</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-06-13T10:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to display selected two countries in same Listbox as concatenated string</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-selected-two-countries-in-same-Listbox-as/m-p/469868#M175482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/rustyfishbones" id="jive-6994824498842443387931" style="background-color: #ffffff; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;Alan Farrell&lt;/A&gt; I have solved my issue.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 10:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-selected-two-countries-in-same-Listbox-as/m-p/469868#M175482</guid>
      <dc:creator />
      <dc:date>2013-06-13T10:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to display selected two countries in same Listbox as concatenated string</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-selected-two-countries-in-same-Listbox-as/m-p/469869#M175483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, but you should use Gysbert's solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a much better solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still learning, so I may do things the hard way, but as long as the result is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 10:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-selected-two-countries-in-same-Listbox-as/m-p/469869#M175483</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-06-13T10:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to display selected two countries in same Listbox as concatenated string</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-selected-two-countries-in-same-Listbox-as/m-p/469870#M175484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to work somewhat and isn't bothered by selections in other fields: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a variable vC as =concat(DISTINCT Country). &lt;/P&gt;&lt;P&gt;2. Use as expression for the listbox =if(GetSelectedCount(Country),vC,Country).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unselecting isn't very nice though, requiring two clicks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 10:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-selected-two-countries-in-same-Listbox-as/m-p/469870#M175484</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-13T10:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to display selected two countries in same Listbox as concatenated string</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-display-selected-two-countries-in-same-Listbox-as/m-p/469871#M175485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;great &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/gwassenaar" id="jive-9654424499968008739694" style="background-color: #ffffff; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;Gysbert Wassenaar&lt;/A&gt; &amp;amp; thanQ..&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; its working ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 10:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-display-selected-two-countries-in-same-Listbox-as/m-p/469871#M175485</guid>
      <dc:creator />
      <dc:date>2013-06-13T10:52:54Z</dc:date>
    </item>
  </channel>
</rss>

