D
Dan @BCBS
This expression in a query returns a date differance.
If the dates in both values are the same it returns "0" which makes sense
but is there a way to default a zero to "1"?
Another words is an appeal is opened and closed the same day I need this to
return "1".
Appeals: DateDiff('d',[received],[closed])
thanks
If the dates in both values are the same it returns "0" which makes sense
but is there a way to default a zero to "1"?
Another words is an appeal is opened and closed the same day I need this to
return "1".
Appeals: DateDiff('d',[received],[closed])
thanks