<?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: Get the second value of the current selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-the-second-value-of-the-current-selection/m-p/1249223#M871506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;use following expression :&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=SubField(GetFieldSelections(Customer),',',-1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2016 05:36:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-15T05:36:43Z</dc:date>
    <item>
      <title>Get the second value of the current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-second-value-of-the-current-selection/m-p/1249218#M871501</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;&lt;/P&gt;&lt;P&gt;Does anyone know how to get the second value of the current selection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I have a field Customer and currently the following customer have been selected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;SPAN style="font-size: 10pt;"&gt;John&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;2. Peter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to pick the second selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-second-value-of-the-current-selection/m-p/1249218#M871501</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get the second value of the current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-second-value-of-the-current-selection/m-p/1249219#M871502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;Textbetween(GetFieldSelections(Customer),',','') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 21:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-second-value-of-the-current-selection/m-p/1249219#M871502</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-11-14T21:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get the second value of the current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-second-value-of-the-current-selection/m-p/1249220#M871503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubField(GetFieldSelections(Customer),',',2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 02:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-second-value-of-the-current-selection/m-p/1249220#M871503</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-11-15T02:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get the second value of the current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-second-value-of-the-current-selection/m-p/1249221#M871504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thirumala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we select 3 Items from Selectors, Then the above expression shows still 2nd Value only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubField(GetFieldSelections(Customer),',',-1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 02:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-second-value-of-the-current-selection/m-p/1249221#M871504</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-15T02:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get the second value of the current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-second-value-of-the-current-selection/m-p/1249222#M871505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No anil. for your expression its giving last selected value. small change in your expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubField(GetFieldSelections(key),',',-2) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="te.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143894_te.PNG" style="height: 229px; width: 620px;" /&gt;&lt;/STRONG&gt;&lt;IMG alt="al.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/143895_al.PNG" style="height: 254px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 04:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-second-value-of-the-current-selection/m-p/1249222#M871505</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-11-15T04:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get the second value of the current selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-the-second-value-of-the-current-selection/m-p/1249223#M871506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;use following expression :&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=SubField(GetFieldSelections(Customer),',',-1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 05:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-the-second-value-of-the-current-selection/m-p/1249223#M871506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-15T05:36:43Z</dc:date>
    </item>
  </channel>
</rss>

