Thanks for your reply, I understand current Celonis functionality has number but those will be effected by sorting and filtering, those are not autmatically re-calculated in OLAP table.
(plz let me know if im wrong.)
Hi @jumbo.szk,
You're right, the indexes of Celonis are indeed not re-calculated. Normally that's something you want to, but in your situation it isn't.
For Windows-functions, where the index-order is part of, you can use the FILTER_TO_NULL functionality to do this (see FILTER_TO_NULL (celonis.com))
You're code woulde be:
--> INDEX_ORDER ( FILTER_TO_NULL ( "Table1"."column" ) )
Let me know if this works.
Kind regards,
Jan-peter