I want to report on Staff Absences. I have Start Date and Return Date and have tried using:
{DateDiff(MainData.Return_Date,MainData.Start_Date)}.
Unfortunately if the start and end date are the same it returns 0 - when sensibly it should really be 1.
I also need to return an interger (not date and time).
Can anyone advise me?
Many thanks
