Inventory Audit by Exchange
Requirements and Purpose
Compares ticket listings from exchanges with eibo inventory.
Report Definition
Stakeholders
Kaitlyn Niemann
Mark Shaver
Author
Kaitlyn Niemann
Subject matter expert(s)
April Gahuman
Presentation Medium
SSRS
Fields (data)
Exchange Event
Exchange Venue
Exchange Event Date
Exchange Section
Exchange Row
Exchange SeatFrom
Exchange Seatto
Exchange Quantity
Exchange ExternalListingID
Exchange TicketType
Eibo TicketGroupID
Eibo Host
Eibo Opponent
Eibo Venue
Eibo EventDate
Eibo Quantity
EIBO SeatSection
Eibo SeatRow
Eibo Starting SEat
Eibo Ending Seat
Eibo Internal Note
Eibo Description(External Note)
Eibo ShareTypeName
Status
Exchange
isMatched
Data source(s)
The data source(s) for this report are Eibo-215 Database and the STG Database. Using the stored procedure reporting.InventoryAuditByExchange.
Tables:
eiboxoffice
dbo.TicketGroup
dbo.event(Host and Opponent)
dbo.Venue
dbo.Ticket
dbo.BuyOrderTicketGroup
dbo.BuyOrder
STG
api.TicketBoatListings
Calculations
Column Name | Data Type | Calculation | Description |
---|---|---|---|
Eibo EventDate | Date | =tg.eventdate + ISNULL(tg.eventtime, 0) | Combines Event Date and time |
Status | VARCHAR | =CASE | Defines Status |
Exchange | VARCHAR | =CASE | Displays Exchange in view. |
isMatched | BOOLEAN | CASE | Determines if the listings match through basic logic. |
Parameters
Filters
@Exchange
Vivid = 0
TEVO = 1
SeatGeek = 3
VividSeats = 5
@Venue
If left blank returns everything
Must match EIBO venue.
@Event
If left blank returns everything
Must match EIBO event.
@status
All Records - Returns all records
Exceptions - Returns all records that don't match eibo ↔ exchange
Matched - Returns all records that match eibo ↔ exchange
Missing Exchange - Returns all records from eibo that don't have an exchange listing.
Missing Eibo - Returns all records from exchange that don't have an eibo listing
Intentions for printing vs. online viewing
The report is delivered via SSRS
This report can be accessed here: SSRS → Asset → Inventory Audit By Exchange.
Intended delivery mechanism (run on demand vs. delivered by subscription)
On Demand
Future maintenance tasks or manually maintained items
None
Results
Data Accuracy
Report accuracy and reasons
Limitations
Report shortfalls