<?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 How to get values according to selected listbox value. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-values-according-to-selected-listbox-value/m-p/161664#M35467</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;I have 1list box named Continent and one column country ,at the sheet level.&lt;/P&gt;&lt;P&gt;As per the requirement I need to write a code so that i can get the following output in a textbox as a heading:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Continent Asia has countries: India,Pakistan,China...... (all the countries should be displayed accordin to continent).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please tell me what code i need to write and when to call this code.&lt;/P&gt;&lt;P&gt;It is very urgent. Help me on this.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 May 2010 20:13:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-23T20:13:45Z</dc:date>
    <item>
      <title>How to get values according to selected listbox value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-according-to-selected-listbox-value/m-p/161664#M35467</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;I have 1list box named Continent and one column country ,at the sheet level.&lt;/P&gt;&lt;P&gt;As per the requirement I need to write a code so that i can get the following output in a textbox as a heading:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Continent Asia has countries: India,Pakistan,China...... (all the countries should be displayed accordin to continent).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please tell me what code i need to write and when to call this code.&lt;/P&gt;&lt;P&gt;It is very urgent. Help me on this.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 May 2010 20:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-according-to-selected-listbox-value/m-p/161664#M35467</guid>
      <dc:creator />
      <dc:date>2010-05-23T20:13:45Z</dc:date>
    </item>
    <item>
      <title>How to get values according to selected listbox value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-according-to-selected-listbox-value/m-p/161665#M35468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you only want to display when a single Continent is possible? If so then:&lt;/P&gt;&lt;P&gt;=if(GetPossibleCount(Continent) = 1, 'Continent ' &amp;amp; Continent &amp;amp; ' has countries: ' &amp;amp; concat(Country, ', '))&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 04:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-according-to-selected-listbox-value/m-p/161665#M35468</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-05-24T04:03:55Z</dc:date>
    </item>
    <item>
      <title>How to get values according to selected listbox value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-according-to-selected-listbox-value/m-p/161666#M35469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Rob for the reply.&lt;/P&gt;&lt;P&gt;One issue is coming that is like Country is not primary key. So i am getting repeated country how can we resolve it ?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 14:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-according-to-selected-listbox-value/m-p/161666#M35469</guid>
      <dc:creator />
      <dc:date>2010-05-24T14:10:42Z</dc:date>
    </item>
    <item>
      <title>How to get values according to selected listbox value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-according-to-selected-listbox-value/m-p/161667#M35470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use concat(DISTINCT &amp;lt;&amp;gt;)&lt;/P&gt;&lt;P&gt;Let me know if it resolves your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 15:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-according-to-selected-listbox-value/m-p/161667#M35470</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-05-24T15:14:59Z</dc:date>
    </item>
    <item>
      <title>How to get values according to selected listbox value.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-values-according-to-selected-listbox-value/m-p/161668#M35471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rocky ... it is working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 15:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-values-according-to-selected-listbox-value/m-p/161668#M35471</guid>
      <dc:creator />
      <dc:date>2010-05-24T15:29:04Z</dc:date>
    </item>
  </channel>
</rss>

