<?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 2 lowest Customer name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/get-2-lowest-Customer-name/m-p/1291872#M849245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can also be done using set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(DISTINCT {&amp;lt;Product = {"=Rank(-Sum(Measure)) &amp;lt; 3"}&amp;gt;}Product, ', ')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Mar 2017 09:44:57 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-03-15T09:44:57Z</dc:date>
    <item>
      <title>get 2 lowest Customer name</title>
      <link>https://community.qlik.com/t5/QlikView/get-2-lowest-Customer-name/m-p/1291869#M849240</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 need to get 2 lowest sales Customer name in text box.&lt;/P&gt;&lt;P&gt;I tried to do a expression but its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only(if(Aggr(rank(Sum(-NetSales)),Customer_CompanyName)=1, Customer_CompanyName))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone pls tell what is problem?&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-2-lowest-Customer-name/m-p/1291869#M849240</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: get 2 lowest Customer name</title>
      <link>https://community.qlik.com/t5/QlikView/get-2-lowest-Customer-name/m-p/1291870#M849242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try with FirstSortedValue()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer with lowest Sales&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Customer_CompanyName&lt;/SPAN&gt;, Aggr(Sum(NetSales), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Customer_CompanyName&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Customer with 2nd lowest Sales&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;FirstSortedValue(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Customer_CompanyName&lt;/SPAN&gt;, Aggr(Sum(NetSales), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Customer_CompanyName&lt;/SPAN&gt;), 2)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 08:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-2-lowest-Customer-name/m-p/1291870#M849242</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-15T08:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: get 2 lowest Customer name</title>
      <link>https://community.qlik.com/t5/QlikView/get-2-lowest-Customer-name/m-p/1291871#M849244</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;Try like below, &lt;/P&gt;&lt;P&gt;=Concat(DISTINCT Aggr(If(Rank(-Sum(Measure)) &amp;lt;=2, Product), Product), ', ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="11.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156320_11.png" style="font-size: 13.3333px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 08:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-2-lowest-Customer-name/m-p/1291871#M849244</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-03-15T08:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: get 2 lowest Customer name</title>
      <link>https://community.qlik.com/t5/QlikView/get-2-lowest-Customer-name/m-p/1291872#M849245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can also be done using set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(DISTINCT {&amp;lt;Product = {"=Rank(-Sum(Measure)) &amp;lt; 3"}&amp;gt;}Product, ', ')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 09:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-2-lowest-Customer-name/m-p/1291872#M849245</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-15T09:44:57Z</dc:date>
    </item>
  </channel>
</rss>

