<?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 RANK in Text object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79024#M13024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2018 11:57:11 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-04-23T11:57:11Z</dc:date>
    <item>
      <title>How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79010#M13010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please explain how to show the rank in text object. When i selected the name in the selection box then the Current Rank&amp;nbsp; it should display in one Text Object and and previous rank in one more text object. &lt;/P&gt;&lt;P&gt;Below is the formula for ranking which is i used in Straight Table.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="23.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195824_23.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;KUMAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 07:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79010#M13010</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-03-09T07:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79011#M13011</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;you forgot to put the formula &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 09:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79011#M13011</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-09T09:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79012#M13012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Youssef,&lt;/P&gt;&lt;P&gt;AM very sorry for that. Please find the below formula for KPI and RAnk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;KPI% Formula&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=((Ceil(SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'}&amp;gt;}Quantity)/SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'}+{'No'}&amp;gt;}Quantity)*100,0.01,0) /4) &lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(Ceil(SUM({&amp;lt;[iVMS ( Y/N)]={'Yes'}&amp;gt;}Quantity)/SUM({&amp;lt;[iVMS ( Y/N)]={'Yes'}+{'No'}&amp;gt;}Quantity)*100,0.1,0)/4)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(ceil(sum({&amp;lt;[Safety Category]={'Green'}&amp;gt;} [Kms Travelled])/sum([Kms Travelled]) *100,0.1,0) /4 )&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(round((Count(DISTINCT [Vehicle Number]) - Count(DISTINCT {&amp;lt;Status1 = {"$(='&amp;gt;=' &amp;amp; Date(Today() - 7))"}&amp;gt;} [Vehicle Number]))/Count (DISTINCT [Vehicle Number]) *100, 0.01,0)/4))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Rank:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=aggr (rank(TOTAL rangesum((Ceil(SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'}&amp;gt;}Quantity)/SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'}+{'No'}&amp;gt;}Quantity)*100,0.01,0) /4) &lt;/P&gt;&lt;P&gt;+ &lt;/P&gt;&lt;P&gt;(Ceil(SUM({&amp;lt;[iVMS ( Y/N)]={'Yes'}&amp;gt;}Quantity)/SUM({&amp;lt;[iVMS ( Y/N)]={'Yes'}+{'No'}&amp;gt;}Quantity)*100,0.1,0)/4 )&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(ceil(sum({&amp;lt;[Safety Category]={'Green'}&amp;gt;} [Kms Travelled])/sum([Kms Travelled]) *100,0.1,0) /4 )&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;(round((Count(DISTINCT [Vehicle Number]) - Count(DISTINCT {&amp;lt;Status1 = {"$(='&amp;gt;=' &amp;amp; Date(Today() - 7))"}&amp;gt;} [Vehicle Number]))/Count (DISTINCT [Vehicle Number]) *100, 0.01,0)/4)), 1),&amp;nbsp; [Carrier Name]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 07:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79012#M13012</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-03-14T07:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79013#M13013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Try this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rank on a textbox:&lt;/STRONG&gt;&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(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;((Ceil(SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'},[Carrier Name]&amp;gt;}Quantity)/SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'}+{'No'},[Carrier Name]&amp;gt;}Quantity)*100,0.01,0) /4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Ceil(SUM({&amp;lt;[iVMS ( Y/N)]={'Yes'},[Carrier Name]&amp;gt;}Quantity)/SUM({&amp;lt;[iVMS ( Y/N)]={'Yes'}+{'No'},[Carrier Name]&amp;gt;}Quantity)*100,0.1,0)/4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(ceil(sum({&amp;lt;[Safety Category]={'Green'},[Carrier Name]&amp;gt;} [Kms Travelled])/sum({&amp;lt;[Carrier Name]&amp;gt;}[Kms Travelled]) *100,0.1,0) /4 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(round((Count( {&amp;lt;[Carrier Name]&amp;gt;}&amp;nbsp; DISTINCT [Vehicle Number]) - Count(DISTINCT {&amp;lt;Status1 = {"$(='&amp;gt;=' &amp;amp; Date(Today() - 7))"},[Carrier Name]&amp;gt;} [Vehicle Number]))/Count (&amp;nbsp; {&amp;lt;[Carrier Name]&amp;gt;} DISTINCT [Vehicle Number]) *100, 0.01,0)/4))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;), [Carrier Name])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 09:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79013#M13013</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-14T09:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79014#M13014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks Youssef, Really helped me a lot.&lt;/P&gt;&lt;P&gt;Can i get previous rank also of the CarrierName? &lt;/P&gt;&lt;P&gt;Please how can i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 09:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79014#M13014</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-03-14T09:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79015#M13015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean by previous Rank ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example, you make a selection on the Carrier name and with the expression above you have the Rank 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;previous rank will give you 7 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 10:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79015#M13015</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-14T10:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79016#M13016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for example the carrier name Previous rank is 6 based on the data and current rank is 2.&lt;/P&gt;&lt;P&gt;Till now we found the expression for Current rank so that its showing current rank, i.e., 2.&lt;/P&gt;&lt;P&gt;same time I need to show previous rank 6 as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 11:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79016#M13016</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-03-14T11:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79017#M13017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is one example (with the data I created to give you the example above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the image image below, on the table, Data is sorted by the ranking (highest to lowest)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Rank1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196319_Rank1.png" style="height: 358px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the second image below, I choose DFHEY which has a rank=2&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Rank2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/196320_Rank2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on this example, what is the previous rank value for you ? it is the rank of the first name on the listbox (on which the names are maybe sorted by alphabetical sorting, which not makes sense) or what ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 11:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79017#M13017</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-14T11:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79018#M13018</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; font-size: 13px;"&gt;DFHEY which has a rank=2 because the value is 825 which is the second highest. If the same name&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DFHEY next day the value is increased to 1000 which is the top value then rank is 1. At this time our text box will show the number 1.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;along with one more text box which should show the previous rank that is 2 of the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DFHEY&amp;nbsp; name.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 11:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79018#M13018</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-03-14T11:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79019#M13019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you use another dimension which is Date field ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you select a Name and a Date ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 13:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79019#M13019</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-14T13:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79020#M13020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Youssef,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not actually. Name only is the selection. I am thinking that can we store the Previous Rank to particular variable and call that variable in to the Text object? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 04:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79020#M13020</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-03-15T04:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79021#M13021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Youssef,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are doing great!&lt;/P&gt;&lt;P&gt;Please help me on the below expression to display the Rank in the Text object.&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), [Carrier Name])&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>Mon, 23 Apr 2018 09:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79021#M13021</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-23T09:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79022#M13022</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;everything is going well thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assuming all your calculations are correct iside your expression, try this:&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(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Round(sum({&amp;lt;[Safety Category]={'Green'},[Carrier Name]&amp;gt;} [Kms Travelled]) / sum({&amp;lt;[Carrier Name]&amp;gt;}[Kms Travelled]) *100)/4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+(Round((COUNT(DISTINCT {&amp;lt;[Carrier Name]&amp;gt;}[DEVICE NO]) -COUNT({&amp;lt;[Carrier Name]&amp;gt;}[Device Number]))/COUNT(DISTINCT&amp;nbsp; {&amp;lt;[Carrier Name]&amp;gt;}[DEVICE NO]) *100 )/4 ) +&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Round(SUM({&amp;lt;controlled={'Yes'},[Carrier Name]&amp;gt;}Quantity)/SUM({&amp;lt;controlled={'Yes'}+{'No'},[Carrier Name]&amp;gt;}Quantity)*100)/4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Round(SUM({&amp;lt;[iVMS ( Y/N)]={'Yes'},[Carrier Name]&amp;gt;}Quantity)/SUM({&amp;lt; [iVMS ( Y/N)]={'Yes'}+{'No'},[Carrier Name]&amp;gt;}Quantity)*100)/4)+sum({&amp;lt;[Carrier Name]&amp;gt;}[Kms Travelled])/(1E10)), [Carrier Name])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 10:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79022#M13022</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-23T10:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79023#M13023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent Youssuef,&amp;nbsp; many Thanks&amp;nbsp; for your great support. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 11:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79023#M13023</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-23T11:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79024#M13024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 11:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79024#M13024</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-23T11:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79025#M13025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Youssuef, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am able to show the rank in Text object. Meanwhile i need to show Denominator out of no. Carriername. &lt;/P&gt;&lt;P&gt;Ex: There are 15 Carrier Names. Out of 15, the Carrier Rank is 5/15. How can i show this Denominator&amp;nbsp; "15"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Aggr(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;rank(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(Round(sum({&amp;lt;[Safety Category]={'Green'},[Carrier Name]&amp;gt;} [Kms Travelled]) / sum({&amp;lt;[Carrier Name]&amp;gt;}[Kms Travelled]) *100)/4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+(Round((COUNT(DISTINCT {&amp;lt;[Carrier Name]&amp;gt;}[DEVICE NO]) -COUNT({&amp;lt;[Carrier Name]&amp;gt;}[Device Number]))/COUNT(DISTINCT&amp;nbsp; {&amp;lt;[Carrier Name]&amp;gt;}[DEVICE NO]) *100 )/4 ) +&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(Round(SUM({&amp;lt;controlled={'Yes'},[Carrier Name]&amp;gt;}Quantity)/SUM({&amp;lt;controlled={'Yes'}+{'No'},[Carrier Name]&amp;gt;}Quantity)*100)/4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(Round(SUM({&amp;lt;[iVMS ( Y/N)]={'Yes'},[Carrier Name]&amp;gt;}Quantity)/SUM({&amp;lt; [iVMS ( Y/N)]={'Yes'}+{'No'},[Carrier Name]&amp;gt;}Quantity)*100)/4)+sum({&amp;lt;[Carrier Name]&amp;gt;}[Kms Travelled])/(1E10)), [Carrier Name])&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks for your support &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 14:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79025#M13025</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-25T14:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79026#M13026</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;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Aggr( &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;rank(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(Round(sum({&amp;lt;[Safety Category]={'Green'},[Carrier Name]&amp;gt;} [Kms Travelled]) / sum({&amp;lt;[Carrier Name]&amp;gt;}[Kms Travelled]) *100)/4)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;+(Round((COUNT(DISTINCT {&amp;lt;[Carrier Name]&amp;gt;}[DEVICE NO]) -COUNT({&amp;lt;[Carrier Name]&amp;gt;}[Device Number]))/COUNT(DISTINCT&amp;nbsp; {&amp;lt;[Carrier Name]&amp;gt;}[DEVICE NO]) *100 )/4 ) +&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(Round(SUM({&amp;lt;controlled={'Yes'},[Carrier Name]&amp;gt;}Quantity)/SUM({&amp;lt;controlled={'Yes'}+{'No'},[Carrier Name]&amp;gt;}Quantity)*100)/4)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;+&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(Round(SUM({&amp;lt;[iVMS ( Y/N)]={'Yes'},[Carrier Name]&amp;gt;}Quantity)/SUM({&amp;lt; [iVMS ( Y/N)]={'Yes'}+{'No'},[Carrier Name]&amp;gt;}Quantity)*100)/4)+sum({&amp;lt;[Carrier Name]&amp;gt;}[Kms Travelled])/(1E10)), [Carrier Name])&amp;amp;' / '&amp;amp;Count(total &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt; [Carrier Name])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 14:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79026#M13026</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-25T14:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79027#M13027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Youssef, &lt;/P&gt;&lt;P&gt;Its working overall. But here i have 5 groups. If i select any CarrierName it should give the rank and outof how many carriers in that Group. It should compare with in the group. I used below one. Please correct it. Nominator Group Rank is coming but Denominator is not working. &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'},[Carrier Name]&amp;gt;} [Kms Travelled]) / sum({&amp;lt;[Carrier Name]&amp;gt;}[Kms Travelled]) *100)/4)&lt;/P&gt;&lt;P&gt;+(Round((COUNT(DISTINCT {&amp;lt;[Carrier Name]&amp;gt;}[DEVICE NO]) -COUNT({&amp;lt;[Carrier Name]&amp;gt;}[Device Number]))/COUNT(DISTINCT&amp;nbsp; {&amp;lt;[Carrier Name]&amp;gt;}[DEVICE NO]) *100 )/4 ) +&lt;/P&gt;&lt;P&gt;(Round(SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'},[Carrier Name]&amp;gt;}Quantity)/SUM({&amp;lt;[Control_Fleet (Y/N)]={'Yes'}+{'No'},[Carrier Name]&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'},[Carrier Name]&amp;gt;}Quantity)/SUM({&amp;lt; [iVMS ( Y/N)]={'Yes'}+{'No'},[Carrier Name]&amp;gt;}Quantity)*100)/4)+sum({&amp;lt;[Carrier Name]&amp;gt;}[Kms Travelled])/(1E10)), Group,&amp;nbsp; [Carrier Name])&amp;amp;' / '&amp;amp;Count(total&amp;nbsp; {&amp;lt;[Carrier Name]&amp;gt;} Group)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 05:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79027#M13027</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-26T05:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79028#M13028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Youssef, Got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 11:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79028#M13028</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-04-26T11:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to show RANK in Text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79029#M13029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Kumar, I was going back to you to get more details..happy to see that is it working for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 11:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-RANK-in-Text-object/m-p/79029#M13029</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-26T11:57:38Z</dc:date>
    </item>
  </channel>
</rss>

