G
Guest
In a query I need to extract the current week plus last week. Data is loaded
daily so the current week might be 1 day or 5 days. Last week will always be
5 days.
Since this is M-F only, I've included a time of week (weekday or weekend)
identifier.
I have been able to get last week and I can get this week independently. I
just can't get both to show up at the same time. I don't want to manually
have to alter the query weekly.
I can't say today minus x number of days since the I exclude weekends and
the number of days in the current week vary depending on what day we are on.
I have also created a unique week number for each week.
What do I need to do to automate this process?
thanks in advance.
daily so the current week might be 1 day or 5 days. Last week will always be
5 days.
Since this is M-F only, I've included a time of week (weekday or weekend)
identifier.
I have been able to get last week and I can get this week independently. I
just can't get both to show up at the same time. I don't want to manually
have to alter the query weekly.
I can't say today minus x number of days since the I exclude weekends and
the number of days in the current week vary depending on what day we are on.
I have also created a unique week number for each week.
What do I need to do to automate this process?
thanks in advance.