Season crossover

Greetings!

We are an organization that produces multiple arts forms (Ballet, Opera, Philharmonic) and I'm trying to create a pivot table that will give me the crossover between any of those products. Each art form is represented by its own season by fiscal year, so creating such a product would also be great for looking at crossover in the same art form year over year as well. 

I'm not sure if this is more difficult than I'm giving it credit for or if I just haven't had enough caffeine today... Does anyone have widget that accomplishes this or advice on how to get there? 

Thanks in advance for any guidance the hive mind can provide. 

Parents
  • Hi Michael,

    To restate: you're looking for a report that shows "These people went to more than one Season"- is that right? You could do a value something like

    SUM (

    [Constituent ID] ,

    IF ( ( [# of Unique Season ID] ) > 1 , 1 , NULL )

    )

    This one is saying "Count up everyone who's reserved tickets for more than one season". Then, filter that widget by that custom formula, set to ' > 0'. 



    I'm sure there's a cleaner way to do this, but this should set you in the right direction. You could spot-check your results with a widget filtered by 'Constituent ID', and plug in the numbers you find in your first widget.

  • Hi Nathanael,

    Thanks so much for your response. In my ideal world, the table would look like this, but with numbers that would indicate the number of buyers who crossed between the two series referenced by each column/row:

     

    Is that crazy? 

Reply Children