<?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: How to remove &amp;quot;box&amp;quot; in proc tabulate outputs ? (ODS PDF) in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26412#M4274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Well, I managed to do this without using ANNOTATE. Using ANNOTATE and GSLIDE for TABULATE output to PDF seems like a LOT of work for something that you can get VERY VERY close to with STYLE= overrides. A slightly different approach to Andre's idea is shown in the attached screenshot and output. I made the column headers yellow and the box area pink, so you could see where the box area started/ended and the column headers began.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11255i639B5A4F820451E1/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="rules_cols_no_annotate.jpg" title="rules_cols_no_annotate.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2011 14:20:32 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2011-07-07T14:20:32Z</dc:date>
    <item>
      <title>How to remove "box" in proc tabulate outputs ? (ODS PDF)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26404#M4266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. &lt;/P&gt;&lt;P&gt;I want to know whether there is a method to remove the top left box created in a proc tabulate step in ODS PDF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did some searching on that topic and found that by customizing the borderwidth and label of the box, you can make the box invisible. It works perfect in the "result output" of the SAS enterprise guide( i assume that to be HTML)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is it has no effect when im using it with ods pdf. &lt;/P&gt;&lt;P&gt;However i also noticed that the changes i do to the style (using the proc template) is reflected in the ods pdf. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="st" style="color: #008000;"&gt;&lt;EM&gt;ods pdf&lt;/EM&gt; file='sample.pdf' &lt;EM&gt;style&lt;/EM&gt;=&amp;lt;stylename&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there a method to hide the box using a style(proc template)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found the following code in a white paper mentioning how to change the table properties , but couldnt find anything on "box" . Any guidance would be greatly appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;&lt;EM&gt;replace Table from Output /&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;&lt;EM&gt;frame = box /* outside borders: void, box, above/below, vsides/hsides, lhs/rhs */&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;&lt;EM&gt;rules = all /* internal borders: none, all, cols, rows, groups */&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;&lt;EM&gt;cellpadding = 4pt /* the space between table cell contents and the cell border */&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;&lt;EM&gt;cellspacing = 0.25pt /* the space between table cells, allows background to show */&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;&lt;EM&gt;borderwidth = 0.75pt /* the width of the borders and rules */&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;&lt;EM&gt;background = color_list('bgT') /* table background color */;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 15:41:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26404#M4266</guid>
      <dc:creator>kansas</dc:creator>
      <dc:date>2011-07-06T15:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "box" in proc tabulate outputs ? (ODS PDF)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26405#M4267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this beginning of answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf file="d:\temp\emptybox.pdf";&lt;/P&gt;&lt;P&gt;proc tabulate data=sashelp.class;&lt;/P&gt;&lt;P&gt;class sex;var height;&lt;/P&gt;&lt;P&gt;table sex all, height *mean/style=[frame=void borderwidth=0mm] box={style=[background=white&amp;nbsp; ]}&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course there are other variations&lt;/P&gt;&lt;P&gt;but the box is part of the general&amp;nbsp;&amp;nbsp; frame and rules and is not a special case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it is my first reply on the new forum&lt;/P&gt;&lt;P&gt;i hope the code is correctly passed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 15:59:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26405#M4267</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2011-07-06T15:59:46Z</dc:date>
    </item>
    <item>
      <title>How to remove "box" in proc tabulate outputs ? (ODS PDF)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26406#M4268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the quick reply. I ll try and let you know.&lt;/P&gt;&lt;P&gt;Just a quick question. does "borderwidth=0mm" disables all the borders in the table. Because i only want to remove the box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 16:27:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26406#M4268</guid>
      <dc:creator>kansas</dc:creator>
      <dc:date>2011-07-06T16:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "box" in proc tabulate outputs ? (ODS PDF)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26407#M4269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi: &lt;/P&gt;&lt;P&gt;Look at the attached screenshot and program.&amp;nbsp; The top output in "show_box_area.jpg"&amp;nbsp; is from PROC TABULATE. You can put text into the BOX area, as I show in the top table, but you cannot really get rid of the BOX area with TABULATE. Changing the style template won't make the space reserved for the BOX area disappear, it will only, possibly, get rid of the borderlines around the box area. The BOX area is an integral part of a TABULATE table -- It shows where the intersection of the ROW variables and the COL variables happen. PROC REPORT, on the other hand (shown underneath the TABULATE table) shows that REPORT makes "flattened" headers, without a BOX. That's because REPORT does not have the same concept of ROW HEADER area as TABULATE does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have only 1 variable in the ROW dimension, then you could put the name of the single item in the BOX area within TABULATE syntax, then blank out the regular header and "flatten" the table (as shown in the second screen shot and program, entitled "_2_flatten_box.jpg").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an interesting blog post about TABULATE vs REPORT and the BOX area:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/sasdummy/index.php?/archives/212-PROC-REPORT-versus-TABULATE-two-SAS-heavyweights.html"&gt;http://blogs.sas.com/sasdummy/index.php?/archives/212-PROC-REPORT-versus-TABULATE-two-SAS-heavyweights.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11832i5DCBDBA993C14971/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="_2_flatten_box.jpg" title="_2_flatten_box.jpg" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11833i846697DAB6F9F688/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="show_box_area.jpg" title="show_box_area.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 00:36:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26407#M4269</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-07-07T00:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "box" in proc tabulate outputs ? (ODS PDF)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26408#M4270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks cynthia. I prefer proc tabulate over proc report. &lt;/P&gt;&lt;P&gt;removing the borders would solve my problem.&lt;/P&gt;&lt;P&gt;Is there a method to hide the border around the box using a style ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 04:57:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26408#M4270</guid>
      <dc:creator>kansas</dc:creator>
      <dc:date>2011-07-07T04:57:33Z</dc:date>
    </item>
    <item>
      <title>How to remove "box" in proc tabulate outputs ? (ODS PDF)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26409#M4271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; You could try ODS PDF with STYLE=JOURNAL and see if you really like just removing the borders or whether you want to totally get rid of the big BOX area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The issue is that within a single style template, the BOX area is not really differentiated from the other cells in the tabular report -- so not really in a style. You might be able to alter the borders of the box with STYLE= overrides in the TABULATE syntax itself, but even if you were successful in removing the borders around the box, it would look sort of odd without the corner filled in. What did you think of the screenshot _2_flatten_box.jpg that was attached to my last post? That was accomplished with TABULATE and essentially disappeared the BOX by moving a ROW header into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 05:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26409#M4271</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-07-07T05:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "box" in proc tabulate outputs ? (ODS PDF)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26410#M4272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;My aim was to hide the box. Yeah some may consider that to be odd.&amp;nbsp; I was able get an output like the following after hiding the box using gslide and creating a line using ANNONATE facility. I know the method is crappier. But serves the purpose for now,. Was wandering whether there is a cleaner method ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 11:38:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26410#M4272</guid>
      <dc:creator>kansas</dc:creator>
      <dc:date>2011-07-07T11:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "box" in proc tabulate outputs ? (ODS PDF)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26411#M4273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kansas &lt;/P&gt;&lt;P&gt;as you insist even if Cynthia describes already the logic&lt;/P&gt;&lt;P&gt;as frame is part of the table structure and the box is one partial header of the table&amp;nbsp; &lt;/P&gt;&lt;P&gt;the closest solution is to leave the frame void&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and note that sas refuses some trick like&amp;nbsp; frame=box for the general style&amp;nbsp; and a kind of imaginary frame=void for box&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;ods &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;pdf&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;file&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: purple; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;"d:\temp\emptybox.pdf"&lt;/SPAN&gt;;&lt;SPAN lang="EN-US" style="color: green; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;* style=journal;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: navy; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;proc &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: navy; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;tabulate&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=sashelp.class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;class &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;sex;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;var &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;height&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;weight&lt;/SPAN&gt;;&lt;SPAN lang="EN-US" style="color: green; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-US" style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;table &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;sex all, (height weight)*mean /&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;style&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=[frame=void borderwidth=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: teal; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;0.1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;mm cellspacing=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: teal; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;0.1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;mm]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;box&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;style&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;=[background=white bordercolor=white]}&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;pdf&lt;/SPAN&gt; &lt;SPAN style="color: blue; background-color: white; font-family: 'Courier New'; font-size: 10pt;"&gt;close&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 13:06:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26411#M4273</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2011-07-07T13:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove "box" in proc tabulate outputs ? (ODS PDF)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26412#M4274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Well, I managed to do this without using ANNOTATE. Using ANNOTATE and GSLIDE for TABULATE output to PDF seems like a LOT of work for something that you can get VERY VERY close to with STYLE= overrides. A slightly different approach to Andre's idea is shown in the attached screenshot and output. I made the column headers yellow and the box area pink, so you could see where the box area started/ended and the column headers began.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11255i639B5A4F820451E1/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="rules_cols_no_annotate.jpg" title="rules_cols_no_annotate.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 14:20:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26412#M4274</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-07-07T14:20:32Z</dc:date>
    </item>
    <item>
      <title>How to remove "box" in proc tabulate outputs ? (ODS PDF)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26413#M4275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot cynthia. That solved my problem. !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 16:39:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-remove-quot-box-quot-in-proc-tabulate-outputs-ODS-PDF/m-p/26413#M4275</guid>
      <dc:creator>kansas</dc:creator>
      <dc:date>2011-07-07T16:39:32Z</dc:date>
    </item>
  </channel>
</rss>

