<?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: Add footnote to ods RTF in Sgpanel  pages in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/454779#M20845</link>
    <description>&lt;P&gt;HI Cynthia,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed, i need the option 'nogfootnote' to include footnote in my ODS.&lt;/P&gt;&lt;P&gt;Thanks for your reply , i was sure that your reply&amp;nbsp;it will be helpful like everytime!&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
    <pubDate>Tue, 17 Apr 2018 14:58:44 GMT</pubDate>
    <dc:creator>amager</dc:creator>
    <dc:date>2018-04-17T14:58:44Z</dc:date>
    <item>
      <title>Add footnote to ods RTF in Sgpanel  pages</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/454739#M20837</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem with footnotes under the sgpanel pages of my RTF. Even if the footnotes appear in t he other pages :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;i test many solutions , like footnote inside the proc report ..and footnotes before the proc sgpanel..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;compute after _page_;
    line "footnote generated by compute after and line";
endcomp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;also the :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE class="  language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;ODS&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;tagsets&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;sasreport13&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token keyword"&gt;ID&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;EGSR&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt; gtitle&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;if someone know how to do it ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 17 Apr 2018 13:56:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/454739#M20837</guid>
      <dc:creator>amager</dc:creator>
      <dc:date>2018-04-17T13:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add footnote to ods RTF in Sgpanel  pages</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/454755#M20841</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt; Seeing ODS TAGSETS.SASREPORT13 makes me wonder if you are using Enterprise Guide. If you want to control the option like nogtitle and nogfootnote for RTF, you might consider taking full control of your output and putting an ODS "sandwich" around your code. Without getting into an example of a graph with PROC REPORT, the example below shows how you'd construct an ODS RTF statement to include the NOGTITLE and NOGFOOTNOTE options and also shows the impact of TITLE and FOOTNOTE statements along with the LINE statement in PROC REPORT.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rtf_title_footnote.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19855iB359155B81581644/image-size/large?v=v2&amp;amp;px=999" role="button" title="rtf_title_footnote.png" alt="rtf_title_footnote.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see, the COMPUTE BEFORE _PAGE_ text stays within the boundaries of the table and so does the COMPUTE AFTER _PAGE_. As a comparison, the SAS Footnote goes at the bottom of the physical page in RTF and PDF destinations.&lt;BR /&gt;&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 14:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/454755#M20841</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-04-17T14:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add footnote to ods RTF in Sgpanel  pages</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/454779#M20845</link>
      <description>&lt;P&gt;HI Cynthia,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed, i need the option 'nogfootnote' to include footnote in my ODS.&lt;/P&gt;&lt;P&gt;Thanks for your reply , i was sure that your reply&amp;nbsp;it will be helpful like everytime!&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 14:58:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/454779#M20845</guid>
      <dc:creator>amager</dc:creator>
      <dc:date>2018-04-17T14:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Add footnote to ods RTF in Sgpanel  pages</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/454801#M20846</link>
      <description>&lt;P&gt;I still have another problem that's if footnotes of sgpanel graphic its inserted. the footnote of the page does not appear??&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to fix that ??&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 15:19:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/454801#M20846</guid>
      <dc:creator>amager</dc:creator>
      <dc:date>2018-04-17T15:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add footnote to ods RTF in Sgpanel  pages</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/454885#M20848</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Without your code or your data, it's hard to visualize what you're describing. This worked for me:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sgpanel_footnote.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19878iB20D43FEA470830F/image-size/large?v=v2&amp;amp;px=999" role="button" title="sgpanel_footnote.png" alt="sgpanel_footnote.png" /&gt;&lt;/span&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I added the yellow highlight to the screen shot to illustrate the SAS title and SAS footnote on the page.)&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 18:17:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/454885#M20848</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-04-17T18:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add footnote to ods RTF in Sgpanel  pages</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/455523#M20858</link>
      <description>I can't it's a long and private code. i set the footenotes in each ouput of sgpanel graphic and report footnote in the others pages. Thanks to your reply.</description>
      <pubDate>Thu, 19 Apr 2018 09:57:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/455523#M20858</guid>
      <dc:creator>amager</dc:creator>
      <dc:date>2018-04-19T09:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add footnote to ods RTF in Sgpanel  pages</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/455681#M20859</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I'm not sure what any remaining issues are except you may want to have a title and footnote INSIDE the graph image and then ALSO on the RTF page...that's not possible without doing some annotation. However, if you mean that you want to have a report and a graph in the same document and you want to turn the options for nogtitle, nogfootnote on and off between steps, here's how to do that:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Graph first, then report:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graf_report_footnote.png" style="width: 475px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19972i308B10AC0F0956E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="graf_report_footnote.png" alt="graf_report_footnote.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Report first, then graph:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="report_then_graf.png" style="width: 450px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19973iA6E6BF0F5C7A42B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="report_then_graf.png" alt="report_then_graf.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note how between the steps, an ODS RTF statement is issued, without a FILE=, but with the option that I want to change.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 17:02:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-footnote-to-ods-RTF-in-Sgpanel-pages/m-p/455681#M20859</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-04-19T17:02:44Z</dc:date>
    </item>
  </channel>
</rss>

