Median Ticket Price

Former Member
Former Member $organization

How would I go about pulling the median ticket price for last year?

Exporting it to Excel is fine, but where do I pull the price of every ticket?

 

Thanks

  • Hi Nick,

    Nicole has you covered. You were on the right track with taking some T-Stats results out to Excel.

    Here’s a recipe for this:

    • New report in Seats cube
    • Seat Performance Date / Calendar / Year in Filter/Slicer and filtered to last year (or Seat Order Date if that’s your preference)
    • Measures / Paid Num in Series (or Paid-Reserved Num to be safe, especially if you’re going with Order Date)
    • Seat Order Details / Per Ticket Price in Categories
    • Export to Excel
    • See how many rows there are and grab the middle one

    I hope this helps!

    Cheers,
    Chris

    _______________________
    Chris Wallingford
    Director of Products | JCA
    575 Eighth Ave., 21st Floor | New York, NY 10018
    Phone: 212-981-8417 | Fax: 212-465-2349
    www.jcainc.com
  • Former Member
    Former Member $organization

    Do you use T-stats?

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nick Torres
    Sent: Monday, February 08, 2016 2:53 PM
    To: Nicole Keating <nkeating@arshtcenter.org>
    Subject: [Tessitura Ticketing Forum] Median Ticket Price
    Importance: High

     

    How would I go about pulling the median ticket price for last year?

    Exporting it to Excel is fine, but where do I pull the price of every ticket?

     

    Thanks




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

  • Nicole,

     

    My understanding is that T-Stats will give average (or mean) a useful measure of central tendency.  Particularly if your ticket prices follow a standard distribution.  However, the median is another useful description of central tendency.  The challenge with median is that one needs to know the ticket prices at the individual ticket level, (the sli level) to calculate a median.

     

    I thought about suggesting the order export utility or the ticket sales by period report.  However, these reports summarize multiple tickets to same performance and price type into a single row of data.  The T-Stats underlying TICKET_FACT table does the same thing.  I guess if one wanted to figure out a way to de summarize these data items. You could get to mean.

     

    That said if I were to try to do this here at BAM I’d likely use the Ticket_detail_fact table in the T-Stats Server which does provide a detailed set of seat details.  However it provides too much detail because it is designed to talk to the seat level whether sold or unsold.  From the Ticket_detail_fact table someone would have to carefully sort out unsold inventory.  You would have to filter unsold seats from this.  You would have to decide what you want to do with Comps and some other things.  However from this you could calculate a median.  However we are talking about a lot of data.  The tools that I just used for this were PowerQuery & PowerPivot in Excel.  This assumes that you are not on RAMP and can get to the underlying tables in the TSTATS database on your T-Stats Server. 

     

    I hope that someone has an easier answer.

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nicole Keating
    Sent: Monday, February 08, 2016 3:36 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: RE: [Tessitura Ticketing Forum] Median Ticket Price

     

    Do you use T-stats?

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nick Torres
    Sent: Monday, February 08, 2016 2:53 PM
    To: Nicole Keating <nkeating@arshtcenter.org>
    Subject: [Tessitura Ticketing Forum] Median Ticket Price
    Importance: High

     

    How would I go about pulling the median ticket price for last year?

    Exporting it to Excel is fine, but where do I pull the price of every ticket?

     

    Thanks




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

  • The last word of the second paragraph should have said Median.  (Not mean)

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Thomas Brown
    Sent: Monday, February 08, 2016 4:26 PM
    To: 'Tessitura Ticketing Forum' <forums-ticketing@tessituranetwork.com>
    Subject: RE: [Tessitura Ticketing Forum] Median Ticket Price

     

    Nicole,

     

    My understanding is that T-Stats will give average (or mean) a useful measure of central tendency.  Particularly if your ticket prices follow a standard distribution.  However, the median is another useful description of central tendency.  The challenge with median is that one needs to know the ticket prices at the individual ticket level, (the sli level) to calculate a median.

     

    I thought about suggesting the order export utility or the ticket sales by period report.  However, these reports summarize multiple tickets to same performance and price type into a single row of data.  The T-Stats underlying TICKET_FACT table does the same thing.  I guess if one wanted to figure out a way to de summarize these data items. You could get to mean.

     

    That said if I were to try to do this here at BAM I’d likely use the Ticket_detail_fact table in the T-Stats Server which does provide a detailed set of seat details.  However it provides too much detail because it is designed to talk to the seat level whether sold or unsold.  From the Ticket_detail_fact table someone would have to carefully sort out unsold inventory.  You would have to filter unsold seats from this.  You would have to decide what you want to do with Comps and some other things.  However from this you could calculate a median.  However we are talking about a lot of data.  The tools that I just used for this were PowerQuery & PowerPivot in Excel.  This assumes that you are not on RAMP and can get to the underlying tables in the TSTATS database on your T-Stats Server. 

     

    I hope that someone has an easier answer.

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nicole Keating
    Sent: Monday, February 08, 2016 3:36 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: RE: [Tessitura Ticketing Forum] Median Ticket Price

     

    Do you use T-stats?

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nick Torres
    Sent: Monday, February 08, 2016 2:53 PM
    To: Nicole Keating <nkeating@arshtcenter.org>
    Subject: [Tessitura Ticketing Forum] Median Ticket Price
    Importance: High

     

    How would I go about pulling the median ticket price for last year?

    Exporting it to Excel is fine, but where do I pull the price of every ticket?

     

    Thanks




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

  • Former Member
    Former Member $organization
    yes we do

    On Mon, Feb 8, 2016 at 3:40 PM, Nicole Keating <bounce-nicolekeating9176@tessituranetwork.com> wrote:

    Do you use T-stats?

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nick Torres
    Sent: Monday, February 08, 2016 2:53 PM
    To: Nicole Keating <nkeating@arshtcenter.org>
    Subject: [Tessitura Ticketing Forum] Median Ticket Price
    Importance: High

     

    How would I go about pulling the median ticket price for last year?

    Exporting it to Excel is fine, but where do I pull the price of every ticket?

     

    Thanks




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

  • Former Member
    Former Member $organization
    Thanks, it is a puzzler, we are a RAMP shop though.  

    On Mon, Feb 8, 2016 at 4:31 PM, Tom Brown <bounce-tombrown3568@tessituranetwork.com> wrote:

    Nicole,

     

    My understanding is that T-Stats will give average (or mean) a useful measure of central tendency.  Particularly if your ticket prices follow a standard distribution.  However, the median is another useful description of central tendency.  The challenge with median is that one needs to know the ticket prices at the individual ticket level, (the sli level) to calculate a median.

     

    I thought about suggesting the order export utility or the ticket sales by period report.  However, these reports summarize multiple tickets to same performance and price type into a single row of data.  The T-Stats underlying TICKET_FACT table does the same thing.  I guess if one wanted to figure out a way to de summarize these data items. You could get to mean.

     

    That said if I were to try to do this here at BAM I’d likely use the Ticket_detail_fact table in the T-Stats Server which does provide a detailed set of seat details.  However it provides too much detail because it is designed to talk to the seat level whether sold or unsold.  From the Ticket_detail_fact table someone would have to carefully sort out unsold inventory.  You would have to filter unsold seats from this.  You would have to decide what you want to do with Comps and some other things.  However from this you could calculate a median.  However we are talking about a lot of data.  The tools that I just used for this were PowerQuery & PowerPivot in Excel.  This assumes that you are not on RAMP and can get to the underlying tables in the TSTATS database on your T-Stats Server. 

     

    I hope that someone has an easier answer.

     

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nicole Keating
    Sent: Monday, February 08, 2016 3:36 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: RE: [Tessitura Ticketing Forum] Median Ticket Price

     

    Do you use T-stats?

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nick Torres
    Sent: Monday, February 08, 2016 2:53 PM
    To: Nicole Keating <nkeating@arshtcenter.org>
    Subject: [Tessitura Ticketing Forum] Median Ticket Price
    Importance: High

     

    How would I go about pulling the median ticket price for last year?

    Exporting it to Excel is fine, but where do I pull the price of every ticket?

     

    Thanks




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

  • Former Member
    Former Member $organization

    My thought was to go into the Seat Cube and pull in the Fiscal Year and Per Ticket Price under Categories and then pull in Paid Num and Paid Val and then based upon the Paid Num find the Median Val where 50% of the number of tickets are on either side of that number of tickets. If you want to see Avg Price instead that is a measure as well.

     

    Those are my two cents.

     

    Nicole

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Tom Brown
    Sent: Monday, February 08, 2016 4:29 PM
    To: Nicole Keating <nkeating@arshtcenter.org>
    Subject: RE: [Tessitura Ticketing Forum] Median Ticket Price
    Importance: High

     

    Nicole,

     

    My understanding is that T-Stats will give average (or mean) a useful measure of central tendency.  Particularly if your ticket prices follow a standard distribution.  However, the median is another useful description of central tendency.  The challenge with median is that one needs to know the ticket prices at the individual ticket level, (the sli level) to calculate a median.

     

    I thought about suggesting the order export utility or the ticket sales by period report.  However, these reports summarize multiple tickets to same performance and price type into a single row of data.  The T-Stats underlying TICKET_FACT table does the same thing.  I guess if one wanted to figure out a way to de summarize these data items. You could get to mean.

     

    That said if I were to try to do this here at BAM I’d likely use the Ticket_detail_fact table in the T-Stats Server which does provide a detailed set of seat details.  However it provides too much detail because it is designed to talk to the seat level whether sold or unsold.  From the Ticket_detail_fact table someone would have to carefully sort out unsold inventory.  You would have to filter unsold seats from this.  You would have to decide what you want to do with Comps and some other things.  However from this you could calculate a median.  However we are talking about a lot of data.  The tools that I just used for this were PowerQuery & PowerPivot in Excel.  This assumes that you are not on RAMP and can get to the underlying tables in the TSTATS database on your T-Stats Server. 

     

    I hope that someone has an easier answer.

     

    --Tom

    718.724.8135

    tbrown@BAM.org

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nicole Keating
    Sent: Monday, February 08, 2016 3:36 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: RE: [Tessitura Ticketing Forum] Median Ticket Price

     

    Do you use T-stats?

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nick Torres
    Sent: Monday, February 08, 2016 2:53 PM
    To: Nicole Keating <nkeating@arshtcenter.org>
    Subject: [Tessitura Ticketing Forum] Median Ticket Price
    Importance: High

     

    How would I go about pulling the median ticket price for last year?

    Exporting it to Excel is fine, but where do I pull the price of every ticket?

     

    Thanks




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

  • Former Member
    Former Member $organization
    Thanks, Nicole, I'll take a look, but wouldn't that pull where someone bought three tickets at a time and not the individual ticket price? 

    On Mon, Feb 8, 2016 at 5:32 PM, Nicole Keating <bounce-nicolekeating9176@tessituranetwork.com> wrote:

    My thought was to go into the Seat Cube and pull in the Fiscal Year and Per Ticket Price under Categories and then pull in Paid Num and Paid Val and then based upon the Paid Num find the Median Val where 50% of the number of tickets are on either side of that number of tickets. If you want to see Avg Price instead that is a measure as well.

     

    Those are my two cents.

     

    Nicole

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Tom Brown
    Sent: Monday, February 08, 2016 4:29 PM
    To: Nicole Keating <nkeating@arshtcenter.org>
    Subject: RE: [Tessitura Ticketing Forum] Median Ticket Price
    Importance: High

     

    Nicole,

     

    My understanding is that T-Stats will give average (or mean) a useful measure of central tendency.  Particularly if your ticket prices follow a standard distribution.  However, the median is another useful description of central tendency.  The challenge with median is that one needs to know the ticket prices at the individual ticket level, (the sli level) to calculate a median.

     

    I thought about suggesting the order export utility or the ticket sales by period report.  However, these reports summarize multiple tickets to same performance and price type into a single row of data.  The T-Stats underlying TICKET_FACT table does the same thing.  I guess if one wanted to figure out a way to de summarize these data items. You could get to mean.

     

    That said if I were to try to do this here at BAM I’d likely use the Ticket_detail_fact table in the T-Stats Server which does provide a detailed set of seat details.  However it provides too much detail because it is designed to talk to the seat level whether sold or unsold.  From the Ticket_detail_fact table someone would have to carefully sort out unsold inventory.  You would have to filter unsold seats from this.  You would have to decide what you want to do with Comps and some other things.  However from this you could calculate a median.  However we are talking about a lot of data.  The tools that I just used for this were PowerQuery & PowerPivot in Excel.  This assumes that you are not on RAMP and can get to the underlying tables in the TSTATS database on your T-Stats Server. 

     

    I hope that someone has an easier answer.

     

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nicole Keating
    Sent: Monday, February 08, 2016 3:36 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: RE: [Tessitura Ticketing Forum] Median Ticket Price

     

    Do you use T-stats?

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nick Torres
    Sent: Monday, February 08, 2016 2:53 PM
    To: Nicole Keating <nkeating@arshtcenter.org>
    Subject: [Tessitura Ticketing Forum] Median Ticket Price
    Importance: High

     

    How would I go about pulling the median ticket price for last year?

    Exporting it to Excel is fine, but where do I pull the price of every ticket?

     

    Thanks




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

  • Former Member
    Former Member $organization

    I don’t think so. If it were I would expect much higher numbers.

    In the Documentation “Per Ticket Price” is defined as “The distinct values for the amount due on the selected seats.”

     

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nick Torres
    Sent: Monday, February 08, 2016 5:47 PM
    To: Nicole Keating <nkeating@arshtcenter.org>
    Subject: Re: [Tessitura Ticketing Forum] Median Ticket Price
    Importance: High

     

    Thanks, Nicole, I'll take a look, but wouldn't that pull where someone bought three tickets at a time and not the individual ticket price? 

     

    On Mon, Feb 8, 2016 at 5:32 PM, Nicole Keating <bounce-nicolekeating9176@tessituranetwork.com> wrote:

    My thought was to go into the Seat Cube and pull in the Fiscal Year and Per Ticket Price under Categories and then pull in Paid Num and Paid Val and then based upon the Paid Num find the Median Val where 50% of the number of tickets are on either side of that number of tickets. If you want to see Avg Price instead that is a measure as well.

     

    Those are my two cents.

     

    Nicole

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Tom Brown
    Sent: Monday, February 08, 2016 4:29 PM
    To: Nicole Keating <nkeating@arshtcenter.org>
    Subject: RE: [Tessitura Ticketing Forum] Median Ticket Price
    Importance: High

     

    Nicole,

     

    My understanding is that T-Stats will give average (or mean) a useful measure of central tendency.  Particularly if your ticket prices follow a standard distribution.  However, the median is another useful description of central tendency.  The challenge with median is that one needs to know the ticket prices at the individual ticket level, (the sli level) to calculate a median.

     

    I thought about suggesting the order export utility or the ticket sales by period report.  However, these reports summarize multiple tickets to same performance and price type into a single row of data.  The T-Stats underlying TICKET_FACT table does the same thing.  I guess if one wanted to figure out a way to de summarize these data items. You could get to mean.

     

    That said if I were to try to do this here at BAM I’d likely use the Ticket_detail_fact table in the T-Stats Server which does provide a detailed set of seat details.  However it provides too much detail because it is designed to talk to the seat level whether sold or unsold.  From the Ticket_detail_fact table someone would have to carefully sort out unsold inventory.  You would have to filter unsold seats from this.  You would have to decide what you want to do with Comps and some other things.  However from this you could calculate a median.  However we are talking about a lot of data.  The tools that I just used for this were PowerQuery & PowerPivot in Excel.  This assumes that you are not on RAMP and can get to the underlying tables in the TSTATS database on your T-Stats Server. 

     

    I hope that someone has an easier answer.

     

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nicole Keating
    Sent: Monday, February 08, 2016 3:36 PM
    To: Thomas Brown <tbrown@bam.org>
    Subject: RE: [Tessitura Ticketing Forum] Median Ticket Price

     

    Do you use T-stats?

     

    From: Tessitura Ticketing Forum [mailto:forums-ticketing@tessituranetwork.com] On Behalf Of Nick Torres
    Sent: Monday, February 08, 2016 2:53 PM
    To: Nicole Keating <nkeating@arshtcenter.org>
    Subject: [Tessitura Ticketing Forum] Median Ticket Price
    Importance: High

     

    How would I go about pulling the median ticket price for last year?

    Exporting it to Excel is fine, but where do I pull the price of every ticket?

     

    Thanks




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

     




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

  • Cool have to give this a try.

    --Tom


    On Mon, Feb 8, 2016 at 7:27 PM, Chris Wallingford wrote:

    Hi Nick,

    Nicole has you covered. You were on the right track with taking some T-Stats results out to Excel.

    [http://www.tessituranetwork.com/Community/resized-image.ashx/__size/550x0/__key/CommunityServer.Components.UserFiles/00.00.00.26.60/PerTicketPrice.png]

    Here’s a recipe for this:

    * New report in Seats cube
    * Seat Performance Date / Calendar / Year in Filter/Slicer and filtered to last year (or Seat Order Date if that’s your preference)
    * Measures / Paid Num in Series (or Paid-Reserved Num to be safe, especially if you’re going with Order Date)
    * Seat Order Details / Per Ticket Price in Categories
    * Export to Excel
    * See how many rows there are and grab the middle one

    I hope this helps!

    Cheers,
    Chris

    _______________________
    Chris Wallingford
    Director of Products | JCA
    575 Eighth Ave., 21st Floor | New York, NY 10018
    Phone: 212-981-8417 | Fax: 212-465-2349
    www.jcainc.com
    From: Nick Torres
    Sent: 2/8/2016 2:48:59 PM

    How would I go about pulling the median ticket price for last year?

    Exporting it to Excel is fine, but where do I pull the price of every ticket?



    Thanks



    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!
  • Former Member
    Former Member $organization
    Thank you all so much for your help.

    On Mon, Feb 8, 2016 at 8:38 PM, Tom Brown <bounce-tombrown3568@tessituranetwork.com> wrote:
    Cool have to give this a try.

    --Tom


    On Mon, Feb 8, 2016 at 7:27 PM, Chris Wallingford <bounce-chriswallingford8511@tessituranetwork.com> wrote:

    Hi Nick,

    Nicole has you covered. You were on the right track with taking some T-Stats results out to Excel.

    [http://www.tessituranetwork.com/Community/resized-image.ashx/__size/550x0/__key/CommunityServer.Components.UserFiles/00.00.00.26.60/PerTicketPrice.png]<http://cp.mcafee.com/d/FZsS72gOrhovod78UsUepdTdFTLtNBVWXxJeZXKcLfcLCQXIIcI6zAQszAPqtSnXzAQQPhOrCgzkN054dlU02r8qHM04SYYCOqei3z_nVAQsECzBBxzHTbFFCzB_xNEVd78VMsNORQr8EGTojVkffGhBrwqrhdFCXCXCM0k_FikSUW3j5oBunMiGGGT2kOSmtEntAv_rgC7UayFnOS2lllmUiCm6fyp-f2lllGM-4Ws4Wv4nAvZcLvHTWZ-jsVO-1rUwClyLP2Qpm_BE4jrJoJGQbPBoHYVg8wGvQFarst1FyIiLbCTS3hOOr1vF6y0QJwDWkBdKeCy04OIl-sE4jh0bRySGqnjh0d-xbo6y04OIl-pEw2QpmYS-yrd6R7hR143fK>

    Here’s a recipe for this:

     *   New report in Seats cube
     *   Seat Performance Date / Calendar / Year in Filter/Slicer and filtered to last year (or Seat Order Date if that’s your preference)
     *   Measures / Paid Num in Series (or Paid-Reserved Num to be safe, especially if you’re going with Order Date)
     *   Seat Order Details / Per Ticket Price in Categories
     *   Export to Excel
     *   See how many rows there are and grab the middle one

    I hope this helps!

    Cheers,
    Chris

    _______________________
    Chris Wallingford
    Director of Products | JCA
    575 Eighth Ave., 21st Floor | New York, NY 10018
    Phone: 212-981-8417 | Fax: 212-465-2349
    www.jcainc.com
    From: Nick Torres <bounce-nicktorres3067@tessituranetwork.com>
    Sent: 2/8/2016 2:48:59 PM

    How would I go about pulling the median ticket price for last year?

    Exporting it to Excel is fine, but where do I pull the price of every ticket?



    Thanks



    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!


    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum.  You may reply to this message to post to the Ticketing forum or visit the site to search, read and post to the forums.

    In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending.  Thank you!