I have various dates and corresponding data that I would like to put into a graph by week ending instead of by day. Can this be done automatically or do I have to add up the totals for each week in a seperate table?
This can be done in full weeks!
The date can be grouped by Week by using "ww" in the Format function.
If your date is stored in TransDate then in a new column in the query enter:
Week: Format([Transdate],"WW" - this will give you the week of the year.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.