jobillborf
Programmer
I would like the difference to be the total number of days with a decimal point.
In my report I am using this formula
datediff("d",{CUSTPROB.PROBDTTM},{CUSTPROB.RESDTTM});
It returns a whole number with out the partial hours.
For example instead of 10.00 days the result should be 10.10 days
.90 days are rounded up to 1.0 days. I would like the result to be .97 days.
Thanks for your help.