<?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 proc REPORT column's label style in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-REPORT-column-s-label-style/m-p/171802#M12332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to style an independent column label. I understand how to style in define sections, but how about a label? Let me explain by example what I mean:&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14206240472874370" jivemacro_uid="_14206240472874370"&gt;
&lt;P&gt;proc report data=sashelp.class&lt;/P&gt;
&lt;P&gt; style(header)=[color=blue background=aliceblue];&lt;/P&gt;
&lt;P&gt; column ("Section" (""((name)))) &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ("Another section"("Subsection"(sex age))) ;&lt;/P&gt;
&lt;P&gt; define name / group style(header)=[backgroundcolor=alicegreen foreground=green fontweight=light]; &lt;/P&gt;
&lt;P&gt; define sex / group style(header)=[backgroundcolor=alicegreen foreground=green fontweight=light]; &lt;/P&gt;
&lt;P&gt; define age / group style(header)=[backgroundcolor=alicegreen foreground=green fontweight=light];&lt;/P&gt;
&lt;P&gt;run; &lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="a.png" class="jive-image" src="https://communities.sas.com/legacyfs/online/8606_a.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I'd like to style "Subsection" same as name,sex,age. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2015 09:49:12 GMT</pubDate>
    <dc:creator>karolisb</dc:creator>
    <dc:date>2015-01-07T09:49:12Z</dc:date>
    <item>
      <title>proc REPORT column's label style</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-REPORT-column-s-label-style/m-p/171802#M12332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to style an independent column label. I understand how to style in define sections, but how about a label? Let me explain by example what I mean:&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14206240472874370" jivemacro_uid="_14206240472874370"&gt;
&lt;P&gt;proc report data=sashelp.class&lt;/P&gt;
&lt;P&gt; style(header)=[color=blue background=aliceblue];&lt;/P&gt;
&lt;P&gt; column ("Section" (""((name)))) &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ("Another section"("Subsection"(sex age))) ;&lt;/P&gt;
&lt;P&gt; define name / group style(header)=[backgroundcolor=alicegreen foreground=green fontweight=light]; &lt;/P&gt;
&lt;P&gt; define sex / group style(header)=[backgroundcolor=alicegreen foreground=green fontweight=light]; &lt;/P&gt;
&lt;P&gt; define age / group style(header)=[backgroundcolor=alicegreen foreground=green fontweight=light];&lt;/P&gt;
&lt;P&gt;run; &lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="a.png" class="jive-image" src="https://communities.sas.com/legacyfs/online/8606_a.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I'd like to style "Subsection" same as name,sex,age. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 09:49:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-REPORT-column-s-label-style/m-p/171802#M12332</guid>
      <dc:creator>karolisb</dc:creator>
      <dc:date>2015-01-07T09:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: proc REPORT column's label style</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-REPORT-column-s-label-style/m-p/171803#M12333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't indicate ods destination.&amp;nbsp; I will assume RTF:&lt;/P&gt;&lt;P&gt;ods escapechar="^" noresults;&lt;/P&gt;&lt;P&gt;ods rtf file="s:\temp\rob\test.rtf";&lt;/P&gt;&lt;P&gt;proc report data=sashelp.class&amp;nbsp; nowd&lt;/P&gt;&lt;P&gt;style(header)=[color=blue background=aliceblue];&amp;nbsp; &lt;/P&gt;&lt;P&gt;column ("Section" (""((name))))&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ("Another section"("^S={color=green}Subsection" (sex age))) ;&amp;nbsp; &lt;/P&gt;&lt;P&gt; define name / group style(header)=[backgroundcolor=alicegreen foreground=green fontweight=light];&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; define sex / group style(header)=[backgroundcolor=alicegreen foreground=green fontweight=light];&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; define age / group style(header)=[backgroundcolor=alicegreen foreground=green fontweight=light];&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the escaped style before Subsetcion where I change the color.&amp;nbsp; You can put fonts, sizes etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 10:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-REPORT-column-s-label-style/m-p/171803#M12333</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-01-07T10:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: proc REPORT column's label style</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-REPORT-column-s-label-style/m-p/171804#M12334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 13:07:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-REPORT-column-s-label-style/m-p/171804#M12334</guid>
      <dc:creator>karolisb</dc:creator>
      <dc:date>2015-01-07T13:07:12Z</dc:date>
    </item>
  </channel>
</rss>

