We currently have a quick report that has 12 monthly columns, one for each month:
I’ve hard-coded each of the 12 months as noted below. Now they would like the months to dynamically start based on the selected Starting Date, so if they enter 5/1/2020 it’ll load the 12 months starting with June-
JUN JUL AUG SEPT NOV DEC JAN FEB MAR APR MAY
is that possible with quick report SQL?
(the RW_FORECAST_BY_MONTH is an IAL that contains the extracted Month column and is ordered by Date; the quick report’s SQL groups it into the months)