Tagged Questions
0
votes
5answers
312 views
How do I do a running year for a calendar report?
Here is the Query I am using:
SELECT * FROM ra_ProjectCalendar
WHERE MonthNumber between @Month and @Month + 12 and FullYear = @Year
It works great for this year, but, stops at December of this ...