Skip to main content

I am trying to create a dashboard or just an olap table in which I can see the open items that will be becoming due in the next few weeks (1 to 3 weeks). My question is how to create a formula that gives me that based on today’s date (not on a fix date), as my expectation is that tomorrow a new set of invoices is displayed based on tomorrow’s date.

Data Model B2C

net due date already in the data model

BSEGMERGED table

 

https://bosch.eu-4.celonis.cloud/package-manager/ui/views/ui/assets/fe6ad3d2-c14b-4470-82bc-89f486af4559#!/documents/fe6ad3d2-c14b-4470-82bc-89f486af4559/view

Hello Andrada,

 

By using function TODAY() (https://help.celonis.cloud/help/display/CIBC/TODAY) you can easily accomplish this. You can calculate DAYS_BETWEEN (https://help.celonis.cloud/help/display/CIBC/DAYS_BETWEEN) your net due date and TODAY() and check if it is below your desired target to show on that olap table or dashbord.

 

Hope this serves you to solve this.

 

Best regards,

Pablo Maceda

 


Hello Pablo,

 

Thank you very much for your answer. It really helped :)


Reply