Hello,
I am trying to calculate the ageing of some services which are identified by ID. To calculate the ageing of each service I did the formula: DateTimeDiff([Initial_Date],Datetimetoday(),"days"). However, once the column "Status" is Complete, the ageing calculation needs to stops and I have to keep the count days between the Initial Date (which is fixed) until the last day which was pending the service.
Does anyone knows how can achieve this result?
Thanks