G
Guest
Hello,
I have a series of dates when certain events happen. I am calculating the
Cycle time for some Metrics with DateDiff Calcs.
What I am searching for is the DateDiff Function to omit a date field if it
is null and calculate a previous date if this is the case. In other words,
DateDiff("d",[Date1],[Date2]) ... If Date 2 is empty, then
DateDiff("d",[Date1],[Date3]).
Does anyone know how to write this?
Thank you so Much,
Cathy
I have a series of dates when certain events happen. I am calculating the
Cycle time for some Metrics with DateDiff Calcs.
What I am searching for is the DateDiff Function to omit a date field if it
is null and calculate a previous date if this is the case. In other words,
DateDiff("d",[Date1],[Date2]) ... If Date 2 is empty, then
DateDiff("d",[Date1],[Date3]).
Does anyone know how to write this?
Thank you so Much,
Cathy