DNS Report
Requirements and Purpose
Creates a report of all tickets with either a DNS note as well as ones that should potentially be DNS. Can search by event, venue, pricer, status, and date.
Report Definition
Stakeholders
Kaitlyn Niemann
Jake Kern
Author
Kaitlyn Niemann
Subject matter expert(s)
Jake Kern
Presentation Medium
SSRS
Fields (data)
Pricer
Event
Opponent
Venue
Event Date
Section Row
Seats
Ticket Price
Note
Resolution Date
Status
Data source(s)
The data source(s) for this report are the Eibo-215 Database and the STG Database. Using the stored procedure GetDNSReportDetails.
Tables:
eiboxoffice.dbo
dbo.TicketGroup
dbo.Event(Host and Opponent)
dbo.Venue
dbo.def_ShareType
dbo.SellOrderTicketGroup
dbo.SellOrder
STG
stg.users.pricerevents
stg.users.users
Eibo Marketplace
Calculations
Column Name | Data Type | Calculation | Description |
---|---|---|---|
Event Date | Date | =tg.EventDate + ISNULL(tg.EventTime,0) | Combines date and time |
Seats | VARCHAR | =CONCAT(tg.StartingSeat,'-',tg.EndingSeat) | Lists seats in a single field. |
Status | INT | =CASE cte.dnstype =CASE | Assigns a status depending on the note and price of the tickets. |
Parameters
Filters
@Pricer VARCHAR
Last name of pricer.
@Event
If left blank will return all results
Must match eibo event.
@venue
If left blank will return all results.
Must match eibo venue.
@startDate
Defines start of date range for search
Defaults to today.
@end date
Defines end of date range for search.
Defaults to +7 days.
@Status
GOOD Tickets that are unshared with a DNS note.
DELIST Tickets that are shared with a DNS note.
VERIFY Tickets that are priced at a significant margin that may need dns.
SOLD Tickets sold with a dns note.
ALL RECORDS Default value, returns all statuses.
@Sold Status
Unsold
Sold
@Note Type
DNS.
DNE
DNP
ALL
Page breaks (Dashboards/Worksheets/Etc.)
Summary At top of page of current data set.
Intentions for printing vs. online viewing
The report is delivered via SSRS
This report can be accessed here: SSRS→ Asset → DNS Report.
Intended delivery mechanism (run on demand vs. delivered by subscription)
On Demand.
Future maintenance tasks or manually maintained items
None
Results
Data Accuracy
N/a
Limitations
N/a