Skip to main content
Question

Ranking the identical number as identical rank

  • November 6, 2020
  • 2 replies
  • 16 views

Hi Community, I am trying to make ranking olap table. As rank, I use INDEX_ORDER() with desc tentatively, and it returns sequential numbers to identical values. Id like rank like DBMSss rank function like in MSSQLServer or Orale that returns identital ranks to identical values. image865452 16.6 KB Is there any ways to do above? Thank you,

2 replies

  • Level 0
  • November 22, 2021

@takayoshi.ichik 

Since the Screenshot is not displayed here I would suggest contacting our ServiceDesk regarding this topic.

 

Best

Kevin


gabriel.okaba11
Celonaut
Forum|alt.badge.img+2

Hello Takayoshi,

INDEX_ORDER unfortunately does not have the same behavior as RANK() in SQL Server

(The index column contains a unique integer value for every row).

this would be a good idea to submit to our Product (you can do it via servicedesk@celonis.com) or directly in Celopeers.

Best,

Gabriel