Hi,
I'm trying to provide an estimate of how many tickets we printed last season so we can re-order ticket stock. I see there's a tickets printed report. Do any of you know if that report includes print at home and/or null printed tickets? The documentation for that report does not specify. Alternatively, do you have a SQL query or some other method you use for estimating tickets printed?
Thanks!
Kanani
Hi Kanani,
See if the table dbo.TX_SLI_TICKET for your date range is of help to you as this table contains printed_date, printed_by, printed_loc as well as reprint_ind.
Warren