<?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 can I create a Rank field in the Script in the same way as it does in the front end? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963675#M645857</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;see my example file rank.qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- it contains a sub providing flexible ranking mechanisms, &lt;BR /&gt;&amp;nbsp; such as ranking by autonumber or by rowno().&lt;BR /&gt;- ranks can be split into half ranks for identical values&lt;BR /&gt;&amp;nbsp; (e.g. rank 11,12,13 -&amp;gt; 12, 12, 12)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-13949"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;https://community.qlik.com/docs/DOC-13949&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards - Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Nov 2015 11:20:53 GMT</pubDate>
    <dc:creator>hugmarcel</dc:creator>
    <dc:date>2015-11-15T11:20:53Z</dc:date>
    <item>
      <title>How can I create a Rank field in the Script in the same way as it does in the front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963667#M645849</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;In the attached app I have used the Rank function to create a ranking for products sold. The highest total sales gets 1 and works its way down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I create the same type of field but in the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realise there is no Rank function in the script so want to know how to do it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 14:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963667#M645849</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-10-26T14:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: [App attached] How can I create a Rank field in the Script in the same way as it does in the front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963668#M645850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: I cannot run the script because I don't have the source files, but try out the below code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Facts:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD RecNo_OrderDetails, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Margin, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LineNo, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_Products, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UnitPrice, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Discount, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LineSalesAmount, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_Customers, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_Employees, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShipperID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FreightWeight, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(LineSalesAmount &amp;lt;50, 'Less than 50', 'Over 50') as 'Sales Check'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\QVD\Facts.qvd]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Temp:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;LOAD %Key_Products,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp; Sum(LineSalesAmount) as TotalSales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Resident Facts&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Group By %Key_Products;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Join(Facts)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;LOAD %Key_Products,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp; TotalSales,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp; AutoNumber(TotalSales) as Rank&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Resident Temp&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Order By TotalSales desc;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;DROP Table Temp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Customers:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD RecNo_Customers, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DivisionID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_Customers, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CompanyName, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ContactName, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; City, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Address, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fax, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Phone, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PostalCode, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; StateProvince, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DivisionName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\QVD\Customers.qvd]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Products:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD RecNo_Products, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_Categories, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_Products, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductName, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SupplierID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QuantityPerUnit, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UnitCost, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CataloguePrice, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UnitsInStock, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UnitsOnOrder, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CategoryName, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CategoryDescription&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\QVD\Products.qvd]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SalesPersons:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD RecNo_Employees, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employees_ID as %Key_Employees, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_Offices, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [First Name], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FullName, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HireDate, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Last Name], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OfficeAddress, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OfficeCity, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OfficeCountry, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OfficeFax, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OfficePhone, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OfficePostalCode, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OfficeStateProvince, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Reports To], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ResignationDate, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Title, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Year Salary], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesPerson&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\External Data\SalesPersons_Offices.xls]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(biff, embedded labels, table is Employees$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(Include=..\include\mastercalendar.txt);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 14:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963668#M645850</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-26T14:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: [App attached] How can I create a Rank field in the Script in the same way as it does in the front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963669#M645851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks good. When I try and apply the same type of code to another app, the result of my AutoNumber does not start at 1. It starts at some other number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is because I am already using AutoNumber function in another field. If I use AutoNumberHash for example then it works because I am not using AutoNumberHas in another place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how I can get it to start at 1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 14:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963669#M645851</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-10-26T14:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: [App attached] How can I create a Rank field in the Script in the same way as it does in the front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963670#M645852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may have another AutoNumber in your application which might be affecting that behavior. Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AutoNumber(TotalSales, 'Rank') as Rank&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 14:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963670#M645852</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-26T14:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: [App attached] How can I create a Rank field in the Script in the same way as it does in the front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963671#M645853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works! Can you please tell me why AutoNumber does this? I wasn't aware that if I used AutoNumber before, a new autonumber field add on top of those values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also what is the second parameter in your AutoNumber doing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 14:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963671#M645853</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-10-26T14:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: [App attached] How can I create a Rank field in the Script in the same way as it does in the front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963672#M645854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Second parameter is an ID which tells it that this is a different AutoNumber.&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/103072_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why it does it, I have no idea. May be we can seek &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌ expertise on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 15:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963672#M645854</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-26T15:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Rank field in the Script in the same way as it does in the front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963673#M645855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your explanation friend. I have learnt something new today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 15:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963673#M645855</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2015-10-26T15:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Rank field in the Script in the same way as it does in the front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963674#M645856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &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;I am glad I was able to share my knowledge with you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 15:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963674#M645856</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-26T15:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a Rank field in the Script in the same way as it does in the front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963675#M645857</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;see my example file rank.qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- it contains a sub providing flexible ranking mechanisms, &lt;BR /&gt;&amp;nbsp; such as ranking by autonumber or by rowno().&lt;BR /&gt;- ranks can be split into half ranks for identical values&lt;BR /&gt;&amp;nbsp; (e.g. rank 11,12,13 -&amp;gt; 12, 12, 12)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-13949"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;https://community.qlik.com/docs/DOC-13949&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards - Marcel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2015 11:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/963675#M645857</guid>
      <dc:creator>hugmarcel</dc:creator>
      <dc:date>2015-11-15T11:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: [App attached] How can I create a Rank field in the Script in the same way as it does in the front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/2505321#M1226390</link>
      <description>&lt;P&gt;Hi Sunny,&lt;BR /&gt;what about a situation when we have two Customers with the same TotalSales?&lt;BR /&gt;Isn't it, that the autonumber continues with rank 7 instead of 8 ?&lt;BR /&gt;That returns an incorrect answer when we ask about e.g. TOP 10 Customers.&lt;BR /&gt;Do you know some simple solution to handle this (instead of some next step transformations)?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="piotrbratek_0-1739266156523.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/177411iAAACE9C13C5F022F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="piotrbratek_0-1739266156523.png" alt="piotrbratek_0-1739266156523.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 09:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-create-a-Rank-field-in-the-Script-in-the-same-way-as/m-p/2505321#M1226390</guid>
      <dc:creator>piotr-bratek</dc:creator>
      <dc:date>2025-02-11T09:32:42Z</dc:date>
    </item>
  </channel>
</rss>

