<?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: Create table with only some grid lines / rules (Proc tabulate) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Create-table-with-only-some-grid-lines-rules-Proc-tabulate/m-p/404632#M98349</link>
    <description>&lt;P&gt;There is no provision to dot this in SAS reports.&lt;/P&gt;
&lt;P&gt;If it's a really important feature and if it must be automated, the "easiest" (though not easy) route may be to create an HTML report and to post-process the HTML tags, maybe to have white-colored cell borders rather than multi-column cell spans.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2017 23:17:45 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2017-10-16T23:17:45Z</dc:date>
    <item>
      <title>Create table with only some grid lines / rules (Proc tabulate)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-table-with-only-some-grid-lines-rules-Proc-tabulate/m-p/403873#M98156</link>
      <description>&lt;P&gt;Hello SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a table with proc tabulate with nested columns and some, but not all column grid lines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is the table, col1 has 2 categories. :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc tabulate data=data ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;class col1 col2&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var row;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;table row=''*mean,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; col1='' * col2 = '' &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /s=[frame=void rules= cols];&lt;BR /&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That way I get lines between all columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I want to create grid lines or rules only between columns which are separated by the col1 variable. So there should be all categories of col2 first (without grid lines) under the first category of col2 and then should come one grid line, separating the two categories of col1, and then there should come all the categories of col2 again without grid lines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this somehow possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using SAS 9.3.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 11:54:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-table-with-only-some-grid-lines-rules-Proc-tabulate/m-p/403873#M98156</guid>
      <dc:creator>Susanne</dc:creator>
      <dc:date>2017-10-13T11:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create table with only some grid lines / rules (Proc tabulate)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-table-with-only-some-grid-lines-rules-Proc-tabulate/m-p/404632#M98349</link>
      <description>&lt;P&gt;There is no provision to dot this in SAS reports.&lt;/P&gt;
&lt;P&gt;If it's a really important feature and if it must be automated, the "easiest" (though not easy) route may be to create an HTML report and to post-process the HTML tags, maybe to have white-colored cell borders rather than multi-column cell spans.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 23:17:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-table-with-only-some-grid-lines-rules-Proc-tabulate/m-p/404632#M98349</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-10-16T23:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create table with only some grid lines / rules (Proc tabulate)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-table-with-only-some-grid-lines-rules-Proc-tabulate/m-p/404662#M98361</link>
      <description>Funky things can be done with proc template, but i am not sure wether your requirement belongs to the things possible.</description>
      <pubDate>Tue, 17 Oct 2017 03:17:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-table-with-only-some-grid-lines-rules-Proc-tabulate/m-p/404662#M98361</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2017-10-17T03:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create table with only some grid lines / rules (Proc tabulate)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Create-table-with-only-some-grid-lines-rules-Proc-tabulate/m-p/407555#M99333</link>
      <description>&lt;P&gt;Thank you very much for your help! I will try to find solutions without grid lines.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 07:03:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Create-table-with-only-some-grid-lines-rules-Proc-tabulate/m-p/407555#M99333</guid>
      <dc:creator>Susanne</dc:creator>
      <dc:date>2017-10-26T07:03:56Z</dc:date>
    </item>
  </channel>
</rss>

