<?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: PROC SGPLOT: how to add a dynamic footnote/text? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SGPLOT-how-to-add-a-dynamic-footnote-text/m-p/586971#M75840</link>
    <description>&lt;P&gt;If the BY statement default text (as shown by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;) are not exactly what you want, you can add the BY variable name and/or BY variable value into the TITLE or FOOTNOTE statement text, as described here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n1ukd9sqgqiwwhn1mrx4c1rbse1j.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p0uv7aycufekfdn1jyaf35cvxeuj" target="_blank" rel="noopener"&gt;https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n1ukd9sqgqiwwhn1mrx4c1rbse1j.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p0uv7aycufekfdn1jyaf35cvxeuj&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which applies to all SAS procedures, not just PROC SGPLOT.&lt;/P&gt;</description>
    <pubDate>Sat, 07 Sep 2019 12:35:57 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-09-07T12:35:57Z</dc:date>
    <item>
      <title>PROC SGPLOT: how to add a dynamic footnote/text?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SGPLOT-how-to-add-a-dynamic-footnote-text/m-p/586942#M75838</link>
      <description>&lt;P&gt;How can I add a text or footnote that takes the value of a variable? So it changes&amp;nbsp; depending on the BY group&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 05:56:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SGPLOT-how-to-add-a-dynamic-footnote-text/m-p/586942#M75838</guid>
      <dc:creator>somebody</dc:creator>
      <dc:date>2019-09-07T05:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT: how to add a dynamic footnote/text?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SGPLOT-how-to-add-a-dynamic-footnote-text/m-p/586945#M75839</link>
      <description>&lt;P&gt;Why not let SAS do that by itself?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.iris;
	scatter x=sepallength y=sepalwidth;
	by species;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Result&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32294iD6F17F9B55648F73/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 07:32:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SGPLOT-how-to-add-a-dynamic-footnote-text/m-p/586945#M75839</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-09-07T07:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT: how to add a dynamic footnote/text?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-SGPLOT-how-to-add-a-dynamic-footnote-text/m-p/586971#M75840</link>
      <description>&lt;P&gt;If the BY statement default text (as shown by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;) are not exactly what you want, you can add the BY variable name and/or BY variable value into the TITLE or FOOTNOTE statement text, as described here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n1ukd9sqgqiwwhn1mrx4c1rbse1j.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p0uv7aycufekfdn1jyaf35cvxeuj" target="_blank" rel="noopener"&gt;https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n1ukd9sqgqiwwhn1mrx4c1rbse1j.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#p0uv7aycufekfdn1jyaf35cvxeuj&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which applies to all SAS procedures, not just PROC SGPLOT.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 12:35:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-SGPLOT-how-to-add-a-dynamic-footnote-text/m-p/586971#M75840</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-09-07T12:35:57Z</dc:date>
    </item>
  </channel>
</rss>

