<?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>Milestones: Labelled Data Points on Analytics Charts</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/802/milestones-labelled-data-points-on-analytics-charts</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>Milestones: Labelled Data Points on Analytics Charts</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/802/milestones-labelled-data-points-on-analytics-charts</link><pubDate>Wed, 20 Sep 2023 09:16:11 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:ee50a766-24be-4bb1-a875-3639ecde018f</guid><dc:creator>Heath Wilder</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/802/milestones-labelled-data-points-on-analytics-charts#comments</comments><description>Current Revision posted to Wiki by Heath Wilder on 9/20/2023 9:16:11 AM&lt;br /&gt;
&lt;p&gt;From &lt;strong&gt;&lt;a href="/tessitura_software_forums/f/tessitura_shared_reports-9/30055/labelled-manual-data-points-on-analytics/82999#82999"&gt;HERE&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h1 class="name" id="mcetoc_1haotoi790"&gt;Labelled manual Data Points on Analytics&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;&lt;span class="user-name"&gt;Jenna Whitnall&amp;nbsp;(Royal Collection Trust)&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Just a quick one, I&amp;#39;m looking to try to plot a unique data point according to an x-axis or y-axis and then label it. A hypothetical example would be, I&amp;#39;d like to show a timeline of ticket sales with a marker showing when further&amp;nbsp;COVID restrictions were announced, for example: 1 July-- COVID Restrictions announced. If the timeline was something like Perf Date, can anyone suggest an approach to try to achieve this?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class="content"&gt;
&lt;blockquote&gt;
&lt;p&gt;Another example might be like &amp;quot;breakeven point&amp;quot; for ticket sales or something&amp;nbsp;along those lines.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span class="user-name"&gt;Chris Wallingford&amp;nbsp;(Tessitura Network)&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hi Jenna,&lt;/p&gt;
&lt;p&gt;I typically do this with a dedicated value that&amp;nbsp;turns the axis date into a number and then compares that to a hard-coded number representing the desired annotation date. e.g.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;IF ( 
 MAX( [Calendar Year]*10000 + [Calendar Month]*100 + [Calendar Day Of Month] ) = 20210722
 , RSUM ( [Total Ticket Count] )
 , NULL
 )&lt;/pre&gt;&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;blockquote&gt;
&lt;p&gt;Then rename the value to &amp;quot;&lt;span&gt;1 July-- COVID Restrictions announced&amp;quot;. You can replace the RSUM( [Total Ticket Count] ) with any other value, and can change the chart type for just this value to a column, or whatever changes help make the label visible and&amp;nbsp;distinguished&amp;nbsp;from the primary value, without being overly invasive visually.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-01-14/pastedimage1651069180317v1.png" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h1 id="mcetoc_1haotoi791"&gt;&lt;span&gt;2.&amp;nbsp; AREAs and RANGE&lt;/span&gt;&lt;/h1&gt;
&lt;p&gt;&lt;span&gt;In case you need a range instead of a discrete Milstone&amp;nbsp;&lt;/span&gt;the IF() statement can use &amp;gt; and &amp;lt; operators as well as AND and OR within its conditions...&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="/tessitura_software_forums/f/tessitura_shared_reports-9/33963/date-indicators-for-holidays-the-like/"&gt;eg: Jo Bramley&lt;/a&gt;&amp;nbsp;&amp;nbsp;Auckland War Memorial Museum&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Visitation for our museum is very dependent on a few things like weather, weekends, school holiday breaks etc. What I&amp;#39;d love to be able to do is to have those dates - like school holidays indicated or noted on some of our widgets. For example - a simple bar chart below that show ticket sales to an exhibition by day. Currently I have this conditional on if the daily sales target was reached which is all fine but what I&amp;#39;d love to overlay or indicate somehow on this widget was that from 1st July - 16 July there were school holidays - does anyone do this already &amp;amp; can fill me in on how?&lt;/p&gt;
&lt;p&gt;Many thanks!&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-01-14/pastedimage1695089899631v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="author"&gt;
&lt;div class="meta"&gt;&lt;strong&gt;&lt;span class="user-name"&gt;&lt;a class="internal-link view-user-profile" href="/members/chriswallingford8511"&gt;Chris Wallingford&amp;nbsp;&lt;/a&gt;(Tessitura Network)&lt;span&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span class="parent"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="meta"&gt;&lt;span class="user-name"&gt;&lt;span&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 Jo,&lt;/p&gt;
&lt;p&gt;Share you&amp;#39;re formulas if you like, but from that wiki Heath shared, the IF() statement can use &amp;gt; and &amp;lt; operators as well as AND and OR within its conditions...&lt;/p&gt;
&lt;p&gt;IF (&lt;br /&gt;&amp;nbsp; MAX([Day of Week]) &amp;lt;= 5&lt;br /&gt;&amp;nbsp; AND&amp;nbsp;MAX( [Calendar Year]*10000 + [Calendar Month]*100 + [Calendar Day Of Month] ) &amp;gt;= 20230723&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;AND&amp;nbsp;&lt;/span&gt;&lt;span&gt;MAX( [Calendar Year]*10000 + [Calendar Month]*100 + [Calendar Day Of Month] ) &amp;lt;= 20230916&lt;br /&gt;&amp;nbsp; , {true value} , {false value}&amp;nbsp;&lt;br /&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: milestone, analytics, analytic Coffee!, marker&lt;/div&gt;
</description></item><item><title>Milestones: Labelled Data Points on Analytics Charts</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/802/milestones-labelled-data-points-on-analytics-charts/revision/2</link><pubDate>Tue, 06 Dec 2022 09:45:19 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:ee50a766-24be-4bb1-a875-3639ecde018f</guid><dc:creator>Heath Wilder</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/802/milestones-labelled-data-points-on-analytics-charts#comments</comments><description>Revision 2 posted to Wiki by Heath Wilder on 12/6/2022 9:45:19 AM&lt;br /&gt;
&lt;p&gt;From &lt;strong&gt;&lt;a href="/tessitura_software_forums/f/tessitura_shared_reports-9/30055/labelled-manual-data-points-on-analytics/82999#82999"&gt;HERE&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h1 class="name"&gt;Labelled manual Data Points on Analytics&lt;/h1&gt;
&lt;p&gt;&lt;span class="user-name"&gt;Jenna Whitnall&amp;nbsp;(Royal Collection Trust)&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Just a quick one, I&amp;#39;m looking to try to plot a unique data point according to an x-axis or y-axis and then label it. A hypothetical example would be, I&amp;#39;d like to show a timeline of ticket sales with a marker showing when further&amp;nbsp;COVID restrictions were announced, for example: 1 July-- COVID Restrictions announced. If the timeline was something like Perf Date, can anyone suggest an approach to try to achieve this?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class="content"&gt;
&lt;blockquote&gt;
&lt;p&gt;Another example might be like &amp;quot;breakeven point&amp;quot; for ticket sales or something&amp;nbsp;along those lines.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="user-name"&gt;Chris Wallingford&amp;nbsp;(Tessitura Network)&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hi Jenna,&lt;/p&gt;
&lt;p&gt;I typically do this with a dedicated value that&amp;nbsp;turns the axis date into a number and then compares that to a hard-coded number representing the desired annotation date. e.g.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;IF ( 
 MAX( [Calendar Year]*10000 + [Calendar Month]*100 + [Calendar Day Of Month] ) = 20210722
 , RSUM ( [Total Ticket Count] )
 , NULL
 )&lt;/pre&gt;&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;blockquote&gt;
&lt;p&gt;Then rename the value to &amp;quot;&lt;span&gt;1 July-- COVID Restrictions announced&amp;quot;. You can replace the RSUM( [Total Ticket Count] ) with any other value, and can change the chart type for just this value to a column, or whatever changes help make the label visible and&amp;nbsp;distinguished&amp;nbsp;from the primary value, without being overly invasive visually.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-01-14/pastedimage1651069180317v1.png" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: milestone, analytics, analytic Coffee!, marker&lt;/div&gt;
</description></item><item><title>Unique data point according to an x-axis or y-axis</title><link>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/802/milestones-labelled-data-points-on-analytics-charts/revision/1</link><pubDate>Tue, 06 Dec 2022 09:41:14 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:ee50a766-24be-4bb1-a875-3639ecde018f</guid><dc:creator>Heath Wilder</dc:creator><comments>https://communitytest.tessitura.com/topical_groups/analytics-coffee/w/wiki/802/milestones-labelled-data-points-on-analytics-charts#comments</comments><description>Revision 1 posted to Wiki by Heath Wilder on 12/6/2022 9:41:14 AM&lt;br /&gt;
&lt;p&gt;From &lt;strong&gt;&lt;a href="/tessitura_software_forums/f/tessitura_shared_reports-9/30055/labelled-manual-data-points-on-analytics/82999#82999"&gt;HERE&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h1 class="name" id="mcetoc_1gjjb8ec50"&gt;Milestones: Labelled Data Points on Analytics Charts&lt;/h1&gt;
&lt;p&gt;&lt;span class="user-name"&gt;Jenna Whitnall&amp;nbsp;(Royal Collection Trust)&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Just a quick one, I&amp;#39;m looking to try to plot a unique data point according to an x-axis or y-axis and then label it. A hypothetical example would be, I&amp;#39;d like to show a timeline of ticket sales with a marker showing when further&amp;nbsp;COVID restrictions were announced, for example: 1 July-- COVID Restrictions announced. If the timeline was something like Perf Date, can anyone suggest an approach to try to achieve this?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class="content"&gt;
&lt;blockquote&gt;
&lt;p&gt;Another example might be like &amp;quot;breakeven point&amp;quot; for ticket sales or something&amp;nbsp;along those lines.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="user-name"&gt;Chris Wallingford&amp;nbsp;(Tessitura Network)&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hi Jenna,&lt;/p&gt;
&lt;p&gt;I typically do this with a dedicated value that&amp;nbsp;turns the axis date into a number and then compares that to a hard-coded number representing the desired annotation date. e.g.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;IF ( 
 MAX( [Calendar Year]*10000 + [Calendar Month]*100 + [Calendar Day Of Month] ) = 20210722
 , RSUM ( [Total Ticket Count] )
 , NULL
 )&lt;/pre&gt;&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;blockquote&gt;
&lt;p&gt;Then rename the value to &amp;quot;&lt;span&gt;1 July-- COVID Restrictions announced&amp;quot;. You can replace the RSUM( [Total Ticket Count] ) with any other value, and can change the chart type for just this value to a column, or whatever changes help make the label visible and&amp;nbsp;distinguished&amp;nbsp;from the primary value, without being overly invasive visually.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-01-14/pastedimage1651069180317v1.png" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: milestone, analytics, analytic Coffee!, marker&lt;/div&gt;
</description></item></channel></rss>