<?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: Summary count Top N from specific date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Summary-count-Top-N-from-specific-date/m-p/1372605#M820357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Korn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Dimension, for the Top 10 job each day please use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(If(Rank(Aggr(Count(Job_ID),Calendar_Date)&amp;lt;10, &lt;SPAN style="font-size: 13.3333px;"&gt;Job_ID),&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Calendar_Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the measure you can use the count function to count the days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2017 08:36:13 GMT</pubDate>
    <dc:creator>karthikoffi27se</dc:creator>
    <dc:date>2017-08-10T08:36:13Z</dc:date>
    <item>
      <title>Summary count Top N from specific date</title>
      <link>https://community.qlik.com/t5/QlikView/Summary-count-Top-N-from-specific-date/m-p/1372604#M820356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All Qlik Guru&lt;/P&gt;&lt;P&gt;Please Help me&lt;/P&gt;&lt;P&gt;I have Job period 10 Day.&lt;/P&gt;&lt;P&gt;I want summary top 10 dept. from select CALENDAR DATE and how many day of that dept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;If I Select 5/8/2017 - 9/8/2017&lt;/P&gt;&lt;P&gt;Dept. Top 10 Job each day and Summary count day in top 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;Thank you for all your assistance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="172894" alt="sample.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/172894_sample.PNG" style="height: 228px; width: 620px;" /&gt;&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/Summary-count-Top-N-from-specific-date/m-p/1372604#M820356</guid>
      <dc:creator>korn_th1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Summary count Top N from specific date</title>
      <link>https://community.qlik.com/t5/QlikView/Summary-count-Top-N-from-specific-date/m-p/1372605#M820357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Korn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Dimension, for the Top 10 job each day please use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(If(Rank(Aggr(Count(Job_ID),Calendar_Date)&amp;lt;10, &lt;SPAN style="font-size: 13.3333px;"&gt;Job_ID),&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Calendar_Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the measure you can use the count function to count the days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 08:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Summary-count-Top-N-from-specific-date/m-p/1372605#M820357</guid>
      <dc:creator>karthikoffi27se</dc:creator>
      <dc:date>2017-08-10T08:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Summary count Top N from specific date</title>
      <link>https://community.qlik.com/t5/QlikView/Summary-count-Top-N-from-specific-date/m-p/1372606#M820358</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;STRONG&gt;DEPT.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr(If(Div(Index('-' &amp;amp; Concat(DISTINCT TOTAL &amp;lt;CALENDAR_DATE&amp;gt; Num(Aggr(Rank(Count(JOB_NUMBER),1,1),CALENDAR_DATE, DEPT.), '00000'), '-', -Aggr(Count(JOB_NUMBER), CALENDAR_DATE, DEPT.)), Num(Rank(Count(JOB_NUMBER),1,1), '00000')), 6) + 1 &amp;lt;= 10, 1, 0), CALENDAR_DATE, DEPT.))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173062_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look here for the way I derive the ranking&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-17251"&gt;Continuous Ranking (no missing Rank)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 12:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Summary-count-Top-N-from-specific-date/m-p/1372606#M820358</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-10T12:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Summary count Top N from specific date</title>
      <link>https://community.qlik.com/t5/QlikView/Summary-count-Top-N-from-specific-date/m-p/1372607#M820359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik&lt;BR /&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks you very much for you scirpt&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: 13px;"&gt;I test This &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;scirpt &lt;/SPAN&gt;but it is error&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Error calculate.png" class="jive-image image-1" src="/legacyfs/online/173071_Error calculate.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 12:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Summary-count-Top-N-from-specific-date/m-p/1372607#M820359</guid>
      <dc:creator>korn_th1</dc:creator>
      <dc:date>2017-08-10T12:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Summary count Top N from specific date</title>
      <link>https://community.qlik.com/t5/QlikView/Summary-count-Top-N-from-specific-date/m-p/1372608#M820361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks you very much. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks you very much.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Excellent Script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 12:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Summary-count-Top-N-from-specific-date/m-p/1372608#M820361</guid>
      <dc:creator>korn_th1</dc:creator>
      <dc:date>2017-08-10T12:57:13Z</dc:date>
    </item>
  </channel>
</rss>

