Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Stakeholders

    1. Kaitlyn Niemann (Unlicensed)

    2. Mark Shaver

  2. Author

    1. Kaitlyn Niemann (Unlicensed)

  3. Subject matter expert(s)

    1. Alex Goldberg

  4. Data source(s)

    1. eiboxoffice.dbo

      1. TicketGroup

      2. Event

      3. Venue

      4. Region

    2. STG.users

      1. PricerEvents

      2. Users

  5. Presentation Medium

    1. SSRS

  6. Fields (data)

    1. Pricer

    2. eName

    3. VenueName

    4. edate

    5. SeatSection

    6. TotalSale

    7. GrossMargin

    8. gmp

    9. gsold

    10. spi

    11. cpi

    12. 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.

  1. eiboxoffice.dbo

    1. TicketGroup

    2. Event

    3. Venue

    4. Region

  2. STG.users

    1. PricerEvents

    2. 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

...

Change Log

  1. Jira Legacy
    serverSystem JIRAJira
    serverIdae03e0b8-3550-377d-ac32-70749cecd411
    keySP-257

...