Pricer Portfolio
Requirements and Purpose
Allows individual Pricers and Managers to view their upcoming inventory and their relevant performance and market data for that event where applicable.
Report Definition
Stakeholders
@Kaitlyn Niemann (Unlicensed)
@Mark Shaver
Jake Kern
Author
@Kaitlyn Niemann (Unlicensed)
Subject matter expert(s)
Department employee
Presentation Medium
SSRS Reporting
Fields (data)
Pricer
eEvent
eVenue
eDate
Available Quantity
Sold Quantity
Last7DaysSales
SevenDayVelocity
PercSold
MktInv
GetIn
TotalSale
TotalCost
Margins
MaxPODate
MasSODate
DayTilEvent
PossibleSalesQuantity
SalesVelocity
OverallVelocity
Data source(s)
The data gathered in this report is from the Eibo-215 Database and the STG Database. Using the stored procedure sr_GetPricerPortfolio.
eiboxoffice
dbo.TicketGroup
dbo.BuyOrderTicketGroup
dbo.BuyOrder
dbo.SellOrderTicketGroup
dbo.SellOrder
dbo.Event
dbo.Venue
dbo.Region
dbo.Production
STG
stg.users
stg.pricerevents
Calculations
Column Name | Data Type | Calculation | Description |
---|---|---|---|
sc | Integer | =CHARINDEX(ISNULL(@event,h.eventname),h.eventname)+CHARINDEX(ISNULL(@event,o.eventname),o.eventname) > 0 | search value for event |
vc | Integer | =CHARINDEX(ISNULL(@venue,v.venuename),v.venuename)+CHARINDEX(ISNULL(@venue,r.RegionName),r.RegionName)+CHARINDEX(ISNULL(@venue,v.City),v.City) > 0 | Search Value for Venue |
eEvent | String | =CASE WHEN tg.SecondaryEventID = 1 | Concatenation of Primary and Secondary Events |
margin | decimal | (so.TotalTicketPrice-((tg.AverageTicketCost*s.Quantity)+0.0001))/(so.TotalTicketPrice+0.0001) | Calculates margins of sold inventory |
PossibleSalesQuantity | decimal | CASE WHEN ISNULL(ad.SoldQuantity,0) = 0 THEN 0 ELSE (DATEDIFF(dd,@date,ad.eDate)*ad.SoldQuantity)/(DATEDIFF(dd,ad.MaxPODate,@date)+1.00) END PossibleSalesQuantity | |
SalesVelocity | decimal | CASE WHEN ISNULL(ad.SoldQuantity,0) = 0 THEN 0 ELSE ad.AvailableQuantity/(DATEDIFF(dd,ad.MaxPODate ,@date)+1.00) END SalesVelocity, | |
OverallVelocity | decimal | CASE WHEN ISNULL(ad.SoldQuantity,0) = 0 THEN 0 ELSE ad.SoldQuantity/(DATEDIFF(dd, ad.MaxPODate, @date)+1.00) END OverallVelocity |
Parameters
Filters
Event
Venue
Event Start Date
Event End Date
Pricer
Category
Sold Start Date
Sold End Date
Sold Minimum %
Sold Maximum %
Margin Minimum %
Margin Maximum %
Grouping
Pricer
EventDate
Event
Venue
Page breaks (Dashboards/Worksheets/Etc.)
Intentions for printing vs. online viewing
The report is delivered via SSRS
Intended delivery mechanism (run on demand vs. delivered by subscription)
SSRS On Demand
Future maintenance tasks or manually maintained items
None
Results
Data Accuracy
Report accuracy and reasons
Limitations
Report shortfalls