<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communitytest.tessitura.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>First Time Buyers and Subsequent Buying</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/811/first-time-buyers-and-subsequent-buying</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>First Time Buyers and Subsequent Buying</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/811/first-time-buyers-and-subsequent-buying</link><pubDate>Fri, 10 Nov 2023 05:09:50 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:a927e880-0a3a-47d5-be87-286d478cd674</guid><dc:creator>Heath Wilder</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/811/first-time-buyers-and-subsequent-buying#comments</comments><description>Current Revision posted to Wiki by Heath Wilder on 11/10/2023 5:09:50 AM&lt;br /&gt;
&lt;p&gt;From&amp;nbsp;&lt;a href="/topical_groups/analytics-coffee/f/discussions/33268/first-time-buyers-from-previous-year-returning-in-2023/86502#86502"&gt;(+) First Time Buyers from Previous Year Returning in 2023 - Discussions - analytic Coffee! - Tessitura Network&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Michael Dorsey&lt;/span&gt;&amp;nbsp;(Spoleto Festival USA)&lt;/strong&gt;&lt;br /&gt; I&amp;#39;m wondering if anyone has&amp;nbsp;anything that gives the accurate&amp;nbsp;number first time buyers from a specified year that returned this year?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div class="author"&gt;
&lt;div class="meta"&gt;&lt;span class="user-name"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Christine Wingenfeld&lt;/span&gt; (&lt;/strong&gt;&lt;span&gt;&lt;strong&gt;Pittsburgh Cultural Trust Consortium)&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="content full threaded-reply-content user-defined-markup"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Hi Michael,&lt;/p&gt;
&lt;p&gt;I have a couple of formulas that might help you&amp;nbsp;with this concept. I created them to look overall at the return rate of first-time buyers and what they were coming to next. I wonder if you could adjust things in these formulas to look more at specific years.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="445" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-01-14/pastedimage1687552694251v5.png" width="941" /&gt;&lt;/p&gt;
&lt;p&gt;The summary widget is filtered to select different production seasons and then I have the following formula to calculate how many have since returned.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;COUNT ( [Constituent ID],&amp;nbsp;&lt;br /&gt;&lt;/code&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF (&lt;span&gt;&amp;nbsp;MIN&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;( &lt;span&gt;DDIFF&lt;/span&gt;( [Days in Date] , [Days in First Performance Date] ) ) = 0&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND&amp;nbsp;&lt;span style="color:#ff0000;"&gt;( [# of unique Production Season ID], ALL( [Production Season] ) ) &lt;span style="color:#000000;"&gt;&amp;gt; 1&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , [Max Constituent ID]&lt;br /&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&amp;nbsp;NULL&amp;nbsp;&lt;/span&gt;)&lt;/code&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;/p&gt;
&lt;p&gt;The&lt;span style="color:#0000ff;"&gt;&amp;nbsp;first part&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;of the formula recognizes if they are a first-time buyer&lt;sup&gt; [HW: see below #1]&lt;/sup&gt;, and then the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#ff0000;"&gt;second part&amp;nbsp;&lt;/span&gt;adds in whether they have come to anything else.&lt;/p&gt;
&lt;p&gt;Taking this formula, I then add onto it to create a proportion of how many are returning:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;(&lt;span&gt;COUNT&amp;nbsp;&lt;/span&gt;( [Constituent ID],&lt;span&gt;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IF&lt;/span&gt;&lt;span&gt;&amp;nbsp;(&lt;span style="color:#0000ff;"&gt;&amp;nbsp;MIN ( DDIFF( [Days in Date] , [Days in First Performance Date] ) ) = 0&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="color:#0000ff;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;span style="color:#ff0000;"&gt;( [ # of unique Production Season ID] , ALL( [Production Season] ) )&lt;/span&gt; &amp;gt; 1&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp;[Max Constituent ID] &lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;, NULL )&lt;br /&gt;&lt;/code&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ) &lt;br /&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-family:inherit;"&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp;/ &lt;br /&gt;(&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;COUNT&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;( [Constituent ID],&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF (&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp;&lt;span style="color:#0000ff;"&gt;MIN&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;code&gt;&amp;nbsp;( DDIFF( [Days in D&lt;/code&gt;ate] , [Days in First Performance Date]) ) =0&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&amp;nbsp;[Max Constituent ID]&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , &lt;/span&gt;&lt;span style="font-family:inherit;"&gt;NULL&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;) &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ) &lt;br /&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;So, the denominator here just gets a total count of first-time buyers, as in the&lt;span style="color:#0000ff;"&gt;&amp;nbsp;first part.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have another widget that then that looks at what they are coming to next designed as a bar chart. This widget is filtered by the first performance name. The formula I use here probably could have also been used in a variation in the above calculations.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;&lt;span&gt;COUNT&amp;nbsp;&lt;/span&gt;( [Constituent ID] ,&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF (&amp;nbsp;MIN (&amp;nbsp;DDIFF&amp;nbsp;( [Days in Date] , [Days in First Performance Date] ) ) &amp;gt; 0&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , &lt;span&gt;[Max Constituent ID]&lt;/span&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , NULL )&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;For this formula, I started with the formula for first time buyers, but then looked at anything that they have come to since that first performance date [hence &amp;gt; 0]. I have categories for season&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;and&lt;/em&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;production season, but if you just want to look more broadly at who came back in a certain season, you could probably just use season.&lt;/p&gt;
&lt;p&gt;You won&amp;#39;t be able to use a jump-to with these formulas, but you could always add a constituent ID to a pivot table to download and import as a manual list to verify.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://communitytest.tessitura.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-01-14/FirstTimeBuyerWidgetIdeas.dash"&gt;communitytest.tessitura.com/.../FirstTimeBuyerWidgetIdeas.dash&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: wiki, first time buyers, analytic Coffee!, new to file&lt;/div&gt;
</description></item><item><title>First Time Buyers and Subsequent Buying</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/811/first-time-buyers-and-subsequent-buying/revision/3</link><pubDate>Wed, 08 Nov 2023 08:44:14 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:a927e880-0a3a-47d5-be87-286d478cd674</guid><dc:creator>Heath Wilder</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/811/first-time-buyers-and-subsequent-buying#comments</comments><description>Revision 3 posted to Wiki by Heath Wilder on 11/8/2023 8:44:14 AM&lt;br /&gt;
&lt;p&gt;From&amp;nbsp;&lt;a href="/topical_groups/analytics-coffee/f/discussions/33268/first-time-buyers-from-previous-year-returning-in-2023/86502#86502"&gt;(+) First Time Buyers from Previous Year Returning in 2023 - Discussions - analytic Coffee! - Tessitura Network&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Michael Dorsey&lt;/span&gt;&amp;nbsp;(Spoleto Festival USA)&lt;/strong&gt;&lt;br /&gt; I&amp;#39;m wondering if anyone has&amp;nbsp;anything that gives the accurate&amp;nbsp;number first time buyers from a specified year that returned this year?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class="author"&gt;
&lt;div class="meta"&gt;&lt;span class="user-name"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Christine Wingenfeld&lt;/span&gt; (&lt;/strong&gt;&lt;span&gt;&lt;strong&gt;Pittsburgh Cultural Trust Consortium)&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="content full threaded-reply-content user-defined-markup"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Hi Michael,&lt;/p&gt;
&lt;p&gt;I have a couple of formulas that might help you&amp;nbsp;with this concept. I created them to look overall at the return rate of first time buyers and what they were coming to next. I wonder if you could adjust things in these formulas to look more at specific years.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="445" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-01-14/pastedimage1687552694251v5.png" width="941" /&gt;&lt;/p&gt;
&lt;p&gt;The summary widget is filtered to select different production seasons and then I have the following formula to calculate how many have since returned.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;COUNT ( [Constituent ID],&amp;nbsp;&lt;br /&gt;&lt;/code&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF (&lt;span&gt;&amp;nbsp;MIN&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;( &lt;span&gt;DDIFF&lt;/span&gt;( [Days in Date] , [Days in First Performance Date] ) ) = 0&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND&amp;nbsp;&lt;span style="color:#ff0000;"&gt;( [# of unique Production Season ID], ALL( [Production Season] ) ) &lt;span style="color:#000000;"&gt;&amp;gt; 1&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , [Max Constituent ID]&lt;br /&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&amp;nbsp;NULL&amp;nbsp;&lt;/span&gt;)&lt;/code&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;/p&gt;
&lt;p&gt;The&lt;span style="color:#0000ff;"&gt;&amp;nbsp;first part&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;of the formula recognizes if they are a first-time buyer&lt;sup&gt; [HW: see below #1]&lt;/sup&gt;, and then the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#ff0000;"&gt;second part&amp;nbsp;&lt;/span&gt;adds in whether they have come to anything else.&lt;/p&gt;
&lt;p&gt;Taking this formula, I then add onto it to create a proportion of how many are returning:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;(&lt;span&gt;COUNT&amp;nbsp;&lt;/span&gt;( [Constituent ID],&lt;span&gt;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IF&lt;/span&gt;&lt;span&gt;&amp;nbsp;(&lt;span style="color:#0000ff;"&gt;&amp;nbsp;MIN ( DDIFF( [Days in Date] , [Days in First Performance Date] ) ) = 0&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="color:#0000ff;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;span style="color:#ff0000;"&gt;( [ # of unique Production Season ID] , ALL( [Production Season] ) )&lt;/span&gt; &amp;gt; 1&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp;[Max Constituent ID] &lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;, NULL )&lt;br /&gt;&lt;/code&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ) &lt;br /&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-family:inherit;"&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp;/ &lt;br /&gt;(&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;COUNT&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;( [Constituent ID],&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF (&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp;&lt;span style="color:#0000ff;"&gt;MIN&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;code&gt;&amp;nbsp;( DDIFF( [Days in D&lt;/code&gt;ate] , [Days in First Performance Date]) ) =0&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&amp;nbsp;[Max Constituent ID]&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , &lt;/span&gt;&lt;span style="font-family:inherit;"&gt;NULL&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;) &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ) &lt;br /&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;So, the denominator here just gets a total count of first-time buyers, as in the&lt;span style="color:#0000ff;"&gt;&amp;nbsp;first part.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have another widget that then that looks at what they are coming to next designed as a bar chart. This widget is filtered by the first performance name. The formula I use here probably could have also been used in a variation in the above calculations.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;&lt;span&gt;COUNT&amp;nbsp;&lt;/span&gt;( [Constituent ID] ,&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF (&amp;nbsp;MIN (&amp;nbsp;DDIFF&amp;nbsp;( [Days in Date] , [Days in First Performance Date] ) ) &amp;gt; 0&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , &lt;span&gt;[Max Constituent ID]&lt;/span&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , NULL )&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;For this formula, I started with the formula for first time buyers, but then looked at anything that they have come to since that first performance date [hence &amp;gt; 0]. I have categories for season&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;and&lt;/em&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;production season, but if you just want to look more broadly at who came back in a certain season, you could probably just use season.&lt;/p&gt;
&lt;p&gt;You won&amp;#39;t be able to use a jump-to with these formulas, but you could always add a constituent ID to a pivot table to download and import as a manual list to verify.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://communitytest.tessitura.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-01-14/FirstTimeBuyerWidgetIdeas.dash"&gt;communitytest.tessitura.com/.../FirstTimeBuyerWidgetIdeas.dash&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: wiki, first time buyers, analytic Coffee!, new to file&lt;/div&gt;
</description></item><item><title>First Time Buyers and Subsequent Buying</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/811/first-time-buyers-and-subsequent-buying/revision/2</link><pubDate>Wed, 08 Nov 2023 07:27:02 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:a927e880-0a3a-47d5-be87-286d478cd674</guid><dc:creator>Heath Wilder</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/811/first-time-buyers-and-subsequent-buying#comments</comments><description>Revision 2 posted to Wiki by Heath Wilder on 11/8/2023 7:27:02 AM&lt;br /&gt;

&lt;p&gt;From&amp;nbsp;&lt;a href="/topical_groups/analytics-coffee/f/discussions/33268/first-time-buyers-from-previous-year-returning-in-2023/86502#86502"&gt;(+) First Time Buyers from Previous Year Returning in 2023 - Discussions - analytic Coffee! - Tessitura Network&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a class="internal-link view-user-profile" href="/members/michaeldorsey3609"&gt;Michael Dorsey&lt;/a&gt;&amp;nbsp;(Spoleto Festival USA)&lt;br /&gt; I&amp;#39;m wondering if anyone has&amp;nbsp;anything that gives the accurate&amp;nbsp;number first time buyers from a specified year that returned this year?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class="author"&gt;
&lt;div class="meta"&gt;&lt;span class="user-name"&gt;&lt;a class="internal-link view-user-profile" href="/members/christinesajewski9396"&gt;Christine Wingenfeld&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;(&lt;span&gt;Pittsburgh Cultural Trust Consortium)&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="content full threaded-reply-content user-defined-markup"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Hi Michael,&lt;/p&gt;
&lt;p&gt;I have a couple of formulas that might help you&amp;nbsp;with this concept. I created them to look overall at the return rate of first time buyers and what they were coming to next. I wonder if you could adjust things in these formulas to look more at specific years.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="445" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-01-14/pastedimage1687552694251v5.png" width="941" /&gt;&lt;/p&gt;
&lt;p&gt;The summary widget is filtered to select different production seasons and then I have the following formula to calculate how many have since returned.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;COUNT ( [Constituent ID],&amp;nbsp;&lt;br /&gt;&lt;/code&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF (&lt;span&gt;&amp;nbsp;MIN&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;( &lt;span&gt;DDIFF&lt;/span&gt;( [Days in Date] , [Days in First Performance Date] ) ) = 0&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND&amp;nbsp;&lt;span style="color:#ff0000;"&gt;( [# of unique Production Season ID], ALL( [Production Season] ) ) &lt;span style="color:#000000;"&gt;&amp;gt; 1&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , [Max Constituent ID]&lt;br /&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&amp;nbsp;NULL&amp;nbsp;&lt;/span&gt;)&lt;/code&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;/p&gt;
&lt;p&gt;The&lt;span style="color:#0000ff;"&gt;&amp;nbsp;first part&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;of the formula recognizes if they are a first-time buyer&lt;sup&gt; [HW: see below #1]&lt;/sup&gt;, and then the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#ff0000;"&gt;second part&amp;nbsp;&lt;/span&gt;adds in whether they have come to anything else.&lt;/p&gt;
&lt;p&gt;Taking this formula, I then add onto it to create a proportion of how many are returning:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;(&lt;span&gt;COUNT&amp;nbsp;&lt;/span&gt;( [Constituent ID],&lt;span&gt;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IF&lt;/span&gt;&lt;span&gt;&amp;nbsp;(&lt;span style="color:#0000ff;"&gt;&amp;nbsp;MIN ( DDIFF( [Days in Date] , [Days in First Performance Date] ) ) = 0&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="color:#0000ff;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;span style="color:#ff0000;"&gt;( [ # of unique Production Season ID] , ALL( [Production Season] ) )&lt;/span&gt; &amp;gt; 1&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp;[Max Constituent ID] &lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;, NULL )&lt;br /&gt;&lt;/code&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ) &lt;br /&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-family:inherit;"&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp;/ &lt;br /&gt;(&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;COUNT&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;( [Constituent ID],&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF (&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp;&lt;span style="color:#0000ff;"&gt;MIN&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;code&gt;&amp;nbsp;( DDIFF( [Days in D&lt;/code&gt;ate] , [Days in First Performance Date]) ) =0&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&amp;nbsp;[Max Constituent ID]&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , &lt;/span&gt;&lt;span style="font-family:inherit;"&gt;NULL&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;) &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ) &lt;br /&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;So, the denominator here just gets a total count of first-time buyers, as in the&lt;span style="color:#0000ff;"&gt;&amp;nbsp;first part.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have another widget that then that looks at what they are coming to next designed as a bar chart. This widget is filtered by the first performance name. The formula I use here probably could have also been used in a variation in the above calculations.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;&lt;span&gt;COUNT&amp;nbsp;&lt;/span&gt;( [Constituent ID] ,&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF (&amp;nbsp;MIN (&amp;nbsp;DDIFF&amp;nbsp;( [Days in Date] , [Days in First Performance Date] ) ) &amp;gt; 0&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , &lt;span&gt;[Max Constituent ID]&lt;/span&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , NULL )&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;For this formula, I started with the formula for first time buyers, but then looked at anything that they have come to since that first performance date [hence &amp;gt; 0]. I have categories for season&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;and&lt;/em&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;production season, but if you just want to look more broadly at who came back in a certain season, you could probably just use season.&lt;/p&gt;
&lt;p&gt;You won&amp;#39;t be able to use a jump-to with these formulas, but you could always add a constituent ID to a pivot table to download and import as a manual list to verify.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://communitytest.tessitura.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-01-14/FirstTimeBuyerWidgetIdeas.dash"&gt;communitytest.tessitura.com/.../FirstTimeBuyerWidgetIdeas.dash&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: wiki, first time buyers, analytic Coffee!, new to file&lt;/div&gt;
</description></item><item><title>First Time Buyers and Subsequent Buying</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/811/first-time-buyers-and-subsequent-buying/revision/1</link><pubDate>Wed, 08 Nov 2023 06:37:34 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:a927e880-0a3a-47d5-be87-286d478cd674</guid><dc:creator>Heath Wilder</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/811/first-time-buyers-and-subsequent-buying#comments</comments><description>Revision 1 posted to Wiki by Heath Wilder on 11/8/2023 6:37:34 AM&lt;br /&gt;
&lt;p&gt;From&amp;nbsp;&lt;a href="/topical_groups/analytics-coffee/f/discussions/33268/first-time-buyers-from-previous-year-returning-in-2023/86502#86502"&gt;(+) First Time Buyers from Previous Year Returning in 2023 - Discussions - analytic Coffee! - Tessitura Network&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a class="internal-link view-user-profile" href="/members/michaeldorsey3609"&gt;Michael Dorsey&lt;/a&gt;&amp;nbsp;(Spoleto Festival USA)&lt;br /&gt; I&amp;#39;m wondering if anyone has&amp;nbsp;anything that gives the accurate&amp;nbsp;number first time buyers from a specified year that returned this year?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class="author"&gt;
&lt;div class="meta"&gt;&lt;span class="user-name"&gt;&lt;a class="internal-link view-user-profile" href="/members/christinesajewski9396"&gt;Christine Wingenfeld&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;(&lt;span&gt;Pittsburgh Cultural Trust Consortium)&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="content full threaded-reply-content user-defined-markup"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Hi Michael,&lt;/p&gt;
&lt;p&gt;I have a couple of formulas that might help you&amp;nbsp;with this concept. I created them to look overall at the return rate of first time buyers and what they were coming to next. I wonder if you could adjust things in these formulas to look more at specific years.&lt;/p&gt;
&lt;p&gt;&lt;img height="445" src="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-01-14/pastedimage1687552694251v5.png" width="941" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The summary widget is filtered to select different production seasons and then I have the following formula to calculate how many have since returned.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;COUNT ( [Constituent ID],&amp;nbsp;&lt;br /&gt;&lt;/code&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF (&lt;span&gt;&amp;nbsp;MIN&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;( &lt;span&gt;DDIFF&lt;/span&gt;( [Days in Date] , [Days in First Performance Date] ) ) = 0&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND&amp;nbsp;&lt;span style="color:#ff0000;"&gt;( [# of unique Production Season ID], ALL( [Production Season] ) ) &lt;span style="color:#000000;"&gt;&amp;gt; 1&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#000000;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , [Max Constituent ID]&lt;br /&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&amp;nbsp;NULL&amp;nbsp;&lt;/span&gt;)&lt;/code&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;/p&gt;
&lt;p&gt;The&lt;span style="color:#0000ff;"&gt;&amp;nbsp;first part&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;of the formula recognizes if they are a first-time buyer&lt;sup&gt; [HW: see below #1]&lt;/sup&gt;, and then the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:#ff0000;"&gt;second part&amp;nbsp;&lt;/span&gt;adds in whether they have come to anything else.&lt;/p&gt;
&lt;p&gt;Taking this formula, I then add onto it to create a proportion of how many are returning:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;(&lt;span&gt;COUNT&amp;nbsp;&lt;/span&gt;( [Constituent ID],&lt;span&gt;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IF&lt;/span&gt;&lt;span&gt;&amp;nbsp;(&lt;span style="color:#0000ff;"&gt;&amp;nbsp;MIN ( DDIFF( [Days in Date] , [Days in First Performance Date] ) ) = 0&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="color:#0000ff;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AND&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;span style="color:#ff0000;"&gt;( [ # of unique Production Season ID] , ALL( [Production Season] ) )&lt;/span&gt; &amp;gt; 1&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp;[Max Constituent ID] &lt;/code&gt;&lt;br /&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;, NULL )&lt;br /&gt;&lt;/code&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ) &lt;br /&gt;&lt;/span&gt;&lt;code&gt;&lt;span style="font-family:inherit;"&gt;)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp;/ &lt;br /&gt;(&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;COUNT&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;( [Constituent ID],&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF (&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp;&lt;span style="color:#0000ff;"&gt;MIN&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&lt;span style="color:#0000ff;"&gt;&lt;code&gt;&amp;nbsp;( DDIFF( [Days in D&lt;/code&gt;ate] , [Days in First Performance Date]) ) =0&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&amp;nbsp;[Max Constituent ID]&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , &lt;/span&gt;&lt;span style="font-family:inherit;"&gt;NULL&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;) &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ) &lt;br /&gt;)&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;So, the denominator here just gets a total count of first-time buyers, as in the&lt;span style="color:#0000ff;"&gt;&amp;nbsp;first part.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have another widget that then that looks at what they are coming to next designed as a bar chart. This widget is filtered by the first performance name. The formula I use here probably could have also been used in a variation in the above calculations.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;code&gt;&lt;span&gt;COUNT&amp;nbsp;&lt;/span&gt;( [Constituent ID] ,&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;IF (&amp;nbsp;MIN (&amp;nbsp;DDIFF&amp;nbsp;( [Days in Date] , [Days in First Performance Date] ) ) &amp;gt; 0&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , &lt;span&gt;[Max Constituent ID]&lt;/span&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , NULL )&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;For this formula, I started with the formula for first time buyers, but then looked at anything that they have come to since that first performance date [hence &amp;gt; 0]. I have categories for season&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;and&lt;/em&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;production season, but if you just want to look more broadly at who came back in a certain season, you could probably just use season.&lt;/p&gt;
&lt;p&gt;You won&amp;#39;t be able to use a jump-to with these formulas, but you could always add a constituent ID to a pivot table to download and import as a manual list to verify.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>