Hi Guillaume,
you will need to use the INDEX_ORDER functionality. There is an example in the documentation that shows the solution to your problem. You can find it here:
help.celonis.cloud/help/display/CIBC/INDEX_ORDER
(You can find the example at the bottom of the page)
Cheers
David
Hi, I am interested too in such calculation. Could it be possible to show an example of INDEX_ORDER functionality? But I dont have an account for celonis.cloud.
Thanks a lot
Hi Alexan,
the syntax of INDEX_ORDER looks like this:
INDEX_ORDER( column [, sorting ] [, GROUP( group_column, ... ) ] )
So given a column and an optional sorting (ASC or DESC), INDEX ORDER will index
the rows accordingly, starting with 1. With the grouping option, independent index order ranges will be created for each group, all starting from 1.
To try it out yourself and access the full documentation, you can simply sign up for Celonis Snap:
https://www.celonis.com/snap-signup
Cheers
David