<?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 template axistable left align when using a format in proc sgrender in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-axistable-left-align-when-using-a-format-in-proc/m-p/805860#M22722</link>
    <description>&lt;P&gt;Any way you can show us a picture of what you're seeing?&lt;/P&gt;</description>
    <pubDate>Mon, 04 Apr 2022 14:27:04 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2022-04-04T14:27:04Z</dc:date>
    <item>
      <title>Proc template axistable left align when using a format in proc sgrender</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-axistable-left-align-when-using-a-format-in-proc/m-p/805019#M22721</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I submit the same proc template code below in proc sgrender with and without the format contf., obsid is left aligned when I don't apply the format but is right aligned when I apply the format (without changing any code in proc template). How can I left align obsid when I apply the format in proc sgrender?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgrender data=combined template=combined;&lt;BR /&gt;format obsid contf.;&lt;BR /&gt;*format obsid contf.;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;define statgraph combined;&lt;BR /&gt;begingraph;&lt;BR /&gt;layout lattice / columns=2 columnweights=(0.6 0.4) rowdatarange=union columngutter=10px;&lt;BR /&gt;rowaxes;&lt;BR /&gt;rowaxis / display=(tickvalues) tickvalueattrs=(size=8);&lt;BR /&gt;endrowaxes;&lt;BR /&gt;layout overlay / walldisplay=none xaxisopts=(linearopts=(viewmin=.5 viewmax=2 tickvaluelist=(.5 1 1.5 2))&lt;BR /&gt;griddisplay=on display=(line ticks tickvalues));&lt;BR /&gt;innermargin / align=left;&lt;BR /&gt;axistable y=ObsId_char value=obsid / showmissing=false valuehalign=left headerlabel='Subgroup'&lt;BR /&gt;HEADERLABELATTRS=(size=8) valueattrs=(size=8)&lt;BR /&gt;labelattrs=(size=8) pad=(right=1pct) indentweight=indent;&lt;BR /&gt;endinnermargin;&lt;/P&gt;&lt;P&gt;.......(partial code)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 12:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-template-axistable-left-align-when-using-a-format-in-proc/m-p/805019#M22721</guid>
      <dc:creator>greveam</dc:creator>
      <dc:date>2022-03-30T12:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc template axistable left align when using a format in proc sgrender</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-axistable-left-align-when-using-a-format-in-proc/m-p/805860#M22722</link>
      <description>&lt;P&gt;Any way you can show us a picture of what you're seeing?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 14:27:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-template-axistable-left-align-when-using-a-format-in-proc/m-p/805860#M22722</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2022-04-04T14:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc template axistable left align when using a format in proc sgrender</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-axistable-left-align-when-using-a-format-in-proc/m-p/806133#M22726</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="greveam_0-1649186978754.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70137i144EE1CAA6E69436/image-size/medium?v=v2&amp;amp;px=400" role="button" title="greveam_0-1649186978754.png" alt="greveam_0-1649186978754.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 19:30:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-template-axistable-left-align-when-using-a-format-in-proc/m-p/806133#M22726</guid>
      <dc:creator>greveam</dc:creator>
      <dc:date>2022-04-05T19:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc template axistable left align when using a format in proc sgrender</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-axistable-left-align-when-using-a-format-in-proc/m-p/806274#M22732</link>
      <description>&lt;P&gt;What happens if you remove the INDENTWEIGHT option?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 13:25:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-template-axistable-left-align-when-using-a-format-in-proc/m-p/806274#M22732</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2022-04-06T13:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc template axistable left align when using a format in proc sgrender</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-template-axistable-left-align-when-using-a-format-in-proc/m-p/806363#M22734</link>
      <description>&lt;P&gt;No difference.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 17:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-template-axistable-left-align-when-using-a-format-in-proc/m-p/806363#M22734</guid>
      <dc:creator>greveam</dc:creator>
      <dc:date>2022-04-06T17:52:30Z</dc:date>
    </item>
  </channel>
</rss>

