<?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 GetFieldSelections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetFieldSelections/m-p/928961#M321313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Have a listbox with entry's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cars&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Porsche&lt;/P&gt;&lt;P&gt;Volkswagen&lt;/P&gt;&lt;P&gt;Opel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i have a table with in the Windowname:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetFieldSelections(CARS,', ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select all Cars, the Windowname is called "ALL".&lt;/P&gt;&lt;P&gt;When i select only Porsche and Opel, the window name is called NOT Volkswagen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the window name with the entries i selected!&lt;/P&gt;&lt;P&gt;Instead of all Porsche, Volkswagen, Opel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of NOT Volkswagen Porsche, Opel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Oct 2015 13:03:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-20T13:03:32Z</dc:date>
    <item>
      <title>GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections/m-p/928961#M321313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Have a listbox with entry's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cars&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Porsche&lt;/P&gt;&lt;P&gt;Volkswagen&lt;/P&gt;&lt;P&gt;Opel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i have a table with in the Windowname:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetFieldSelections(CARS,', ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select all Cars, the Windowname is called "ALL".&lt;/P&gt;&lt;P&gt;When i select only Porsche and Opel, the window name is called NOT Volkswagen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the window name with the entries i selected!&lt;/P&gt;&lt;P&gt;Instead of all Porsche, Volkswagen, Opel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of NOT Volkswagen Porsche, Opel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 13:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections/m-p/928961#M321313</guid>
      <dc:creator />
      <dc:date>2015-10-20T13:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections/m-p/928962#M321314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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: 13px;"&gt;&lt;STRONG&gt;=GetFieldSelections(CARS,', ', 9999999)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 13:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections/m-p/928962#M321314</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-20T13:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections/m-p/928963#M321315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or:&lt;/P&gt;&lt;P&gt;If(GetSelectedCount(CARS), Concat(Distinct CARS, ', '))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 13:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections/m-p/928963#M321315</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-20T13:11:58Z</dc:date>
    </item>
  </channel>
</rss>

