I need to run a report that give the number of sales orders per day for the year and am having a heck of a time getting the amount of sales orders and not the transaction totals. Anyone have a suggestion?
o
Olivier Gagnon (DXC)
09/18/2019, 5:30 PM
@Isabella columns: Transaction Date, and set it to display Day of Year, then Group that. Then add Internal ID and put a COUNT grouping on that. Filters = Transaction Date = This Year, and Main Line = True. Voila, done
i
Isabella
09/18/2019, 8:12 PM
Thank you 🙂 the grouping always messes me up and I didn't think to do it by internal ID at all, I appreciate it.