<?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: display top3 owners defect counts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/display-top3-owners-defect-counts/m-p/672386#M244201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=CONCAT(IF(Aggr(Rank(SUM(passed),4),executedby)&amp;lt;=3,executedby &amp;amp;CHR(10)),'',-Aggr(SUM(passed),executedby))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Aug 2014 08:07:15 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-08-29T08:07:15Z</dc:date>
    <item>
      <title>display top3 owners defect counts</title>
      <link>https://community.qlik.com/t5/QlikView/display-top3-owners-defect-counts/m-p/672384#M244199</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 defect table and displaying top3 defect owners name list in single text object.&lt;/P&gt;&lt;P&gt;Now I want to display top3 owners defect counts also in the same text object.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;below one currently using for displaying owners name list,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concat(IF(aggr(Rank(Sum(passed)),executedby)&amp;lt;=4,executedby &amp;amp; chr(10)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ANYONE HAVE IDEA TO MODIFY THE ABOVE EXPRESSION,PLS SHARE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS,&lt;/P&gt;&lt;P&gt;Prakash &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 06:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-top3-owners-defect-counts/m-p/672384#M244199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-29T06:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: display top3 owners defect counts</title>
      <link>https://community.qlik.com/t5/QlikView/display-top3-owners-defect-counts/m-p/672385#M244200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Try like this&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Concat(IF(aggr(Rank(Sum(passed)),executedby)&amp;lt;=4,&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;Sum(passed)&lt;/STRONG&gt; &amp;amp; chr(10)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;Concat(IF(aggr(Rank(Sum(passed)),executedby)&amp;lt;=4,&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;executedby &amp;amp;&lt;/STRONG&gt; ' '&lt;/STRONG&gt; &amp;amp; &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;Sum(passed) &lt;/STRONG&gt; &amp;amp; chr(10)))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;Hope this helps you.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;Regards,&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 06:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-top3-owners-defect-counts/m-p/672385#M244200</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-29T06:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: display top3 owners defect counts</title>
      <link>https://community.qlik.com/t5/QlikView/display-top3-owners-defect-counts/m-p/672386#M244201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=CONCAT(IF(Aggr(Rank(SUM(passed),4),executedby)&amp;lt;=3,executedby &amp;amp;CHR(10)),'',-Aggr(SUM(passed),executedby))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 08:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-top3-owners-defect-counts/m-p/672386#M244201</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-08-29T08:07:15Z</dc:date>
    </item>
  </channel>
</rss>

