F
franklinbukoski
I would like to add a field on a report that determines the amount of time it
takes to process an action.
If processed same day received I'd like the field to show Same Day.
If received but not processed, I'd like the field to show how many days it
has been since received from todays date.
If received and processed, but not the same day, I would like the field to
show how long it took to process. Something like the below string?
=IIf([a]=,"Same Day"),(isnull, (Date())-[a]),
(NotNull[a],-[a]))=IIf([a]=,"Same Day"),(isnull, (Date())-[a]),
(NotNull[a],-[a]))
takes to process an action.
If processed same day received I'd like the field to show Same Day.
If received but not processed, I'd like the field to show how many days it
has been since received from todays date.
If received and processed, but not the same day, I would like the field to
show how long it took to process. Something like the below string?
=IIf([a]=,"Same Day"),(isnull, (Date())-[a]),
(NotNull[a],-[a]))=IIf([a]=,"Same Day"),(isnull, (Date())-[a]),
(NotNull[a],-[a]))