Sales and Profitability
Requirements and Purpose
Report displays pricer performance by event, venue, and section information
Report Definition
Stakeholders
@Kaitlyn Niemann (Unlicensed)
@Mark Shaver
Author
@Kaitlyn Niemann (Unlicensed)
Subject matter expert(s)
Alex Goldberg
Presentation Medium
SSRS
Fields (data)
Pricer
eName
VenueName
edate
SeatSection
TotalSale
GrossMargin
gmp
gsold
spi
cpi
gmpi
Data source(s)
The data gathered in this report is from the Eibo-215 Database and the STG Database. Using the stored procedure sr_GetSalesAndProfitability.
eiboxoffice.dbo
TicketGroup
Event
Venue
Region
STG.users
PricerEvents
Users
Calculations
Column Name | Data Type | Calculation | Description |
---|---|---|---|
gmp | decimal | =CASE WHEN SUM(ISNULL(cte.gsale,0)) = 0 THEN -1 ELSE ROUND(((SUM(ISNULL(cte.gsale,0))+0.0001-SUM(ISNULL(cte.gcost,0))+0.0001))/(SUM(ISNULL(cte.gsale,0))+0.0001),2) END gmp, | Calculates gross margin percentage |
spi | decimal | =CASE WHEN SUM(ISNULL(cte.gsale,0)) = 0 THEN -1 ELSE ROUND((SUM(ISNULL(cte.gsale,0))+0.0001)/(SUM(ISNULL(cte.invct,0))+0.0001),2) END spi, | Calculates average sale per invoice |
cpi | decimal | =ROUND((SUM(ISNULL(cte.gcost,0))+0.0001)/(SUM(ISNULL(cte.invct,0))+0.0001),2) cpi, | calculates average cost per invoice |
gmpi | decimal | =CASE WHEN SUM(ISNULL(cte.gsale,0)) = 0 THEN -1 ELSE ROUND((((SUM(ISNULL(cte.gsale,0))+0.0001)/(SUM(ISNULL(cte.invct,0))+0.0001))-(SUM(ISNULL(cte.gcost,0))/(SUM(ISNULL(cte.invct,0))+0.0001)))/((SUM(ISNULL(cte.gsale,0))/SUM(ISNULL(cte.invct,0)))+0.0001),2) END gmpi | calculates average margin per invoice |
Parameters
Filters
@pricer
text
multiple values
populated from other query
defaults to all values
@event
text
can be blank
@venue
text
can be blank
Grouping
Pricer
EventName
VenueName
EventDate
Intentions for printing vs. online viewing
The report is delivered via SSRS
This report can be accessed here: SSRS → Asset → Sales and Profitability
Intended delivery mechanism (run on demand vs. delivered by subscription)
On Demand
Future maintenance tasks or manually maintained items
None
Results
Data Accuracy
QA
Validate using the Income by Event report
Limitations
Report shortfalls