<?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 the frame line and gridded lines from the tables that is PPT ods generated in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311062#M61322</link>
    <description>&lt;P&gt;&amp;nbsp;Hi Tm,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know why I still cannot remove the frame line and gridded lines from my report table after adding the piece of code you just gave me. Please take a look at the sample code below. Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods path (prepend) work.templat(update);&lt;BR /&gt;proc template;&lt;BR /&gt;define style mystyle;&lt;BR /&gt;parent=styles.powerpointlight;&lt;BR /&gt;class Table, Data, Header /&lt;BR /&gt;borderwidth = 0&lt;BR /&gt;;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;goptions reset=all cback=white border htitle=4pt htext=7pt device=png vsize=3in ;&lt;BR /&gt;options orientation = landscape&lt;BR /&gt;papersize = letter&lt;BR /&gt;date&lt;BR /&gt;number&lt;/P&gt;&lt;P&gt;topmargin = 0.55in&lt;BR /&gt;bottommargin =0.1in&lt;BR /&gt;leftmargin = 0.8in&lt;BR /&gt;rightmargin = 0.1in;&lt;BR /&gt;ods noproctitle;&lt;BR /&gt;ods escapechar = "^";&lt;BR /&gt;&lt;BR /&gt;footnote1 height=8pt color=darkgrey justify=right " special day&amp;nbsp;";&lt;BR /&gt;/*footnote2 height=8pt color=darkgrey justify=right " " ; */&lt;BR /&gt;title1 color= lightgrey justify=right height=8pt " good team&amp;nbsp;" ;&lt;/P&gt;&lt;P&gt;ods powerpoint file='/sas/goodresult.pptx' ;&lt;BR /&gt;ods powerpoint layout=titleslide;&lt;BR /&gt;proc odstext;&lt;BR /&gt;p "&amp;amp;premon. Rate&amp;nbsp;Update" / style=presentationtitle;&lt;BR /&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods powerpoint layout=_null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods layout gridded columns=2 column_widths=(52% 48%) column_gutter=1pct;&lt;/P&gt;&lt;P&gt;title bold color= darkblue justify=left height=18pt " &amp;amp;premon. Metrics" ;&lt;BR /&gt;ods region ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;goptions reset=all cback=white border htitle=4pt htext=7pt device=png vsize=3in ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Proc report data=joinsum2_1_a contents=" " nowd split='\'&lt;BR /&gt;style(header)={ just=center color=white background=cornflowerblue fontsize=0.9 font_weight=bold }&lt;BR /&gt;style(column)={ background=snow foreground=black fontsize=0.9} ;&lt;/P&gt;&lt;P&gt;column _name_ asof&amp;amp;premon. as&amp;amp;premon. BW ;&lt;/P&gt;&lt;P&gt;define _name_ / " Metric" style={cellwidth=1.8in } ;&lt;/P&gt;&lt;P&gt;define asof&amp;amp;premon./ " &amp;amp;Mar_Yr." style={ just=center cellwidth=0.65in };&lt;BR /&gt;define as&amp;amp;premon./ "&amp;amp;Mar_PreYr." style={ just=center cellwidth=0.65in };&lt;BR /&gt;define BW/ "#B(W)" style={ just=center foreground=negfmt. foreground=white};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;compute _name_ ;&lt;/P&gt;&lt;P&gt;/* if _name_= 'Volume' then call define(_row_,'style','style={background=gainsboro }');*/&lt;BR /&gt;if _name_= 'Score' then call define(_row_,'style','style={background=gainsboro }');&lt;BR /&gt;if _name_= 'rate' then call define(_row_,'style','style={background=gainsboro}');&lt;BR /&gt;if _name_= 'ratio' then call define(_row_,'style','style={background=gainsboro}');&lt;BR /&gt;endcomp;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Nov 2016 20:05:41 GMT</pubDate>
    <dc:creator>zhangda</dc:creator>
    <dc:date>2016-11-11T20:05:41Z</dc:date>
    <item>
      <title>How to remove the frame line and gridded lines from the tables that is PPT ods generated</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311031#M61315</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Would you please suggest me how to remove the frame line and gridded lines from the tables that is PPT ods generated. Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 18:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311031#M61315</guid>
      <dc:creator>zhangda</dc:creator>
      <dc:date>2016-11-11T18:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the frame line and gridded lines from the tables that is PPT ods generated</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311039#M61317</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Using STYLE= overrides worked for me -- this approach would work for PROC PRINT, PROC REPORT and/or PROC TABULATE. Since you did not show any code, it is hard to comment with any more detail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/5788i3B0961C4E4FA6E1A/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="ppt_no_lines.png" title="ppt_no_lines.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 18:47:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311039#M61317</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-11-11T18:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the frame line and gridded lines from the tables that is PPT ods generated</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311045#M61318</link>
      <description>&lt;P&gt;The table and cell borders are controlled by the Table and Data style classes. Set the borderwidth to 0 to eliminate the borders.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods path (prepend) work.templat(update);
proc template;
	define style mystyle;
		parent=styles.powerpointlight;
		class Table, Data /
			borderwidth = 0 
			;
	end;
run;
ods powerpoint file="example.pptx" style=mystyle;
proc print data=sashelp.class(obs=6);
run;
ods powerpoint close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13133i6E83BAE50753FB40/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="example.jpg" title="example.jpg" /&gt;</description>
      <pubDate>Fri, 11 Nov 2016 19:26:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311045#M61318</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2016-11-11T19:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the frame line and gridded lines from the tables that is PPT ods generated</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311048#M61319</link>
      <description>&lt;P&gt;Oh, and you'll have to remove the borders in the Header class as well.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods path (prepend) work.templat(update);
proc template;
	define style mystyle;
		parent=styles.powerpointlight;
		class Table, Data, &lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;Header&lt;/FONT&gt;&lt;/STRONG&gt; /
			borderwidth = 0 
			;
	end;
run;
ods powerpoint file="example.pptx" style=mystyle;
proc print data=sashelp.class(obs=6);
run;
ods powerpoint close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Nov 2016 19:43:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311048#M61319</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2016-11-11T19:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the frame line and gridded lines from the tables that is PPT ods generated</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311062#M61322</link>
      <description>&lt;P&gt;&amp;nbsp;Hi Tm,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know why I still cannot remove the frame line and gridded lines from my report table after adding the piece of code you just gave me. Please take a look at the sample code below. Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods path (prepend) work.templat(update);&lt;BR /&gt;proc template;&lt;BR /&gt;define style mystyle;&lt;BR /&gt;parent=styles.powerpointlight;&lt;BR /&gt;class Table, Data, Header /&lt;BR /&gt;borderwidth = 0&lt;BR /&gt;;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;goptions reset=all cback=white border htitle=4pt htext=7pt device=png vsize=3in ;&lt;BR /&gt;options orientation = landscape&lt;BR /&gt;papersize = letter&lt;BR /&gt;date&lt;BR /&gt;number&lt;/P&gt;&lt;P&gt;topmargin = 0.55in&lt;BR /&gt;bottommargin =0.1in&lt;BR /&gt;leftmargin = 0.8in&lt;BR /&gt;rightmargin = 0.1in;&lt;BR /&gt;ods noproctitle;&lt;BR /&gt;ods escapechar = "^";&lt;BR /&gt;&lt;BR /&gt;footnote1 height=8pt color=darkgrey justify=right " special day&amp;nbsp;";&lt;BR /&gt;/*footnote2 height=8pt color=darkgrey justify=right " " ; */&lt;BR /&gt;title1 color= lightgrey justify=right height=8pt " good team&amp;nbsp;" ;&lt;/P&gt;&lt;P&gt;ods powerpoint file='/sas/goodresult.pptx' ;&lt;BR /&gt;ods powerpoint layout=titleslide;&lt;BR /&gt;proc odstext;&lt;BR /&gt;p "&amp;amp;premon. Rate&amp;nbsp;Update" / style=presentationtitle;&lt;BR /&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods powerpoint layout=_null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods layout gridded columns=2 column_widths=(52% 48%) column_gutter=1pct;&lt;/P&gt;&lt;P&gt;title bold color= darkblue justify=left height=18pt " &amp;amp;premon. Metrics" ;&lt;BR /&gt;ods region ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;goptions reset=all cback=white border htitle=4pt htext=7pt device=png vsize=3in ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Proc report data=joinsum2_1_a contents=" " nowd split='\'&lt;BR /&gt;style(header)={ just=center color=white background=cornflowerblue fontsize=0.9 font_weight=bold }&lt;BR /&gt;style(column)={ background=snow foreground=black fontsize=0.9} ;&lt;/P&gt;&lt;P&gt;column _name_ asof&amp;amp;premon. as&amp;amp;premon. BW ;&lt;/P&gt;&lt;P&gt;define _name_ / " Metric" style={cellwidth=1.8in } ;&lt;/P&gt;&lt;P&gt;define asof&amp;amp;premon./ " &amp;amp;Mar_Yr." style={ just=center cellwidth=0.65in };&lt;BR /&gt;define as&amp;amp;premon./ "&amp;amp;Mar_PreYr." style={ just=center cellwidth=0.65in };&lt;BR /&gt;define BW/ "#B(W)" style={ just=center foreground=negfmt. foreground=white};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;compute _name_ ;&lt;/P&gt;&lt;P&gt;/* if _name_= 'Volume' then call define(_row_,'style','style={background=gainsboro }');*/&lt;BR /&gt;if _name_= 'Score' then call define(_row_,'style','style={background=gainsboro }');&lt;BR /&gt;if _name_= 'rate' then call define(_row_,'style','style={background=gainsboro}');&lt;BR /&gt;if _name_= 'ratio' then call define(_row_,'style','style={background=gainsboro}');&lt;BR /&gt;endcomp;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 20:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311062#M61322</guid>
      <dc:creator>zhangda</dc:creator>
      <dc:date>2016-11-11T20:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the frame line and gridded lines from the tables that is PPT ods generated</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311068#M61323</link>
      <description>&lt;P&gt;You forgot to specify your new style with the STYLE= option on your ODS POWERPOINT statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods powerpoint file='/sas/goodresult.pptx' &lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;style=mystyle&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Nov 2016 20:09:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311068#M61323</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2016-11-11T20:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the frame line and gridded lines from the tables that is PPT ods generated</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311073#M61324</link>
      <description>&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your reminder. Another thing is, what if I dont want to remove the frame line and gridded line from all tables, but some tables, can I homemake it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 20:27:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311073#M61324</guid>
      <dc:creator>zhangda</dc:creator>
      <dc:date>2016-11-11T20:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the frame line and gridded lines from the tables that is PPT ods generated</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311078#M61325</link>
      <description>&lt;P&gt;Not using a style template. The style template applies to the&amp;nbsp;the entire .pptx file, so if &amp;nbsp;the template removes the table/data/header borders then they're removed from all the tables. You can specify different border styles on the tables created by PROC REPORT, PRINT, and TABULATE using STYLE= options, as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas﻿&lt;/a&gt;&amp;nbsp;demonstrated.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 20:35:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311078#M61325</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2016-11-11T20:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove the frame line and gridded lines from the tables that is PPT ods generated</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311101#M61327</link>
      <description>&lt;P&gt;Thank you so much, Cynthia!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 22:03:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-the-frame-line-and-gridded-lines-from-the-tables/m-p/311101#M61327</guid>
      <dc:creator>zhangda</dc:creator>
      <dc:date>2016-11-11T22:03:34Z</dc:date>
    </item>
  </channel>
</rss>

