I'm sure this has been asked a million times but I can't seem to find the asnwer. Here's goes one million and one...
I'm calculating the number of days it takes to deliver a document based on a requested date and delivery date:
DateDiff ("d",{Date_Requested},{Date_Delivered})
Is there a way to exclude Saturday's and Sunday's so that I'm only including weekdays (when the time to deliver spans a weekend)?
Thank you for your help.
I'm calculating the number of days it takes to deliver a document based on a requested date and delivery date:
DateDiff ("d",{Date_Requested},{Date_Delivered})
Is there a way to exclude Saturday's and Sunday's so that I'm only including weekdays (when the time to deliver spans a weekend)?
Thank you for your help.