<?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: How to provide more than 10 Footnotes for Graphs. in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-provide-more-than-10-Footnotes-for-Graphs/m-p/296898#M16809</link>
    <description>&lt;P&gt;Can you have one footnote with multiple lines?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or use ODS text?&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2016 05:28:59 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-09-07T05:28:59Z</dc:date>
    <item>
      <title>How to provide more than 10 Footnotes for Graphs.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-provide-more-than-10-Footnotes-for-Graphs/m-p/296897#M16808</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have Figure which has more than 10 footnotes to be displayed. Is there any option in SAS to display more than 10 footnotes as we do in PROC REPORT using compute block statement.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 05:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-provide-more-than-10-Footnotes-for-Graphs/m-p/296897#M16808</guid>
      <dc:creator>suraestar</dc:creator>
      <dc:date>2016-09-07T05:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to provide more than 10 Footnotes for Graphs.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-provide-more-than-10-Footnotes-for-Graphs/m-p/296898#M16809</link>
      <description>&lt;P&gt;Can you have one footnote with multiple lines?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or use ODS text?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 05:28:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-provide-more-than-10-Footnotes-for-Graphs/m-p/296898#M16809</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-07T05:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to provide more than 10 Footnotes for Graphs.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-provide-more-than-10-Footnotes-for-Graphs/m-p/296900#M16810</link>
      <description>&lt;P&gt;Yes, I have idea of using multiple footnotes in one Footnote statement. and also by using ODS text statement &amp;nbsp;does&amp;nbsp;the text print outside the graph area.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 05:39:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-provide-more-than-10-Footnotes-for-Graphs/m-p/296900#M16810</guid>
      <dc:creator>suraestar</dc:creator>
      <dc:date>2016-09-07T05:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to provide more than 10 Footnotes for Graphs.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-provide-more-than-10-Footnotes-for-Graphs/m-p/296901#M16811</link>
      <description>&lt;PRE&gt;

Actually, You can use one footnote to hold all these footnote:


ods escapechar='~';

FOOTNOTE ' aaaaaaa ~n bbbbbbb ~n cccccccc ~n dddddddddd';

&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Sep 2016 06:28:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-provide-more-than-10-Footnotes-for-Graphs/m-p/296901#M16811</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-09-07T06:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to provide more than 10 Footnotes for Graphs.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-provide-more-than-10-Footnotes-for-Graphs/m-p/296902#M16812</link>
      <description>Thank you...&lt;BR /&gt;&lt;BR /&gt;That was a nice trick to use...</description>
      <pubDate>Wed, 07 Sep 2016 06:31:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-provide-more-than-10-Footnotes-for-Graphs/m-p/296902#M16812</guid>
      <dc:creator>suraestar</dc:creator>
      <dc:date>2016-09-07T06:31:33Z</dc:date>
    </item>
  </channel>
</rss>

