<?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: set expression for ranking in Charts (top5 &amp; bottom5) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111608#M7671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aggr(if(rank(sum([Sales Target]))&amp;lt;=5 or rank(-sum([Sales Target]))&amp;lt;=5,Customer),Customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2018 11:55:39 GMT</pubDate>
    <dc:creator>khanashique</dc:creator>
    <dc:date>2018-09-10T11:55:39Z</dc:date>
    <item>
      <title>set expression for ranking in Charts (top5 &amp; bottom5)</title>
      <link>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111604#M7667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to set expression in Charts and its ranking need to be shown as top5 and bottom5 together...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.jpg" class="jive-image image-1" height="164" src="https://community.qlik.com/legacyfs/online/213118_Untitled.jpg" style="height: 163.815px; width: 218px;" width="218" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MAK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 11:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111604#M7667</guid>
      <dc:creator>khanashique</dc:creator>
      <dc:date>2018-09-10T11:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for ranking in Charts (top5 &amp; bottom5)</title>
      <link>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111605#M7668</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;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=aggr(if(rank(sum(value))&amp;lt;=5 or rank(-sum(value))&amp;lt;=5,DIMENSION),DIMENSION)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 11:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111605#M7668</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-09-10T11:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for ranking in Charts (top5 &amp; bottom5)</title>
      <link>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111606#M7669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the above expression but it does not work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MAK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 11:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111606#M7669</guid>
      <dc:creator>khanashique</dc:creator>
      <dc:date>2018-09-10T11:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for ranking in Charts (top5 &amp; bottom5)</title>
      <link>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111607#M7670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;its working for me ..could share the expression how your trying ?&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 11:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111607#M7670</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-09-10T11:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for ranking in Charts (top5 &amp; bottom5)</title>
      <link>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111608#M7671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aggr(if(rank(sum([Sales Target]))&amp;lt;=5 or rank(-sum([Sales Target]))&amp;lt;=5,Customer),Customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 11:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111608#M7671</guid>
      <dc:creator>khanashique</dc:creator>
      <dc:date>2018-09-10T11:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for ranking in Charts (top5 &amp; bottom5)</title>
      <link>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111609#M7672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Your trying this in the expression or dimension?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;paste the above expression in the dimension and use sum(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Sales Target]&lt;/SPAN&gt;) in the expression that should work&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 12:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111609#M7672</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-09-10T12:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for ranking in Charts (top5 &amp; bottom5)</title>
      <link>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111610#M7673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under Dimension i have used field 'Customer' and the above expression i have used in Expression Editor (Dimension)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.jpg" class="jive-image image-1" height="319" src="https://community.qlik.com/legacyfs/online/213136_Untitled.jpg" style="height: 319px; width: 219.418px;" width="220" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 12:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111610#M7673</guid>
      <dc:creator>khanashique</dc:creator>
      <dc:date>2018-09-10T12:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for ranking in Charts (top5 &amp; bottom5)</title>
      <link>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111611#M7674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;na use create a calculated dimension&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Dimesnion : &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;aggr(if(rank(sum([Sales Target]))&amp;lt;=5 or rank(-sum([Sales Target]))&amp;lt;=5,Customer),Customer)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Dimensions/create-calculated-dimension.htm" title="https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Dimensions/create-calculated-dimension.htm"&gt;https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Dimensions/create-calculated-dimension.htm&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Expression &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;sum(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Sales Target]&lt;/SPAN&gt;)&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 12:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111611#M7674</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-09-10T12:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for ranking in Charts (top5 &amp; bottom5)</title>
      <link>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111612#M7675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After applying the above expression in master item as dimension now it gives only top 5 customer, bottom 5 is missing...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 12:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111612#M7675</guid>
      <dc:creator>khanashique</dc:creator>
      <dc:date>2018-09-10T12:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for ranking in Charts (top5 &amp; bottom5)</title>
      <link>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111613#M7676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Luck.? i have tried but i got top 5 customers only....need to get bottom 5 too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;MAK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 04:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111613#M7676</guid>
      <dc:creator>khanashique</dc:creator>
      <dc:date>2018-09-11T04:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: set expression for ranking in Charts (top5 &amp; bottom5)</title>
      <link>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111614#M7677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Currently&amp;nbsp; I don't have the access for Qliksense , I have tested the expression in Qlikview its working fine ....&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2018 09:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-expression-for-ranking-in-Charts-top5-bottom5/m-p/111614#M7677</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-09-11T09:23:33Z</dc:date>
    </item>
  </channel>
</rss>

