Capacity count conundrum

Hi All,

I need to calculate how many seats were made available to a particular Price Type for the current and past Production Seasons and I'm struggling with how the tables link.

I've started with Perf_price_type and specified the price type id, joined T_PERF to get the correct prod_season_no's, then joined T_PERF_PRICE, T_ZONE, T_ZMAP, T_SMAP & T_SEAT to arrive at counting the number of seats that were allocated.

However, my calculations don't add up to the number pulled by my colleague via T-Stats, and she assures me that the T-Stats calculation is accurate.

I can post the SQL, but it's currently very simple and would make you laugh. If anyone is doing this in a report, I'd love to see where I'm going wrong.

Thanks, Debbie

Parents Reply Children