Hello,
I am interested in tracking how often a header we recently put into use is being printed, but I've not been able to find what table this data lives in. I've been looking through the Tessitura Table Structure document and having a look through the database as well. I feel like this is a bit of a nuanced request so if you have done this before it would be great to hear from you.
Many thanks,Will
Off the top of my head, I don't think it would be too surprising if header prints are not tracked. Tickets are all created with a unique ID number, but headers aren't to my knowledge. One possible way you could hack/workaround this would be to designate a custom ticket element that is ONLY used on this particular header, and in the LP_TICKET_ELEMENTS procedure, log something to a local table every time it is called for that custom element.
Thanks Nick, that sounds like a potentially neat solution to a niche problem. This is pretty much the setup we already have so it would just be a case of making sure it doesn't impact the time it takes to print the header. I'll have a look at this and see if it helps.
Nick Reilingh thought I would follow up on here to say thanks for that solution. It works like a dream.