<?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: Bold Line between Tabulate Classes? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Bold-Line-between-Tabulate-Classes/m-p/136147#M11028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works to highlight everything, but I lose my Tagattr on the output for the all row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=sashelp.class missing;&lt;/P&gt;&lt;P&gt;class sex age;&lt;/P&gt;&lt;P&gt;var height;&lt;/P&gt;&lt;P&gt;table (sex='' all='Total')*&lt;/P&gt;&lt;P&gt;&amp;nbsp; (age=''&lt;/P&gt;&lt;P&gt;&amp;nbsp; all={label='Total NCO' s={background=yellow font_weight=bold}} *{s={font_weight=bold background=yellow }}),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (height='Height'*mean=' ' *[s=[tagattr='#,##0;[Red](#,##0);"-"']]&lt;/P&gt;&lt;P&gt;&amp;nbsp; height='%height'*pctsum=''*[s=[tagattr='0.00%;[Red]0.00%;"-"']])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ box=_page_ style_precedence=row;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2015 15:03:32 GMT</pubDate>
    <dc:creator>wcp_fnfg</dc:creator>
    <dc:date>2015-01-26T15:03:32Z</dc:date>
    <item>
      <title>Bold Line between Tabulate Classes?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Bold-Line-between-Tabulate-Classes/m-p/136142#M11023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this example, I'd like to put a bold line between F, M, and All so as to break up the table more visually.&amp;nbsp; These results will go to Excel using ods tagsets.excelxp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data = sashelp.class missing;&lt;/P&gt;&lt;P&gt;class sex age;&lt;/P&gt;&lt;P&gt;var height;&lt;/P&gt;&lt;P&gt;table (sex='' all='Total')*(age=''),(height='Height' *mean='')/;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 20:40:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Bold-Line-between-Tabulate-Classes/m-p/136142#M11023</guid>
      <dc:creator>wcp_fnfg</dc:creator>
      <dc:date>2015-01-23T20:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bold Line between Tabulate Classes?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Bold-Line-between-Tabulate-Classes/m-p/136143#M11024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Borrowing something from Cynthia, I can get the All to "highlight" which I guess is a fine alternative here, but while I have the style overrides for the ods on the vars, I can't get the "all" highlight to carry across.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data = combined missing order=data;&lt;/P&gt;&lt;P&gt;where &amp;amp;yyyymm. ge Fund_DT ge &amp;amp;yyyy.00 and not missing(hierarchy);&lt;/P&gt;&lt;P&gt;class hierarchy fico;&lt;/P&gt;&lt;P&gt;var count exc_cnt loan_amount exc_bal cnt_dlq30 bal_dlq30 netco active_ct exc_amt netco active_bal active_ct;&lt;/P&gt;&lt;P&gt;table (hierarchy='' all='Total')*&lt;/P&gt;&lt;P&gt;&amp;nbsp; (fico=''&lt;/P&gt;&lt;P&gt;&amp;nbsp; all={label='Total' s={background=#B8CCE4 font_weight=bold}}&lt;/P&gt;&lt;P&gt;&amp;nbsp; *{s={font_weight=bold background=#B8CCE4 tagattr='$#,##0.0,,;[Red]($#,##0.0,,);"-"' just=center}})&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (count = 'Units' *n='' * f=comma18.0 *[s=[tagattr='#,##0;[Red](#,##0);"-"']]&lt;/P&gt;&lt;P&gt;&amp;nbsp; count = "% Total Volume (#)" *colpctsum='' *f=pctfmt24.2 *[s=[tagattr='0.00%;[Red]0.00%;"-"']]&lt;/P&gt;&lt;P&gt;&amp;nbsp; exc_cnt = "% Exceptions (#)" *colpctsum='' *f=pctfmt24.2 *[s=[tagattr='0.00%;[Red]0.00%;"-"']]&lt;/P&gt;&lt;P&gt;&amp;nbsp; loan_amount = "Loan Amount" *sum='' *f=comma24.0 *[s=[tagattr='$#,##0;[Red]($#,##0);"-"']]&lt;/P&gt;&lt;P&gt;&amp;nbsp; loan_amount = "% Total Volume ($)" *colpctsum='' *f=pctfmt24.2 *[s=[tagattr='0.00%;[Red]0.00%;"-"']]&lt;/P&gt;&lt;P&gt;&amp;nbsp; exc_amt = "% Exceptions ($)" *colpctsum&amp;lt;loan_amount&amp;gt;='' *f=pctfmt24.2 *[s=[tagattr='0.00%;[Red]0.00%;"-"']]&lt;/P&gt;&lt;P&gt;&amp;nbsp; cnt_dlq30 = "30+ Rate (#)" *colpctsum&amp;lt;active_ct&amp;gt;='' *f=pctfmt24.2 *[s=[tagattr='0.00%;[Red]0.00%;"-"']]&lt;/P&gt;&lt;P&gt;&amp;nbsp; bal_dlq30 = "30+ Rate ($)" *colpctsum&amp;lt;active_bal&amp;gt;='' *f=pctfmt24.2 *[s=[tagattr='0.00%;[Red]0.00%;"-"']]&lt;/P&gt;&lt;P&gt;&amp;nbsp; netco = "Cum. Loss ($)" *colpctsum&amp;lt;loan_amount&amp;gt;='' *f=pctfmt24.2 *[s=[tagattr='0.00%;[Red]0.00%;"-"']])&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;box = "&amp;amp;yyyy. Loans with Exceptions" row=float; &lt;/P&gt;&lt;P&gt;format fico fico.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 21:00:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Bold-Line-between-Tabulate-Classes/m-p/136143#M11024</guid>
      <dc:creator>wcp_fnfg</dc:creator>
      <dc:date>2015-01-23T21:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bold Line between Tabulate Classes?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Bold-Line-between-Tabulate-Classes/m-p/136144#M11025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If banding by color is acceptable for your purpose this might be close&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format library=work;&lt;BR /&gt;value $Sexc&lt;BR /&gt;'F' = 'White'&lt;BR /&gt;'M' = 'LightGreen'&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;proc tabulate data = sashelp.class missing;&lt;BR /&gt;class sex /;&lt;BR /&gt;classlev sex /style={background=$sexc.};&lt;BR /&gt;class age /style=&amp;lt;parent&amp;gt;;&lt;BR /&gt;/*classlev sex /style={borderwidth=3};*/&lt;BR /&gt;classlev age /style=&amp;lt;parent&amp;gt;;&lt;BR /&gt;var height /style=&amp;lt;parent&amp;gt;;&lt;/P&gt;&lt;P&gt;table (sex=''*{style=&amp;lt;parent&amp;gt;} all*{style=&amp;lt;parent&amp;gt;})*(age=''),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (height='Height' *mean='')&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /style_precedence=row;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which may be much easier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 23:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Bold-Line-between-Tabulate-Classes/m-p/136144#M11025</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-23T23:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bold Line between Tabulate Classes?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Bold-Line-between-Tabulate-Classes/m-p/136145#M11026</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; Good example, I believe that the OP's issue with the ALL not going across the row is that he needs to add style_precendence=row to his original code. My tendency is to build on his original example using SASHELP.CLASS and turn the single table (which is hard to get a "dividing line" the way he describes) into 3 separate tables on 1 page.&lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods rtf file='c:\temp\table3.rtf' startpage=no;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods pdf file='c:\temp\table3.pdf' startpage=no;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods html file='c:\temp\table3.html';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;title 'Average Heights';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;proc tabulate data=sashelp.class missing;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;class sex age;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;classlev age/style={width=1in};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;var height;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;table sex='Gender' all='Total',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; age=' ',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; height='Height'*mean=' ' / box=_page_;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2015 01:00:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Bold-Line-between-Tabulate-Classes/m-p/136145#M11026</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-01-24T01:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bold Line between Tabulate Classes?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Bold-Line-between-Tabulate-Classes/m-p/136146#M11027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Cynthia, nice to see you again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, because I have so many tables in this report, it won't be feasible to split the 1 table into three.&amp;nbsp; For example, the second table in this report has 16 segments.&amp;nbsp; Adding 16 extra lines (to space the report) would be a presentation issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually had to add an "all" row ( on the inside variable), so I'm currently trying to work out a way to either highlight just that row or put a bold line under it as a divider.&amp;nbsp; I mentioned that in my reply to OP, but when I use the style override for All, I lose my tagattr on the vars.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 13:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Bold-Line-between-Tabulate-Classes/m-p/136146#M11027</guid>
      <dc:creator>wcp_fnfg</dc:creator>
      <dc:date>2015-01-26T13:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bold Line between Tabulate Classes?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Bold-Line-between-Tabulate-Classes/m-p/136147#M11028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works to highlight everything, but I lose my Tagattr on the output for the all row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=sashelp.class missing;&lt;/P&gt;&lt;P&gt;class sex age;&lt;/P&gt;&lt;P&gt;var height;&lt;/P&gt;&lt;P&gt;table (sex='' all='Total')*&lt;/P&gt;&lt;P&gt;&amp;nbsp; (age=''&lt;/P&gt;&lt;P&gt;&amp;nbsp; all={label='Total NCO' s={background=yellow font_weight=bold}} *{s={font_weight=bold background=yellow }}),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (height='Height'*mean=' ' *[s=[tagattr='#,##0;[Red](#,##0);"-"']]&lt;/P&gt;&lt;P&gt;&amp;nbsp; height='%height'*pctsum=''*[s=[tagattr='0.00%;[Red]0.00%;"-"']])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ box=_page_ style_precedence=row;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 15:03:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Bold-Line-between-Tabulate-Classes/m-p/136147#M11028</guid>
      <dc:creator>wcp_fnfg</dc:creator>
      <dc:date>2015-01-26T15:03:32Z</dc:date>
    </item>
  </channel>
</rss>

