I have the following formula for calculating the difference between two dates. I need to run a calculation once I get the correct value.
DateDiff("d",{Meeting.TravelStartDate},{Meeting.TravelEndDate})
The date set for this particular report is 4/29/12 to 5/4/12. It spans two months and a weekend. The formula above is returning 5 when it needs to return 6. I've tried everything, please help!
DateDiff("d",{Meeting.TravelStartDate},{Meeting.TravelEndDate})
The date set for this particular report is 4/29/12 to 5/4/12. It spans two months and a weekend. The formula above is returning 5 when it needs to return 6. I've tried everything, please help!