I need to group invoices by month. That part is easy: either group on the invoice date and change every month, or create a formula Month(Invoice Date) and group on the formula. The problem is that some customers have no sales for the month, so the report for that customer looks funky, as it is missing month names. I use the MonthName function to show:
Jan
Feb
Apr
Sept
Dec
This is annoying the end users. Thanks!!!
Jan
Feb
Apr
Sept
Dec
This is annoying the end users. Thanks!!!