I'm hoping to modify a widget that is already built using both the Seats and Tickets and Finance cubes.
Currently, the widget displays total revenue per performance for all Productions containing "Ceramics":
My end goal is to group all production seasons containing "All Levels Wheel" and "20a" which (there are multiple production seasons that fall into this category) and then see the total revenue for this set, as well as total number of students for this set. Each All Levels Wheel production season is a package containing multiple-day classes, and we have about 50 groups of packages of which All Levels wheel is an example. "A" stands for our spring Session, and all production seasons within our Spring Season contain 20A. 2020-20A971 is an example of one production season in our Spring 2020 lineup.
Eventually I will need to report on each Production Season broken down by Spring, Summer, and Fall for 2020 and 2021. All Production Seasons in Summer 2020 contain 20B, and for Fall contain 20C. I have about 50 class groupings and then 6 sessions for the two years 2020-2021.
Currently the only way I can figure out how to do this is create multiple Values in a Bar Chart, but the problem with this is eventually.I will need to create ~300 such value with the formula:
(sum([Ticket Paid Amount]),[Production Season])
The problem with this is eventually I'll have to create 300 such formulas: three for each of our 50 groups of production seasons, one for each spring, summer, and fall season, for both 2021 and 2022.
Here is what I have for 5 such instances:
I would guess there's an easier way to group all of the classes without having to create 300 values in various widgets, whether that's through inserting a case statement somewhere or whatever it may be.
Any insight anyone can provide would be much appreciated!
Not sure if this is doable for your use case but could you report by package instead?
Each package has its own Production Season, if I'm understanding you correctly I am already reporting by package, but I need to group Production Seasons on "Contains 20a AND contains All Levels Wheel" where 20a is Spring 2020 and All Levels Wheel is one group of packages, and I have ~50 groups of packages to report on, and I need to segment the reports by Season (spring, summer, fall) for 2020 and 2021.