I am attempting to pull the original ticket count and paid amount from the canceled shows from the pandemic in 19/20 series. I can pull the Original Paid Amount in Analytics, but not the Ticket Count. What would be the best criteria or report to pull that data?
Hi Amber,
An alterative to Ticket Count, which is populated with 1s and 0s based on a number of criteria, you can instead COUNT( [SLI ID] ), or [# unique SLI ID].
COUNT( [SLI ID] )
[# unique SLI ID]