report grouped by month is skipping months
My report is grouped by month but is skipping some months altogether, as they do not appear in my tables as data. I’m interested then in providing some sort of code (I’m assuming) behind my groups that will determine if a month is missing & then print out a line of null /zero values.
I was thinking along the lines of using a do/while loops or something, am I on the right track?
My report is grouped by month but is skipping some months altogether, as they do not appear in my tables as data. I’m interested then in providing some sort of code (I’m assuming) behind my groups that will determine if a month is missing & then print out a line of null /zero values.
I was thinking along the lines of using a do/while loops or something, am I on the right track?