|
|
The following search looks at block-offs for a defined time period.
It then reports the following:
- Date
- Time
- Duration
- Reason
- Notes
In the last column it will also indicate whether that block-off is an alert, by displaying a True or False value.
The results are reported in ascending order and subtotaled by date.
search [Appointment Block Off] code 'M$BB0587' name 'Appointment Blockoffs'
category 'MSS Searches' (
[Appointment Block Off-Date] is between '11-01-11' '12-31-11'
) report (
[Appointment Block Off-Date],
[Appointment Block Off-Time],
[Appointment Block Off-Duration],
[Appointment Block Off-Reason] width 25,
[Appointment Block Off-Notes-Text] caption 'Notes' width 30,
[Appointment Block Off-Alert]
) sort by (0 ascending, 1 ascending) subtotal by 0 |
IP Logged
|