<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS VA Reference Line in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Reference-Line/m-p/274261#M4467</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/79256"&gt;@abcde﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your reference line can be the average, instead of median, I think there is a workaround.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I've recently replied&amp;nbsp;to a different inquiry, in which I've explained the steps to simulate hiearchy navigation using control objects, such as drop down lists, to solve a different problem. but I think it could help with your&amp;nbsp;particular case as well. The steps are explained&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/SAS-Visual-Analytics/Change-Measure-Group-when-drill-down-on-a-bar-chart/m-p/273189#M4385" target="_blank"&gt;here&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Besides implementing the&amp;nbsp;series of drop down lists (5 total in your case), you would need to create an aggregated measure (let's call it &lt;STRONG&gt;Average Order Total&lt;/STRONG&gt;) to be used as the reference line, that looks like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3413i25D3F4AF5805FC0E/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Expression Average Order Total" title="Expression Average Order Total" /&gt;&lt;/P&gt;
&lt;P&gt;Observe that the expression above calculates the average (not the median) as you asked originally.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To finalize, you will need to create a custom chart that combines a bubble and a line chart, making sure they both share the same Y axis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These are a few screenshots with the following role assignment:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3416i3BACAC6D973BFE6D/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Roles assignment" title="Roles assignment" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Continent level:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3417iAA587E8F31F932B0/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Level 1 Continent" title="Level 1 Continent" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Country level:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3418i40CA3C32A908670E/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Level 2 Country" title="Level 2 Country" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;State level:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3419iBB67B5D5B5B96509/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Level 3 State" title="Level 3 State" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Renato&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jun 2016 01:48:48 GMT</pubDate>
    <dc:creator>Renato_sas</dc:creator>
    <dc:date>2016-06-01T01:48:48Z</dc:date>
    <item>
      <title>SAS VA Reference Line</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Reference-Line/m-p/272075#M4303</link>
      <description>&lt;P&gt;I have created a bubble chart that is drillable to six levels.&amp;nbsp; I need to create a reference line to show the median for each level separately.&amp;nbsp; The problem is when I drill down the median should represent the current chart not the first one.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 18:14:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Reference-Line/m-p/272075#M4303</guid>
      <dc:creator>abcde</dc:creator>
      <dc:date>2016-05-20T18:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Reference Line</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Reference-Line/m-p/272580#M4320</link>
      <description>&lt;P&gt;The reference lines have limited functionality as you have discovered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use a parameter to control them - maybe that will make it into a future&amp;nbsp;release. &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 22:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Reference-Line/m-p/272580#M4320</guid>
      <dc:creator>TriciaAanderud</dc:creator>
      <dc:date>2016-05-23T22:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Reference Line</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Reference-Line/m-p/274261#M4467</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/79256"&gt;@abcde﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your reference line can be the average, instead of median, I think there is a workaround.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I've recently replied&amp;nbsp;to a different inquiry, in which I've explained the steps to simulate hiearchy navigation using control objects, such as drop down lists, to solve a different problem. but I think it could help with your&amp;nbsp;particular case as well. The steps are explained&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/SAS-Visual-Analytics/Change-Measure-Group-when-drill-down-on-a-bar-chart/m-p/273189#M4385" target="_blank"&gt;here&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Besides implementing the&amp;nbsp;series of drop down lists (5 total in your case), you would need to create an aggregated measure (let's call it &lt;STRONG&gt;Average Order Total&lt;/STRONG&gt;) to be used as the reference line, that looks like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3413i25D3F4AF5805FC0E/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Expression Average Order Total" title="Expression Average Order Total" /&gt;&lt;/P&gt;
&lt;P&gt;Observe that the expression above calculates the average (not the median) as you asked originally.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To finalize, you will need to create a custom chart that combines a bubble and a line chart, making sure they both share the same Y axis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These are a few screenshots with the following role assignment:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3416i3BACAC6D973BFE6D/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Roles assignment" title="Roles assignment" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Continent level:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3417iAA587E8F31F932B0/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Level 1 Continent" title="Level 1 Continent" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Country level:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3418i40CA3C32A908670E/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Level 2 Country" title="Level 2 Country" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;State level:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3419iBB67B5D5B5B96509/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Level 3 State" title="Level 3 State" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope it helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Renato&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 01:48:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Reference-Line/m-p/274261#M4467</guid>
      <dc:creator>Renato_sas</dc:creator>
      <dc:date>2016-06-01T01:48:48Z</dc:date>
    </item>
  </channel>
</rss>

