<?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: Proc tabulate how do i bold row totals in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-how-do-i-bold-row-totals/m-p/238125#M14828</link>
    <description>&lt;P&gt;hey thanks but i dont really understand the syntax i tried applying it to a different proc tab below with no luck can you explain that syntax a bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc tabulate data=WORK.HRIR99991 missing contents = ' ' S=[foreground=highlight.];&lt;BR /&gt;class BUSINESS_UNIT_DESC GENDER_CODE DEPARTMENT_DESC;&lt;BR /&gt;var fte;&lt;BR /&gt;keylabel Sum = " ";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;table BUSINESS_UNIT_DESC='Record Count (Some user have multiple records)' * N='Count' ALL*N=Count * N*{style=[font_weight=bold]}&amp;nbsp;/&lt;BR /&gt;contents = ' ' misstext=' ' box={label="&amp;amp;boxlabel"};&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Dec 2015 18:19:54 GMT</pubDate>
    <dc:creator>merrittr</dc:creator>
    <dc:date>2015-12-07T18:19:54Z</dc:date>
    <item>
      <title>Proc tabulate how do i bold row totals</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-how-do-i-bold-row-totals/m-p/238077#M14825</link>
      <description>&lt;P&gt;I have a proc tab below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc tabulate data=WORK.HRIR99991 missing contents = ' ' S=[foreground=highlight.];&lt;BR /&gt;class BUSINESS_UNIT_DESC GENDER_CODE DEPARTMENT_DESC;&lt;BR /&gt;var fte;&lt;BR /&gt;keylabel Sum = " ";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;table BUSINESS_UNIT_DESC='FTE Count' * fte * sum ALL*fte /&lt;BR /&gt;contents = ' ' misstext=' ' box={label="&amp;amp;boxlabel"} style=[font_weight=bold];&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what I want is the final column the ALL&lt;BR /&gt;*fte to show up bolded &amp;nbsp;I cannot seem to figure out how to use&amp;nbsp;&lt;SPAN&gt;style=[font_weight=bold] to affexct that last column&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 15:16:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-how-do-i-bold-row-totals/m-p/238077#M14825</guid>
      <dc:creator>merrittr</dc:creator>
      <dc:date>2015-12-07T15:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate how do i bold row totals</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-how-do-i-bold-row-totals/m-p/238111#M14826</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;table BUSINESS_UNIT_DESC='FTE Count' * fte * sum ALL*fte * sum*{style=[font_weight=bold]}&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:37:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-how-do-i-bold-row-totals/m-p/238111#M14826</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-12-07T17:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate how do i bold row totals</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-how-do-i-bold-row-totals/m-p/238125#M14828</link>
      <description>&lt;P&gt;hey thanks but i dont really understand the syntax i tried applying it to a different proc tab below with no luck can you explain that syntax a bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc tabulate data=WORK.HRIR99991 missing contents = ' ' S=[foreground=highlight.];&lt;BR /&gt;class BUSINESS_UNIT_DESC GENDER_CODE DEPARTMENT_DESC;&lt;BR /&gt;var fte;&lt;BR /&gt;keylabel Sum = " ";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;table BUSINESS_UNIT_DESC='Record Count (Some user have multiple records)' * N='Count' ALL*N=Count * N*{style=[font_weight=bold]}&amp;nbsp;/&lt;BR /&gt;contents = ' ' misstext=' ' box={label="&amp;amp;boxlabel"};&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 18:19:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-how-do-i-bold-row-totals/m-p/238125#M14828</guid>
      <dc:creator>merrittr</dc:creator>
      <dc:date>2015-12-07T18:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate how do i bold row totals</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-how-do-i-bold-row-totals/m-p/238153#M14829</link>
      <description>&lt;P&gt;You should be getting syntax errors because you are nesting N with N and have Count without quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The basic idea is the style is applied to an element that appears in the table. For CLASS varaibles using the CLASSLEV is best.&lt;/P&gt;
&lt;P&gt;When you want a statistics such as N, SUM, Mean appearance modified then the style goes after the statistic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you wrote:&lt;/P&gt;
&lt;P&gt;ALL*N=Count * N*{style=[font_weight=bold]}&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Probably mean&lt;/P&gt;
&lt;P&gt;ALL*N="Count"&amp;nbsp;*{style=[font_weight=bold]}&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tabulate also has a heirarchy on how to apply style elements when row and column both have style specifications. You may need to set Style_precedence=ROW in the table options after the / .&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 20:20:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-tabulate-how-do-i-bold-row-totals/m-p/238153#M14829</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-12-07T20:20:46Z</dc:date>
    </item>
  </channel>
</rss>

