Why is datediff interval “weekday” returning interval based on weeks and not days minus weekends?
问题 I'm using the expression builder to give me a calculated value. It looks like this: =DateDiff("w",Date(),[Latest_Call_Date]) However, this is giving me results as if it were doing a calculation based on weeks instead of days minus weekends . When I try the same function, but with the interval set to days (d) instead of weekdays (w) I get the expected results (but of course, including Saturdays and Sundays, which I do not wish to include in the calculation). So, for example, for everyday this