Skip to main content

Hello All

I am trying to capture the latest date of a field.

Ex: For VENDOR 1234 which has three separate PO Dates:

PO Entry Date 1/1/18

PO Entry Date 3/1/19

PO Entry Date 2/1/19

I would like the result of this formula to display Most Recent PO Entry Date: 3/1/19

Thanks !

Hi Neel,

You could try using the Function PU_MAX. Just plug in the name of your vendor master table and the name of the column that contains the PO Entry dates.

Then Celonis would return the largest value of PO Entry Date corresponding to every row the Vendor master table.

Depending on how your data model is set up you might get the error TABLE X is not a parent of Table Y. In that case either try using a second PU_MAX function inside the other one or write back with more details about your process model and well try to help you further.

Best wishes,

Calandra


Reply