<?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: how to show the Previous Rank in straight table. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26138#M4334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bruno,&lt;/P&gt;&lt;P&gt;Below one i implemented. Is this correct? Its showing null values. Can you please check it once?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount([MonthYear])=1,&lt;/P&gt;&lt;P&gt;Aggr(&lt;/P&gt;&lt;P&gt;rank(RangeSum(&lt;/P&gt;&lt;P&gt;(Round(MonthYear=&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Safety Category]={'Green'}&amp;gt;} [Kms Travelled]) / sum([Kms Travelled]) *100)/4),&lt;/P&gt;&lt;P&gt;(Round((COUNT(DISTINCT [DEVICE NO]) -COUNT([Device Number]))/COUNT(DISTINCT&amp;nbsp; [DEVICE NO]) *100 )/4 ),&lt;/P&gt;&lt;P&gt;(Round(SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'}&amp;gt;}Quantity)/SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'}+{'No'}&amp;gt;}Quantity)*100)/4),&lt;/P&gt;&lt;P&gt;(Round(SUM({&amp;lt;[iVMS ( Y/N)]={'Yes'}&amp;gt;}Quantity)/SUM({&amp;lt; [iVMS ( Y/N)]={'Yes'}+{'No'}&amp;gt;}Quantity)*100)/4)+sum([Kms Travelled])/(1E10)&lt;/P&gt;&lt;P&gt;,4,1)), [Carrier Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,if(GetSelectedCount([Year])=1,&lt;/P&gt;&lt;P&gt;Aggr(&lt;/P&gt;&lt;P&gt;rank(RangeSum(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Round(Year=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Safety Category]={'Green'}&amp;gt;} [Kms Travelled]) / sum([Kms Travelled]) *100)/4),&lt;/P&gt;&lt;P&gt;(Round((COUNT(DISTINCT [DEVICE NO]) -COUNT([Device Number]))/COUNT(DISTINCT&amp;nbsp; [DEVICE NO]) *100 )/4 ),&lt;/P&gt;&lt;P&gt;(Round(SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'}&amp;gt;}Quantity)/SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'}+{'No'}&amp;gt;}Quantity)*100)/4),&lt;/P&gt;&lt;P&gt;(Round(SUM({&amp;lt;[iVMS ( Y/N)]={'Yes'}&amp;gt;}Quantity)/SUM({&amp;lt; [iVMS ( Y/N)]={'Yes'}+{'No'}&amp;gt;}Quantity)*100)/4)+sum([Kms Travelled])/(1E10)&lt;/P&gt;&lt;P&gt;,4,1)), [Carrier Name]),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetSelectedCount([Year])=1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rank(RangeSum(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Round(Quarter=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Safety Category]={'Green'}&amp;gt;} [Kms Travelled]) / sum([Kms Travelled]) *100)/4),&lt;/P&gt;&lt;P&gt;(Round((COUNT(DISTINCT [DEVICE NO]) -COUNT([Device Number]))/COUNT(DISTINCT&amp;nbsp; [DEVICE NO]) *100 )/4 ),&lt;/P&gt;&lt;P&gt;(Round(SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'}&amp;gt;}Quantity)/SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'}+{'No'}&amp;gt;}Quantity)*100)/4),&lt;/P&gt;&lt;P&gt;(Round(SUM({&amp;lt;[iVMS ( Y/N)]={'Yes'}&amp;gt;}Quantity)/SUM({&amp;lt; [iVMS ( Y/N)]={'Yes'}+{'No'}&amp;gt;}Quantity)*100)/4)+sum([Kms Travelled])/(1E10)&lt;/P&gt;&lt;P&gt;,4,1)), [Carrier Name])&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2018 06:08:37 GMT</pubDate>
    <dc:creator>rkpatelqlikview</dc:creator>
    <dc:date>2018-04-27T06:08:37Z</dc:date>
    <item>
      <title>how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26115#M4311</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;Please help on this.&lt;/P&gt;&lt;P&gt;Below is my expression in in straight table for Rank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;Aggr(&lt;/P&gt;&lt;P&gt;rank(&lt;/P&gt;&lt;P&gt;(Round(sum({&amp;lt;[Safety Category]={'Green'}&amp;gt;} [Kms Travelled]) / sum([Kms Travelled]) *100)/4)&lt;/P&gt;&lt;P&gt;+(Round((COUNT(DISTINCT [DEVICE NO]) -COUNT([Device Number]))/COUNT(DISTINCT&amp;nbsp; [DEVICE NO]) *100 )/4 ) +&lt;/P&gt;&lt;P&gt;(Round(SUM({&amp;lt;controlled={'Yes'}&amp;gt;}Quantity)/SUM({&amp;lt;controlled={'Yes'}+{'No'}&amp;gt;}Quantity)*100)/4)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(Round(SUM({&amp;lt;[iVMS ( Y/N)]={'Yes'}&amp;gt;}Quantity)/SUM({&amp;lt; [iVMS ( Y/N)]={'Yes'}+{'No'}&amp;gt;}Quantity)*100)/4)+sum([Kms Travelled])/(1E10)&lt;/P&gt;&lt;P&gt;,4,1),Group, [Carrier Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select this month in other expression it should be Previous Rank..&lt;/P&gt;&lt;P&gt;Please let me know if you want more info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26115#M4311</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-26T14:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26116#M4312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a sample you would be able to share you help you better here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26116#M4312</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-26T14:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26117#M4313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually &lt;EM&gt;rank&lt;/EM&gt; function needs TOTAL to work properly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26117#M4313</guid>
      <dc:creator>bc-thebruuu</dc:creator>
      <dc:date>2018-04-26T14:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26118#M4314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny and Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached and There is total points but Rank is getting Nulls instead of ranking. I need to show that rank as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="nullss.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200900_nullss.PNG" style="height: 148px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26118#M4314</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-26T14:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26119#M4315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The point is that sum([Kms Travelled]) is null.&lt;/P&gt;&lt;P&gt;Your rank function looks good but it cannot rank 'divided by zero' values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you expect to happen when your rank function elements are divided by zero?&lt;/P&gt;&lt;P&gt;You have to use Rangesum probably&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of rank of (sum...+ sum+ sum) you have to use rank(rangesum(sum1, sum2, sum3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that 1+ null= null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26119#M4315</guid>
      <dc:creator>bc-thebruuu</dc:creator>
      <dc:date>2018-04-26T14:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26120#M4316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using RangeSum() instead of + just like you did for Total Points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26120#M4316</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-26T14:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26121#M4317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also suggest using formatting from number's tab rather than using '%' for your KPI expression... did the change from KPI1 and KPI2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26121#M4317</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-26T14:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26122#M4318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. Will check it out accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26122#M4318</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-26T14:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26123#M4319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats fine Sunny. &lt;/P&gt;&lt;P&gt;How to show the last Rank of that particular CarrierName? &lt;/P&gt;&lt;P&gt;there is a Expression name Previous rank?&lt;/P&gt;&lt;P&gt;Please may i know how to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26123#M4319</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-26T14:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26124#M4320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Many thanks Bruno. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;How to show the last Rank of that particular CarrierName? &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;there is a Expression name Previous rank?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please may i know how to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26124#M4320</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-26T14:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26125#M4321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand... can you pin point the exact issue? May be provide the exact number you are looking to get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26125#M4321</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-26T14:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26126#M4322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last Rank = count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I right?&lt;/P&gt;&lt;P&gt;Can yo provide an expected result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 14:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26126#M4322</guid>
      <dc:creator>bc-thebruuu</dc:creator>
      <dc:date>2018-04-26T14:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26127#M4323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure Sunny / Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the below 2 images. Here CarierName "Sainath Transporter" is Rank 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="previousrank.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/200915_previousrank.PNG" style="height: 225px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Now i selected the month March then that &lt;SPAN style="font-size: 13.3333px;"&gt;"Sainath Transporter" is Rank is 7. This Rank it should show in Previous Rank column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="after.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200914_after.PNG" style="height: 324px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26127#M4323</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-26T15:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26128#M4324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is previous wrt to previous selection or previous month?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26128#M4324</guid>
      <dc:creator>bc-thebruuu</dc:creator>
      <dc:date>2018-04-26T15:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26129#M4325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample where Jan have some data?&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/200917_Capture.PNG" style="height: 134px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26129#M4325</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-26T15:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26130#M4326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe previous month... so when March is selected, show Feb's Rank in Previous Rank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26130#M4326</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-26T15:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26131#M4327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Exactly. Previous month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26131#M4327</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-26T15:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26132#M4328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26132#M4328</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-26T15:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26133#M4329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyway ..&lt;/P&gt;&lt;P&gt;I think that &lt;EM&gt;Overall Rank&lt;/EM&gt; should contain in each set analysis a constraint on&lt;/P&gt;&lt;P&gt;MonthYear to be&amp;nbsp; max possible month&lt;/P&gt;&lt;P&gt;and previous montth should be max possible month -1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26133#M4329</guid>
      <dc:creator>bc-thebruuu</dc:creator>
      <dc:date>2018-04-26T15:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to show the Previous Rank in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26134#M4330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to write an expression for month.&amp;nbsp; There is Quarter and Year as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-show-the-Previous-Rank-in-straight-table/m-p/26134#M4330</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-26T15:41:24Z</dc:date>
    </item>
  </channel>
</rss>

