|
|
This search will show the amount of charges that are entered in after 5:00 p.m. It is set up to run monthly, and will show you the charges per day of the week. This way, you can see what your busiest days of the week are on a monthly basis. You can run this for any month that you want; you will just put in the first three letters of the name of the month. Keep in mind that this search does not show the amount of money paid. It simply shows the charges that were entered in after this time.
search [Client] code 'M$LDR234' name 'Charges after 5:00p per day of the week'
category 'MSS Searches' (
[History-TOD] is greater than '5:00p' and
[History-Date] datecalc month of equals 'sep'
) report (
[History-Amount] summary (sum),
[History-Date] datecalc day of the week
) sort by (1 ascending) summarize by (1) |
IP Logged
|