<?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 SGPANEL: How to display panel label in the bottom? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970346#M26895</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/321371"&gt;@A_Kh&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The documentation of the PANELBY statement says that the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/n0wqazuv6959fnn1fask7mi68lla.htm#p0ywoq5pajs92mn1f4mtyh80ue4i" target="_blank" rel="noopener"&gt;COLHEADERPOS= option&lt;/A&gt; "has no effect if the panel uses the PANEL layout" (which is the default of the LAYOUT= option). So use a different layout: COLUMNLATTICE looks very similar to you current layout.&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="4"&gt;panelby origin/novarname columns=3 rows=1 colheaderpos=bottom &lt;STRONG&gt;&lt;FONT color="#3366FF"&gt;layout=columnlattice&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 08 Jul 2025 15:25:31 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2025-07-08T15:25:31Z</dc:date>
    <item>
      <title>PROC SGPANEL: How to display panel label in the bottom?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970345#M26894</link>
      <description>&lt;P&gt;Hello Community,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could anyone fix the below code to display panel labels in the bottom of each panel (which is on top of panel right now)? I expected &lt;CODE class=" language-sas"&gt;colheaderpos=bottom &lt;/CODE&gt;option to resolve the issue, but apparently I'm not using the right option.&amp;nbsp;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=sashelp.cars noautolegend description="";
	where type eq 'Sedan';
	panelby origin/novarname columns=3 rows=1 colheaderpos=bottom;
	vbox invoice;
	rowaxis integer label="Price";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cars.PNG" style="width: 692px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/108186i9CC4B826FAEED492/image-size/large?v=v2&amp;amp;px=999" role="button" title="cars.PNG" alt="cars.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 14:43:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970345#M26894</guid>
      <dc:creator>A_Kh</dc:creator>
      <dc:date>2025-07-08T14:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL: How to display panel label in the bottom?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970346#M26895</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/321371"&gt;@A_Kh&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The documentation of the PANELBY statement says that the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/n0wqazuv6959fnn1fask7mi68lla.htm#p0ywoq5pajs92mn1f4mtyh80ue4i" target="_blank" rel="noopener"&gt;COLHEADERPOS= option&lt;/A&gt; "has no effect if the panel uses the PANEL layout" (which is the default of the LAYOUT= option). So use a different layout: COLUMNLATTICE looks very similar to you current layout.&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="4"&gt;panelby origin/novarname columns=3 rows=1 colheaderpos=bottom &lt;STRONG&gt;&lt;FONT color="#3366FF"&gt;layout=columnlattice&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Jul 2025 15:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970346#M26895</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2025-07-08T15:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL: How to display panel label in the bottom?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970353#M26896</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you for explanation. Could we have the column label underneath the column, not separated by space?&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cars.PNG" style="width: 652px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/108190iC9C192CFA04EEE1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="cars.PNG" alt="cars.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 17:19:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970353#M26896</guid>
      <dc:creator>A_Kh</dc:creator>
      <dc:date>2025-07-08T17:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL: How to display panel label in the bottom?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970394#M26897</link>
      <description>&lt;P&gt;There doesn't seem to be an option of the PANELBY statement to control that space. In this case you could specify the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/n0wqazuv6959fnn1fask7mi68lla.htm#n0flub9z5dqjq0n19xibihsodgp2" target="_blank" rel="noopener"&gt;NOHEADER option&lt;/A&gt; and create your own header using &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p1gez34ju0gow4n1hfur1zztmmwq.htm" target="_blank" rel="noopener"&gt;SG annotation&lt;/A&gt;. Not sure if this would be worth the effort, though.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 22:06:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970394#M26897</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2025-07-08T22:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL: How to display panel label in the bottom?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970401#M26898</link>
      <description>&lt;P&gt;You want this ?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=sashelp.cars noautolegend description="";
	where type eq 'Sedan';
	panelby origin/novarname columns=3 rows=1 noheader proportional uniscale=row;
	vbox invoice/category=origin;
	rowaxis integer label="Price";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1752025700591.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/108219i4743836983855E76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1752025700591.png" alt="Ksharp_0-1752025700591.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 01:48:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970401#M26898</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-07-09T01:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL: How to display panel label in the bottom?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970455#M26899</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;, this works for me. Would it be possible to hide the variable name "Origin" in the bottom?&amp;nbsp;&lt;BR /&gt;I could label it and use the label instead of variable name, but hiding it completely would be perfect.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 18:40:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970455#M26899</guid>
      <dc:creator>A_Kh</dc:creator>
      <dc:date>2025-07-09T18:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL: How to display panel label in the bottom?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970497#M26900</link>
      <description>&lt;P&gt;Here you go.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc sgpanel data=sashelp.cars noautolegend description="";
	where type eq 'Sedan';
	panelby origin/novarname columns=3 rows=1 noheader proportional uniscale=row;
	vbox invoice/category=origin;
	rowaxis integer label="Price";
	&lt;STRONG&gt;colaxis display=(nolabel);&lt;/STRONG&gt;
run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Jul 2025 00:55:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970497#M26900</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-07-10T00:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL: How to display panel label in the bottom?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970650#M26901</link>
      <description>&lt;P&gt;And you can add NOTICKS to COLAXIS to get rid of the little tick marks.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;colaxis display=(nolabel noticks);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_0-1752342659202.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/108312i5CE9517144722AB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Tom_0-1752342659202.png" alt="Tom_0-1752342659202.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jul 2025 17:51:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-SGPANEL-How-to-display-panel-label-in-the-bottom/m-p/970650#M26901</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-07-12T17:51:14Z</dc:date>
    </item>
  </channel>
</rss>

