<?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 Footnote when using ODS RTF with PROC GHART in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59121#M7073</link>
    <description>I ma using ODS RTF along with multiple PROC GCHART steps to output 10-20 graphs to a rtf file. I would like to apply a footnote to the rtf file. &lt;BR /&gt;
&lt;BR /&gt;
However, &lt;B&gt;if I use a simple FOOTNOTE statement, the footnote is applied to each graph instead of being applied globally to the document&lt;/B&gt;. Any suggestions on how I can accomplish this?</description>
    <pubDate>Wed, 05 Jan 2011 15:34:07 GMT</pubDate>
    <dc:creator>AshP</dc:creator>
    <dc:date>2011-01-05T15:34:07Z</dc:date>
    <item>
      <title>Footnote when using ODS RTF with PROC GHART</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59121#M7073</link>
      <description>I ma using ODS RTF along with multiple PROC GCHART steps to output 10-20 graphs to a rtf file. I would like to apply a footnote to the rtf file. &lt;BR /&gt;
&lt;BR /&gt;
However, &lt;B&gt;if I use a simple FOOTNOTE statement, the footnote is applied to each graph instead of being applied globally to the document&lt;/B&gt;. Any suggestions on how I can accomplish this?</description>
      <pubDate>Wed, 05 Jan 2011 15:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59121#M7073</guid>
      <dc:creator>AshP</dc:creator>
      <dc:date>2011-01-05T15:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote when using ODS RTF with PROC GHART</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59122#M7074</link>
      <description>Hi:&lt;BR /&gt;
  Look at the NOGTITLE and NOGFOOTNOTE options for ODS RTF -- they tell ODS that the titles and footnotes should be under the control of RTF and not placed in the SAS/GRAPH image:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/a002233360.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/a002233360.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 05 Jan 2011 16:10:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59122#M7074</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-01-05T16:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote when using ODS RTF with PROC GHART</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59123#M7075</link>
      <description>Hi.Cynthia.&lt;BR /&gt;
There is another resolution which sas-susport has mentioned.&lt;BR /&gt;
&lt;BR /&gt;
Not use 'footnote' statement.&lt;BR /&gt;
And add a 'proc report' at the end of the 'proc gchart' to print a footnote.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Thu, 06 Jan 2011 02:15:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59123#M7075</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-01-06T02:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote when using ODS RTF with PROC GHART</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59124#M7076</link>
      <description>Yes, that is another solution. I prefer to move from the simple solution (such as using an OPTION) to the complex (a new PROC REPORT step) because the OPTION method has no consequence to the CONTENTS page (if one is generated) -- but with the extra PROC REPORT method -- an extra "CONTENTS" node would be generated.&lt;BR /&gt;
 &lt;BR /&gt;
Another method is to use ODS TEXT= to place text after the GCHART -- the only issue with this is that the text string would not go into the footer area of the document -- which may be what is desired.&lt;BR /&gt;
&lt;BR /&gt;
I used to tell my beginning students that if you asked 3 SAS programmers how to do something you'd get 6 different solutions.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 06 Jan 2011 02:20:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59124#M7076</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-01-06T02:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote when using ODS RTF with PROC GHART</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59125#M7077</link>
      <description>Hi.Cynthia.&lt;BR /&gt;
I am surprised that you are still not go to sleep ,at this time it is nearly to approach mid-night in U.S.</description>
      <pubDate>Thu, 06 Jan 2011 04:37:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59125#M7077</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-01-06T04:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote when using ODS RTF with PROC GHART</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59126#M7078</link>
      <description>Only past midnight in the Eastern Time Zone. I'm in Mountain time and right now, it's only 10:30 pm. Still have a mystery to work on tonight.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 06 Jan 2011 05:34:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59126#M7078</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-01-06T05:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Footnote when using ODS RTF with PROC GHART</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59127#M7079</link>
      <description>Thank you, this helped me get what I needed! If anyone's interested in what I did:&lt;BR /&gt;
&lt;BR /&gt;
I used GTITLE and NOGFOOTITLE in the ODS RTF statment so that my titles went on the individual graphs while the footnotes went in the footer of the rtf file. &lt;BR /&gt;
&lt;BR /&gt;
However, this ended up also putting the titles in the headers of the rtf file; so I used blank "TITLE1;" statements to clear the saved titles every time I went to a new page with ODS STARTPAGE=NOW;</description>
      <pubDate>Thu, 06 Jan 2011 16:36:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Footnote-when-using-ODS-RTF-with-PROC-GHART/m-p/59127#M7079</guid>
      <dc:creator>AshP</dc:creator>
      <dc:date>2011-01-06T16:36:09Z</dc:date>
    </item>
  </channel>
</rss>

