PolkManiac
MIS
Here's what I'm trying to do. I have a day that a task was created, we'll call it 'Created_Date'. What I want to do is basically return all the records where the created date is more than 7 days old. This part is easy enough with something like
where %Date is an SQL expression returning the current date.
The tricky part is excluding weekends from this calculation - I want all the records older than 7 days, but only 7 business days, excluding weekends (don't care about Holidays).
Is there an easy way to do this? I tried a formula, referenced in the link below - but that doesn't seem to be the right way to do it.
Any help or hints would be greatly appreciated!
Thanks
Code:
{%Date} > {Created_Date} + 7
The tricky part is excluding weekends from this calculation - I want all the records older than 7 days, but only 7 business days, excluding weekends (don't care about Holidays).
Is there an easy way to do this? I tried a formula, referenced in the link below - but that doesn't seem to be the right way to do it.
Any help or hints would be greatly appreciated!
Thanks