<?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: Controlling percentage format in proc Chart in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Controlling-percentage-format-in-proc-Chart/m-p/923981#M363709</link>
    <description>&lt;P&gt;Thank you. The specifics of the syntax of these graph options gets tricky.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 14:47:47 GMT</pubDate>
    <dc:creator>NeilH</dc:creator>
    <dc:date>2024-04-11T14:47:47Z</dc:date>
    <item>
      <title>Controlling percentage format in proc Chart</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Controlling-percentage-format-in-proc-Chart/m-p/923854#M363686</link>
      <description>&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way that I can control the formatting of how the percentages are displayed ('pct') to the right of each horizontal bar? It defaults to two decimal places and I would prefer it shows just one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions border xpixels=1000 ypixels=200;&lt;BR /&gt;axis1 label=("Frequency");&lt;BR /&gt;axis2 label=("Student Location");&lt;/P&gt;&lt;P&gt;proc gchart data=ips.allvars1;&lt;BR /&gt;hbar Q7770 /&lt;BR /&gt;pct&lt;BR /&gt;descending&lt;BR /&gt;axis=axis1 maxis=axis2;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 18:59:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Controlling-percentage-format-in-proc-Chart/m-p/923854#M363686</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-04-10T18:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling percentage format in proc Chart</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Controlling-percentage-format-in-proc-Chart/m-p/923855#M363687</link>
      <description>&lt;P&gt;In the very old PROC CHART, you should be able to add a format in the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/graphref/p0rvgwbkch5iqsn1rghqth2dl59y.htm" target="_self"&gt;AXIS1 statement&lt;/A&gt; using the FORMAT= option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would be wise to start moving your work to the much newer (and feature packed) PROC SGPLOT.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 19:11:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Controlling-percentage-format-in-proc-Chart/m-p/923855#M363687</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-04-10T19:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling percentage format in proc Chart</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Controlling-percentage-format-in-proc-Chart/m-p/923981#M363709</link>
      <description>&lt;P&gt;Thank you. The specifics of the syntax of these graph options gets tricky.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 14:47:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Controlling-percentage-format-in-proc-Chart/m-p/923981#M363709</guid>
      <dc:creator>NeilH</dc:creator>
      <dc:date>2024-04-11T14:47:47Z</dc:date>
    </item>
  </channel>
</rss>

