<?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 Cell Width in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Cell-Width/m-p/728318#M226618</link>
    <description>&lt;P&gt;PROC TABULATE DATA=RESULT ;&lt;BR /&gt;VAR SRVC_ID;&lt;BR /&gt;CLASS " Deal"n / ORDER=UNFORMATTED MISSING style=[ font_weight=medium];&lt;BR /&gt;CLASS Week/ ORDER=UNFORMATTED MISSING style=[ font_weight=medium cellwidth=175];&lt;BR /&gt;TABLE /* Row Dimension */&lt;BR /&gt;Week= ' ' all='Total',&lt;BR /&gt;/* Column Dimension */&lt;BR /&gt;'Deal'n = ' ' *(SRVC_ID=' '*N=' ') All= ' '* n = 'Total' ;&amp;nbsp;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I want the cellwidth of Week as 175&lt;/STRONG&gt; but when I do&amp;nbsp;Week= ' ' (in above code) then&amp;nbsp;cellwidth=175 does not work. However cellwidth works when I put Week all = 'Total'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me adjust width of field Week? Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 22:22:47 GMT</pubDate>
    <dc:creator>sasuser_sk</dc:creator>
    <dc:date>2021-03-22T22:22:47Z</dc:date>
    <item>
      <title>Cell Width</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cell-Width/m-p/728318#M226618</link>
      <description>&lt;P&gt;PROC TABULATE DATA=RESULT ;&lt;BR /&gt;VAR SRVC_ID;&lt;BR /&gt;CLASS " Deal"n / ORDER=UNFORMATTED MISSING style=[ font_weight=medium];&lt;BR /&gt;CLASS Week/ ORDER=UNFORMATTED MISSING style=[ font_weight=medium cellwidth=175];&lt;BR /&gt;TABLE /* Row Dimension */&lt;BR /&gt;Week= ' ' all='Total',&lt;BR /&gt;/* Column Dimension */&lt;BR /&gt;'Deal'n = ' ' *(SRVC_ID=' '*N=' ') All= ' '* n = 'Total' ;&amp;nbsp;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I want the cellwidth of Week as 175&lt;/STRONG&gt; but when I do&amp;nbsp;Week= ' ' (in above code) then&amp;nbsp;cellwidth=175 does not work. However cellwidth works when I put Week all = 'Total'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me adjust width of field Week? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 22:22:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cell-Width/m-p/728318#M226618</guid>
      <dc:creator>sasuser_sk</dc:creator>
      <dc:date>2021-03-22T22:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cell Width</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cell-Width/m-p/728322#M226621</link>
      <description>&lt;P&gt;Try adding a&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;classlev WEEK / style=[ font_weight=medium cellwidth=175 ];&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 23:17:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cell-Width/m-p/728322#M226621</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-03-22T23:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cell Width</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cell-Width/m-p/728323#M226622</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;175 what? 175 pixels? Probably not 175 CM or INCHES. Probably not 175 printer's points. I do not observe the same behavior that you describe. To impact the "row title area" (where you have WEEK and I have PRODUCT), all you need to do is either use a CLASSLEV statement or use a style override for the BOX area. My example below uses the BOX approach for the row title area with PRODUCT and the CLASSLEV approach for REGION.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1616456440324.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/56282i87E4528B0D12DB33/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1616456440324.png" alt="Cynthia_sas_0-1616456440324.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I also made some font changes so you could see other ways to impact width (such as I show in the column dimension for Region).&lt;BR /&gt;&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 23:41:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cell-Width/m-p/728323#M226622</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-03-22T23:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cell Width</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Cell-Width/m-p/728466#M226675</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ChrisNZ, it works just fine.&lt;/P&gt;
&lt;P&gt;Cynthia, you example improved the looks of my results.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 15:21:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Cell-Width/m-p/728466#M226675</guid>
      <dc:creator>sasuser_sk</dc:creator>
      <dc:date>2021-03-23T15:21:49Z</dc:date>
    </item>
  </channel>
</rss>

