<?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 Hiding rows in proc tabulate in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Hiding-rows-in-proc-tabulate/m-p/34423#M8387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Don't feel bad about 2 steps. I have lots of code where I pre-process data and use tabulate for display. I've even got code that takes tabulate output and massages it before using tabulate to make the final table because my clients want a certain look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2012 20:42:49 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2012-03-20T20:42:49Z</dc:date>
    <item>
      <title>Hiding rows in proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hiding-rows-in-proc-tabulate/m-p/34419#M8383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to format a proc tabulate report so that it display only rows where count(or n) is greater than 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report currently has way to many rows and i would just like to make it smaller!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to do that directly within a proc tabulate!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 17:50:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hiding-rows-in-proc-tabulate/m-p/34419#M8383</guid>
      <dc:creator>Pontch</dc:creator>
      <dc:date>2012-03-16T17:50:58Z</dc:date>
    </item>
    <item>
      <title>Hiding rows in proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hiding-rows-in-proc-tabulate/m-p/34420#M8384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not unless you already have a column containing the counts in your dataset. In which case you could simply add a WHERE dataset option clause to your tabulate input dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 18:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hiding-rows-in-proc-tabulate/m-p/34420#M8384</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-03-16T18:00:22Z</dc:date>
    </item>
    <item>
      <title>Hiding rows in proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hiding-rows-in-proc-tabulate/m-p/34421#M8385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can set the foregound of cell be the same color with background.That can hide some special&amp;nbsp; cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 02:48:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hiding-rows-in-proc-tabulate/m-p/34421#M8385</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-03-19T02:48:36Z</dc:date>
    </item>
    <item>
      <title>Hiding rows in proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hiding-rows-in-proc-tabulate/m-p/34422#M8386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks guys, just wanted to know if that was possible but it does not seem to be the case, i am just doing the report in 2 steps from now on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 14:22:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hiding-rows-in-proc-tabulate/m-p/34422#M8386</guid>
      <dc:creator>Pontch</dc:creator>
      <dc:date>2012-03-20T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Hiding rows in proc tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hiding-rows-in-proc-tabulate/m-p/34423#M8387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Don't feel bad about 2 steps. I have lots of code where I pre-process data and use tabulate for display. I've even got code that takes tabulate output and massages it before using tabulate to make the final table because my clients want a certain look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 20:42:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hiding-rows-in-proc-tabulate/m-p/34423#M8387</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-03-20T20:42:49Z</dc:date>
    </item>
  </channel>
</rss>

