|
|
This information search is designed to look at the number of invoices in accounting then total these by month for the year 2011.
It will then display the months in chronological order, with the total number of invoices listed beside each one.
It doesn't take client or patient status into consideration.
search [Client] code 'M$BB0667' name 'Busiest Month of 2011'
category 'MSS Searches' (
[Account-Date] datecalc year of equals '2011' and
[Account-Account Type] equals 'i'
) report (
[Account-Date] caption 'Month' width 15 datecalc month of,
[Account-Account Type] caption 'Invoice Count' width 15 summary (count)
) sort by (0 ascending) summarize by sort order |
IP Logged
|