Hello,

is there a way to calculate the days between two dates when the dates are in different columns and different lines? I am working with the ARIS MashZone 2.0.0.

An example:

DATA: Process#,Activity#,Start-Date,End-Date

P1,A1,Start-Date,End-Date
P1,A2,Start-Date,End-Date
P1,A3,Start-Date,End-Date
P2,A1,...

I want to calculate the duration of a process. Therefore I have to subtract the P1,A1,Start-Date from the P1,A3, End-Date. I´ve found a previous post with a great way to calculate the difference between these two dates, but since the dates in my example are in different lines and columns that way doesn´t work for me.

Does somebody have an idea?

Thanks in advance!

 or register to reply.

Notify Moderator