Hello,
Has anyone figured out a good way to report on actual ticket refunds (not exchanges, not upgrades/downgrades...just straight up refunds)? With the myriad of ways a refund could be processed, I realize this is a difficult question to answer in Tessitura so I thought I'd see if anyone has figured out a way to crack this issue.
- Chris
You could also leverage transaction type from the system table TR_TRANSACTION_TYPE. 33 = Refund. However, I don't think transaction type is available in the Finance cube. Might have to use SSMS.
Yep Transaction Type (refund) is in the Finance Cube.
So I have a widget for this but it's for data analysis and not really presentational (this is me being embarrassed that it's not pretty or even coherent to others). The curve ball that Finance threw me was that they wanted a split on the original Order purchase year but I think that I managed it.
There are some inactivated rows there that I flick on and off when I was sense checking. I spent a large amount of time in bi.VT_TRANSACTION_AND_PAYMENT comparing orders to see what I was getting right. Still might be wrong but it's moving ahead. Capturing refunding to On Account was a tricky one and the Transaction Amount Value is actually a Formula (sum([Transaction Amount]) , [Years in Date] ) where Years in Date is actually Order Year where I got to include ONLY 2021 original orders instead of the ticket booked in 2020 for 2021.
BTW the dashboard is for Credits and Refunds and Ticket Donations (oh my)
Happy to talk about this further but it does require a bit of energy.