<?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: Gchart - I want titles/footnotes in the RTF, not inside gchart section in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Gchart-I-want-titles-footnotes-in-the-RTF-not-inside-gchart/m-p/123893#M4794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works perfectly for the title! It is now in the header section.&amp;nbsp; Awesome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an option for the footer?&amp;nbsp; like nogfooter?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2012 17:38:04 GMT</pubDate>
    <dc:creator>LindaH1120</dc:creator>
    <dc:date>2012-05-22T17:38:04Z</dc:date>
    <item>
      <title>Gchart - I want titles/footnotes in the RTF, not inside gchart section</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gchart-I-want-titles-footnotes-in-the-RTF-not-inside-gchart/m-p/123890#M4791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again!&amp;nbsp; Whenever I output to RTF and have a proc gchart, the titles and the footers go inside the boundries of the gchart output.&amp;nbsp; How do I keep the header/footer in the RTF header and footer?&amp;nbsp; My page numbering is not working either.&amp;nbsp; However, if I just have a proc report in the RTF, the header and footers are perfectly placed.&amp;nbsp; Just run and comment out the proc gchart section to see. &lt;/P&gt;&lt;P&gt;/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/&lt;/P&gt;&lt;P&gt;ods rtf file="c:\temp\gchart_procreport.rtf"&amp;nbsp; startpage=no ;&lt;/P&gt;&lt;P&gt;title 'Where is the Title';&lt;/P&gt;&lt;P&gt;footnote 'Where is the footnote' j=C '^{pageof}';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=sashelp.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vbar age /&lt;/P&gt;&lt;P&gt;&amp;nbsp; group=sex;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/&lt;/P&gt;&lt;P&gt;ods rtf file="c:\temp\procReport.rtf"&amp;nbsp; startpage=no;&lt;/P&gt;&lt;P&gt;title 'Where is the Title';&lt;/P&gt;&lt;P&gt;footnote 'Where is the footnote' j=C '^{pageof}';&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/&lt;/P&gt;&lt;P&gt;Thanks so much for your help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 17:03:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gchart-I-want-titles-footnotes-in-the-RTF-not-inside-gchart/m-p/123890#M4791</guid>
      <dc:creator>LindaH1120</dc:creator>
      <dc:date>2012-05-22T17:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Gchart - I want titles/footnotes in the RTF, not inside gchart section</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gchart-I-want-titles-footnotes-in-the-RTF-not-inside-gchart/m-p/123891#M4792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the nogtitle option in your ods rtf statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods rtf file="c:\temp\gchart_procreport.rtf"&amp;nbsp; startpage=no&lt;STRONG&gt; NOGTITLE&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;title 'Where is the Title';&lt;/P&gt;&lt;P&gt;footnote 'Where is the footnote' j=C '^{pageof}';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=sashelp.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vbar age /&lt;/P&gt;&lt;P&gt;&amp;nbsp; group=sex;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 17:25:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gchart-I-want-titles-footnotes-in-the-RTF-not-inside-gchart/m-p/123891#M4792</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-05-22T17:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Gchart - I want titles/footnotes in the RTF, not inside gchart section</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gchart-I-want-titles-footnotes-in-the-RTF-not-inside-gchart/m-p/123892#M4793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try NOGTITLE option in ODS statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 17:27:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gchart-I-want-titles-footnotes-in-the-RTF-not-inside-gchart/m-p/123892#M4793</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2012-05-22T17:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Gchart - I want titles/footnotes in the RTF, not inside gchart section</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gchart-I-want-titles-footnotes-in-the-RTF-not-inside-gchart/m-p/123893#M4794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works perfectly for the title! It is now in the header section.&amp;nbsp; Awesome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an option for the footer?&amp;nbsp; like nogfooter?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 17:38:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gchart-I-want-titles-footnotes-in-the-RTF-not-inside-gchart/m-p/123893#M4794</guid>
      <dc:creator>LindaH1120</dc:creator>
      <dc:date>2012-05-22T17:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Gchart - I want titles/footnotes in the RTF, not inside gchart section</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gchart-I-want-titles-footnotes-in-the-RTF-not-inside-gchart/m-p/123894#M4795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;close, nogfootnote &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 17:39:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gchart-I-want-titles-footnotes-in-the-RTF-not-inside-gchart/m-p/123894#M4795</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-05-22T17:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Gchart - I want titles/footnotes in the RTF, not inside gchart section</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gchart-I-want-titles-footnotes-in-the-RTF-not-inside-gchart/m-p/123895#M4796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it nogfootnote!&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thank you very much data _null_;&amp;nbsp; I love the alias!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 17:41:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gchart-I-want-titles-footnotes-in-the-RTF-not-inside-gchart/m-p/123895#M4796</guid>
      <dc:creator>LindaH1120</dc:creator>
      <dc:date>2012-05-22T17:41:09Z</dc:date>
    </item>
  </channel>
</rss>

