<?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: Waterfall chart in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Waterfall-chart/m-p/41176#M10633</link>
    <description>In addition, it looks like waterfall charts are sometimes used to show "floating columns" that span a range. This seems simliar to the standard "box and whisker" charts that SAS produces, for example with the BOXPLOT procedure.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/statug/59654/HTML/default/statug_boxplot_sect028.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/59654/HTML/default/statug_boxplot_sect028.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi28/082-28.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi28/082-28.pdf&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Sat, 23 Aug 2008 00:40:52 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2008-08-23T00:40:52Z</dc:date>
    <item>
      <title>Waterfall chart</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Waterfall-chart/m-p/41173#M10630</link>
      <description>Anyone out there that know how to do a waterfall chart using sas/graph?</description>
      <pubDate>Fri, 22 Aug 2008 02:14:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Waterfall-chart/m-p/41173#M10630</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-22T02:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall chart</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Waterfall-chart/m-p/41174#M10631</link>
      <description>take a look here - you may find something&lt;BR /&gt;
&lt;A href="http://robslink.com/sasgraph.html" target="_blank"&gt;http://robslink.com/sasgraph.html&lt;/A&gt;</description>
      <pubDate>Fri, 22 Aug 2008 16:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Waterfall-chart/m-p/41174#M10631</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2008-08-22T16:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall chart</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Waterfall-chart/m-p/41175#M10632</link>
      <description>more particularly ...&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd22/beye2_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd22/beye2_info.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd22/win2_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd22/win2_info.htm&lt;/A&gt;</description>
      <pubDate>Fri, 22 Aug 2008 16:50:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Waterfall-chart/m-p/41175#M10632</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2008-08-22T16:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall chart</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Waterfall-chart/m-p/41176#M10633</link>
      <description>In addition, it looks like waterfall charts are sometimes used to show "floating columns" that span a range. This seems simliar to the standard "box and whisker" charts that SAS produces, for example with the BOXPLOT procedure.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/statug/59654/HTML/default/statug_boxplot_sect028.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/59654/HTML/default/statug_boxplot_sect028.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi28/082-28.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi28/082-28.pdf&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 23 Aug 2008 00:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Waterfall-chart/m-p/41176#M10633</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-08-23T00:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall chart</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Waterfall-chart/m-p/41177#M10634</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for all the suggestions, I have already found a solution to my problem.&lt;BR /&gt;
&lt;BR /&gt;
What I essentially want is something like this picture:&lt;BR /&gt;
&lt;A href="http://livedocs.adobe.com/flex/201/html/images/StackedWaterfall.jpg" target="_blank"&gt;http://livedocs.adobe.com/flex/201/html/images/StackedWaterfall.jpg&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
So I used gchart, set the background white and calculated the bottom bar and set it to white as well. In a way, I "cheated" to get my graph.&lt;BR /&gt;
&lt;BR /&gt;
If any one of you have any better solutions, do let me know so that I can further improve my code.</description>
      <pubDate>Tue, 26 Aug 2008 03:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Waterfall-chart/m-p/41177#M10634</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-26T03:23:02Z</dc:date>
    </item>
  </channel>
</rss>

