<?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: Stacked Bar Chart SAS VA 7.3 in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stacked-Bar-Chart-SAS-VA-7-3/m-p/255008#M3542</link>
    <description>&lt;P&gt;I have updated the post with sample data and further explanation of the data&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2016 17:18:24 GMT</pubDate>
    <dc:creator>proshah10</dc:creator>
    <dc:date>2016-03-07T17:18:24Z</dc:date>
    <item>
      <title>Stacked Bar Chart SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stacked-Bar-Chart-SAS-VA-7-3/m-p/254642#M3526</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS Visual Analytics 7.3 and I still a beginner. I work at Electronic Arts and I wouls like to share a problem that I am facing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a stacked bar chart which is normalized to 100%.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lets say my&lt;/P&gt;&lt;P&gt;category is: Date&lt;/P&gt;&lt;P&gt;Measure is: Number of Events&lt;/P&gt;&lt;P&gt;Group: Result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So essentially I would like to see for each day, the different types of results stacked on top of each other normalized to 100%.&lt;/P&gt;&lt;P&gt;So far I have been able to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But the Problem is:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to add a data tool tip that would give me the sum of a bar not just value of one piece in the stacked bar of each day. If i try to create an aggregated measure where I sum by group the number of events, it still gives the value of one piece which is not what i want. And if I try aggregate measure where I sum by all, then it gives me the sum of all the bars not one bar.&lt;/P&gt;&lt;P&gt;Please help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data looks like as follows:&lt;/P&gt;&lt;P&gt;I have a&amp;nbsp;field called result, and it has several different values such as a,b,c,d. There is a count of these events for each date. So i would like to see how the distribution of these events change over time using a stacked bar chart and i would like to normalize it 100%. For further reference a sample excel sheet is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 17:17:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Stacked-Bar-Chart-SAS-VA-7-3/m-p/254642#M3526</guid>
      <dc:creator>proshah10</dc:creator>
      <dc:date>2016-03-07T17:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stacked-Bar-Chart-SAS-VA-7-3/m-p/254688#M3529</link>
      <description>&lt;P&gt;Hello proshah10,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please provied the sample data....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Teja Surapaneni&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2016 07:00:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Stacked-Bar-Chart-SAS-VA-7-3/m-p/254688#M3529</guid>
      <dc:creator>TejaSurapaneni</dc:creator>
      <dc:date>2016-03-05T07:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stacked-Bar-Chart-SAS-VA-7-3/m-p/254992#M3540</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Hi Proshah,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;It looks like you need to group it taking the sum of all events by each day.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;You remember the BASE SAS by statement, any aggregate operation we do will apply to the by variable groups.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;This is my naive idea about the problem, Think in these terms. You should get the solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Sundeep&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 16:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Stacked-Bar-Chart-SAS-VA-7-3/m-p/254992#M3540</guid>
      <dc:creator>sundeep15685</dc:creator>
      <dc:date>2016-03-07T16:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart SAS VA 7.3</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Stacked-Bar-Chart-SAS-VA-7-3/m-p/255008#M3542</link>
      <description>&lt;P&gt;I have updated the post with sample data and further explanation of the data&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 17:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Stacked-Bar-Chart-SAS-VA-7-3/m-p/255008#M3542</guid>
      <dc:creator>proshah10</dc:creator>
      <dc:date>2016-03-07T17:18:24Z</dc:date>
    </item>
  </channel>
</rss>

