<?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: Top 10 Sales in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508236#M189998</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;Shouldn't the aggregation be done based on the client (and not on the sales)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Oct 2013 15:37:15 GMT</pubDate>
    <dc:creator>abeyphilip</dc:creator>
    <dc:date>2013-10-03T15:37:15Z</dc:date>
    <item>
      <title>Top 10 Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508231#M189993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to calculate the sum sales of top 10 Clients in a chart by using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Aggr(Rank(sum({&amp;lt;Fiscal.WeekNum={$(vCurrWeek)}, Fiscal.Year={$(vCurrYear)}&amp;gt;} Sales)/1000), Sales)&amp;lt;=10, sum({&amp;lt;Fiscal.WeekNum={$(vCurrWeek)}, Fiscal.Year={$(vCurrYear)}&amp;gt;} Sales)/1000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not getting any result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure where I'm going wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508231#M189993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-03T14:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508232#M189994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arsalan malik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in qlikview 11 we have a dimension limits there u can get the result i think.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508232#M189994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-03T14:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508233#M189995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;understand that feature Rajesh but I need to show the sum in a row of Top 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508233#M189995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-03T14:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508234#M189996</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 think you should do&lt;/P&gt;&lt;P&gt;sum( if(rank(...) &amp;lt;=10, Sales)&lt;/P&gt;&lt;P&gt;(other way round)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 14:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508234#M189996</guid>
      <dc:creator />
      <dc:date>2013-10-03T14:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508235#M189997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;Use Client Name as Dimension and tick Supress When Value is Null&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;Use below formula in expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: #3d3d3d; background: white;"&gt;=if(Rank(AGGR(sum({$&amp;lt;Fiscal.WeekNum={$(vCurrWeek)}, Fiscal.Year={$(vCurrYear)}&amp;gt;} Sales)/1000), Client_Name)&amp;lt;=10, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 12.0pt; color: #3d3d3d; background: white;"&gt;Aggr(sum({$&amp;lt;Fiscal.WeekNum={$(vCurrWeek)}, Fiscal.Year={$(vCurrYear)}&amp;gt;} Sales)/1000)&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;,Client_Name)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 15:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508235#M189997</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-10-03T15:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508236#M189998</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;Shouldn't the aggregation be done based on the client (and not on the sales)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 15:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508236#M189998</guid>
      <dc:creator>abeyphilip</dc:creator>
      <dc:date>2013-10-03T15:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508237#M189999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;If u are using the version as 11.&lt;/P&gt;&lt;P&gt;Write u r expression as normal&amp;nbsp; then when u goto the presentaion tab of the straight table&amp;nbsp;&amp;nbsp; check the option sort indicator.&lt;/P&gt;&lt;P&gt;once u get all the values of the expression sort it by max to min or vice versa.(by clicking on the small arrow )&lt;/P&gt;&lt;P&gt;After that goto the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;dimension limits&lt;/SPAN&gt; check to select the first 10 values.&lt;/P&gt;&lt;P&gt;then ur good to go..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 15:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508237#M189999</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2013-10-03T15:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508238#M190000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Calculated Dimension:&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;=if(Aggr(Rank(sum({&amp;lt;Fiscal.WeekNum={$(vCurrWeek)}, Fiscal.Year={$(vCurrYear)}&amp;gt;} Sales)/1000), Client)&amp;lt;=10, Client)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;Expression: =&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;Fiscal.WeekNum={$(vCurrWeek)}, Fiscal.Year={$(vCurrYear)}&amp;gt;} Sales)/1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 15:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-10-Sales/m-p/508238#M190000</guid>
      <dc:creator />
      <dc:date>2013-10-03T15:51:56Z</dc:date>
    </item>
  </channel>
</rss>

