Is there a better way to allow us to scan back a year at a time in addition to a month at a time rather than just only a month at a time?
views:
101answers:
1
A:
You could add Year & Month parameters to your report, which are used by the date control to get a starting point. For example, Give the user a list of possible years to choose from and a list of months. Use these in conjunction with '/01' to set the default for you date control parameter.
This will mean extra work & paramters, but it will solve your dilemma.
lukehayler
2009-07-16 21:22:35