Hi,
I'm trying to work out how to display the difference between two dates as weeks, then days.
As an example, one of our crew will be away for 9 weeks and 3 days. It is difficult for them to work out how long that is if it's only displayed in days (66) and in weeks it's not accurate enough.
If I use
DATETIME_DIFF({End Date},{Start Date},'w')
Then anything less than one week displays as 0.0, and the extra days are not accounted for.
Ideally I'd like to be able to display "9w, 3d".
Any help working this out would be greatly appreciated.