<?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: Rank Top 10 for a month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116207#M17878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does your expression give you Top 10 records?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2018 15:42:16 GMT</pubDate>
    <dc:creator>afroz_shaik</dc:creator>
    <dc:date>2018-11-07T15:42:16Z</dc:date>
    <item>
      <title>Rank Top 10 for a month</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116202#M17873</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 just about understand the rank function but believe I need to also introduce SET analysis into the mix also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a formula =sum(if(CIC_COMPARABLE = 'Plan', CIC_NETINCOME,0)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a field CIC_INCOME_REC_MONTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to simply show the Top 10 'Plan' for the Current Month - whatever month we are in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would any be able to help me on this please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 14:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116202#M17873</guid>
      <dc:creator>racer25</dc:creator>
      <dc:date>2018-11-07T14:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Top 10 for a month</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116203#M17874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;CIC_COMPARABLE = 'Plan', CIC_INCOME_REC_MONTH = {"$(=Month(Today())"}&amp;gt;}CIC_NETINCOME)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(if &lt;SPAN style="font-size: 13.3333px;"&gt;CIC_INCOME_REC_MONTH&amp;nbsp; is a date)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 14:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116203#M17874</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2018-11-07T14:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Top 10 for a month</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116204#M17875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try This&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Aggr(Rank(Sum(CIC_COMPARABLE)), [CIC_NETINCOME])&amp;lt;=10, [ IC_NETINCOME], 'Others')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 14:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116204#M17875</guid>
      <dc:creator>MarioCenteno</dc:creator>
      <dc:date>2018-11-07T14:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Top 10 for a month</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116205#M17876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Top 10(Customers,products etc..) has to be based on some value which may be sales.&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;CIC_Comparable ={"Plan"},CIC_Income_rec_Month={"$(=Month(Today())"},Customer = {"=Rank(sum(Sales))&amp;lt;=10"}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 15:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116205#M17876</guid>
      <dc:creator>afroz_shaik</dc:creator>
      <dc:date>2018-11-07T15:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Top 10 for a month</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116206#M17877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Afroz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;CIC_COMPARABLE = {'Plan'} , CIC_INCOME_RECOGNITION_MONTH = {"$(=month(today()))"}&amp;gt;} CIC_NETINCOME).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for very prompt answer I had to enclose Plan with {} to make work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your prompt response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 15:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116206#M17877</guid>
      <dc:creator>racer25</dc:creator>
      <dc:date>2018-11-07T15:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Top 10 for a month</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116207#M17878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does your expression give you Top 10 records?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 15:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116207#M17878</guid>
      <dc:creator>afroz_shaik</dc:creator>
      <dc:date>2018-11-07T15:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Top 10 for a month</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116208#M17879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Afroz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put presentation to 10 lines.... not the best idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is trying tp put actual field names in based your working - no error's in formula but not no results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;CIC_COMPARABLE = {"Plan"} , CIC_INCOME_RECOGNITION_MONTH = {"$(=Month(Today())"}, CIC_DEBTORCODE = {"=Rank(sum(CIC_NETINCOME))&amp;lt;=10"}&amp;gt;} CIC_NETINCOME)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 16:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116208#M17879</guid>
      <dc:creator>racer25</dc:creator>
      <dc:date>2018-11-07T16:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Top 10 for a month</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116209#M17880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CIC_COMPARABLE &lt;/SPAN&gt;= {'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Plan&lt;/SPAN&gt;'} ,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CIC_INCOME_RECOGNITION_MONTH &lt;/SPAN&gt;= {"=Month(today())"}, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CIC_DEBTORCODE &lt;/SPAN&gt; = {"=Rank(sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CIC_NETINCOME&lt;/SPAN&gt;))&amp;lt;=10"}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CIC_NETINCOME&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure both month formats in source and output are same. output format will be like Jan, Nov....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 16:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116209#M17880</guid>
      <dc:creator>afroz_shaik</dc:creator>
      <dc:date>2018-11-07T16:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Top 10 for a month</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116210#M17881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Spot on thank you - really appreciate your time on this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 17:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116210#M17881</guid>
      <dc:creator>racer25</dc:creator>
      <dc:date>2018-11-07T17:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Top 10 for a month</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116211#M17882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Afroz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought it was working but it &lt;A href="https://community.qlik.com/qlik-users/281251"&gt;afroz.shaik&lt;/A&gt;‌ but the Rank piece appears not to be looking at just the month but rather the whole year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qv_2018-11-08_12-41-39.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217884_Qv_2018-11-08_12-41-39.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Our new formula is supposed be the same as the Plan values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plan&amp;nbsp; is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {&amp;lt;CIC_COMPARABLE = {'Plan'} , CIC_INCOME_RECOGNITION_MONTH = {"$(=month(today()))"}&amp;gt;} CIC_NETINCOME)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New formula is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;CIC_COMPARABLE = {'Plan'} , CIC_INCOME_RECOGNITION_MONTH = {"$(=month(today()))"}, CIC_DEBTORCODE = {"=Rank(sum(CIC_NETINCOME))&amp;lt;=10"}&amp;gt;} CIC_NETINCOME)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the Rank element need to also include month ? I did try and kept getting errors ( or blanks ) - I'd appreciate anything you can do on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time on this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 12:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116211#M17882</guid>
      <dc:creator>racer25</dc:creator>
      <dc:date>2018-11-08T12:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rank Top 10 for a month</title>
      <link>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116212#M17883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My test load script.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; Date(Day,'MM/DD/YYYY') AS Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; MonthName(Day) as CIC_INCOME_RECOGNITION_MONTH;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Day, CIC_DEBTORCODE, CIC_NETINCOME, CIC_COMPARABLE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/15/2018, 1, 100, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/16/2018, 2, 101, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/17/2018, 3, 102, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/18/2018, 4, 103, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/16/2018, 5, 104, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/17/2018, 6, 105, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/18/2018, 7, 106, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/15/2018, 8, 107, Design&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/16/2018, 9, 108, Design&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/17/2018, 10, 109, Design&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/18/2018, 11, 110, Design&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/16/2018, 12, 111, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/17/2018, 13, 112, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/18/2018, 14, 113, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/15/2018, 15, 114, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/16/2018, 16, 115, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/17/2018, 17, 116, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/17/2018, 18, 117, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/18/2018, 19, 118, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10/02/2018, 20, 119, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/03/2018, 21, 120, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/04/2018, 22, 121, Plan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Set Analysis you need:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;[CIC_DEBTORCODE]={"=Rank(Sum({&amp;lt;CIC_COMPARABLE = {'Plan'} ,[CIC_INCOME_RECOGNITION_MONTH]={[&amp;gt;=$(=MonthStart(Today())) &amp;lt;=$(=MonthEnd(Today()))]}&amp;gt;}CIC_NETINCOME))&amp;lt;11"}&amp;gt;}CIC_NETINCOME)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="QlikVisual.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217904_QlikVisual.JPG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 16:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rank-Top-10-for-a-month/m-p/116212#M17883</guid>
      <dc:creator>afroz_shaik</dc:creator>
      <dc:date>2018-11-08T16:54:26Z</dc:date>
    </item>
  </channel>
</rss>

