<?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 Report - Analysis in Rows? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204557#M13596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Coloring by row seems to be easy, but I cannot find a single example anywhere of the column coloring the data.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 17:36:26 GMT</pubDate>
    <dc:creator>wcp_fnfg</dc:creator>
    <dc:date>2015-03-18T17:36:26Z</dc:date>
    <item>
      <title>Proc Report - Analysis in Rows?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204552#M13591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to get my sums in rows instead of columns, under an across, while using Proc Report (for formatting flexibility).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Group1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Group2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Statistic&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Across1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Across2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Across3&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;NY&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Upstate&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sum of X&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sum of Y&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Downstate&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sum of X&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Sum of Y&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;PA&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Philadelphia&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;ETC....&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the code were tabulate, it'd look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data = sashelp.cars;&lt;/P&gt;&lt;P&gt;class make model type;&lt;/P&gt;&lt;P&gt;var msrp invoice;&lt;/P&gt;&lt;P&gt;table (make='')*(model='')*&lt;/P&gt;&lt;P&gt;(msrp='Sum MSRP' *sum=''&lt;/P&gt;&lt;P&gt; invoice='Sum Invoice' *sum=''),&lt;/P&gt;&lt;P&gt;(type='')/&lt;/P&gt;&lt;P&gt;box='' row=float;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 14:24:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204552#M13591</guid>
      <dc:creator>wcp_fnfg</dc:creator>
      <dc:date>2015-03-18T14:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report - Analysis in Rows?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204553#M13592</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; Proc REPORT doesn't do "stacking" in the ROW dimension like PROC TABULATE allows in its syntax. But, you CAN generate a report like you want. But you will need to "flip" the data around a bit. As a teaser, here's an example comparing TABULATE output from your code with REPORT (using only Acura to fit in one screen):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="report_like_tab.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9610_report_like_tab.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the code. I made a "helper" variable called SUBGRP in a DATA step program so that there would be a SUBGRP column on the report.&lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods html file='c:\temp\flip_it.html';&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.cars;&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; where make = 'Acura'&amp;nbsp; ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;title '1) TABULATE';&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 make model type;&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 msrp invoice;&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 (make='')*(model='')*&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;&amp;nbsp; (msrp='Sum MSRP' *sum='' &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;invoice='Sum Invoice' *sum=''),&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; (type='')/&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; box='' row=float;&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;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;data flip_it;&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; set sashelp.cars;&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; length subgrp $10;&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; where make = 'Acura'&amp;nbsp; ;&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; subgrp = 'MSRP';&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; val = msrp;&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; output;&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; subgrp = 'Invoice';&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; val = invoice;&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; output;&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;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;options 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;proc report data=flip_it nowd spanrows;&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; title '2) REPORT';&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; column make model subgrp val,type val=vtot;&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; define make / group style(column)=Header;&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; define model / group style(column)=Header;&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; define subgrp / group order=data style(column)=Header;&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; define type / across ' ';&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; define val / sum f=comma10.2 ' ';&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; define vtot / sum 'Total of Row' f=comma10.2;&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; rbreak after / summarize;&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 html close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 15:08:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204553#M13592</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-03-18T15:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report - Analysis in Rows?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204554#M13593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice to see you again, Cynthia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspected this would be the case, I was just hoping to avoid it.&amp;nbsp; I'll either set this up or figure out a compromise with Tabulate or something.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 15:12:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204554#M13593</guid>
      <dc:creator>wcp_fnfg</dc:creator>
      <dc:date>2015-03-18T15:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report - Analysis in Rows?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204555#M13594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any thoughts on how to highlight the Sports column say with a yellow background or with bold font?&amp;nbsp; I'm having trouble getting the format to carry through the whole column and not just highlight the header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;value $light&lt;/P&gt;&lt;P&gt;'Sports' = yellow&lt;/P&gt;&lt;P&gt;other = white;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data = sashelp.cars;&lt;/P&gt;&lt;P&gt;where make = 'Acura';&lt;/P&gt;&lt;P&gt;class make model type;&lt;/P&gt;&lt;P&gt;classlev type/style=[background = $light.];&lt;/P&gt;&lt;P&gt;var msrp invoice;&lt;/P&gt;&lt;P&gt;table (make='')*(model='')*&lt;/P&gt;&lt;P&gt;(msrp='Sum MSRP' *sum=''&lt;/P&gt;&lt;P&gt;invoice='Sum Invoice' *sum=''),&lt;/P&gt;&lt;P&gt;(type='')/&lt;/P&gt;&lt;P&gt;box='' row=float;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:35:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204555#M13594</guid>
      <dc:creator>wcp_fnfg</dc:creator>
      <dc:date>2015-03-18T16:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report - Analysis in Rows?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204556#M13595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/25/102.html" title="http://support.sas.com/kb/25/102.html"&gt;25102 - Applying the same style across a row in the TABULATE procedure&lt;/A&gt; has an example. Or &lt;A href="http://support.sas.com/resources/papers/proceedings13/366-2013.pdf" title="http://support.sas.com/resources/papers/proceedings13/366-2013.pdf"&gt;http://support.sas.com/resources/papers/proceedings13/366-2013.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can add the Parent to VAR variables and statistics as well. You may need to set STYLE_PRECEDENCE=Row as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 17:31:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204556#M13595</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-18T17:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report - Analysis in Rows?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204557#M13596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Coloring by row seems to be easy, but I cannot find a single example anywhere of the column coloring the data.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 17:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204557#M13596</guid>
      <dc:creator>wcp_fnfg</dc:creator>
      <dc:date>2015-03-18T17:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report - Analysis in Rows?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204558#M13597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Page 18 here describes a solution.&amp;nbsp; However it dictates that the header style must always be carried.&amp;nbsp; I don't see a way to selectively carry the header attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/stylesinprocs.pdf" title="https://support.sas.com/resources/papers/stylesinprocs.pdf"&gt;https://support.sas.com/resources/papers/stylesinprocs.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 18:32:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204558#M13597</guid>
      <dc:creator>wcp_fnfg</dc:creator>
      <dc:date>2015-03-18T18:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report - Analysis in Rows?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204559#M13598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is time to more clearly describe your data and SHOW what you want the output to look like. Generate the html (or RTF) output without style overrides and then edit it to look as desired and post that. I think we're guessing as to what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 19:34:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204559#M13598</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-18T19:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report - Analysis in Rows?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204560#M13599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's not actually an option for me to attach a file.&amp;nbsp; So the "no style" output below has columns first\second\third.&amp;nbsp; The header background is beige and the data background is white.&amp;nbsp; In the second, styled output, the column third is all green, but the first\second columns' data background also carries the header background - they fill beige instead of remaining white.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp&lt;/P&gt;&lt;P&gt;file= "test.xml"&lt;/P&gt;&lt;P&gt;style=normal&lt;/P&gt;&lt;P&gt;options (SHEET_INTERVAL="none");&lt;/P&gt;&lt;P&gt;title 'no styles';&lt;/P&gt;&lt;P&gt;proc tabulate data = test;&lt;/P&gt;&lt;P&gt;class name category;&lt;/P&gt;&lt;P&gt;var val;&lt;/P&gt;&lt;P&gt;table name=' ',category=' '*val=' ';&lt;/P&gt;&lt;P&gt;keylabel sum=' ';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;value $cat &lt;/P&gt;&lt;P&gt;/*'first'=yellow*/&lt;/P&gt;&lt;P&gt;/*'second'=red*/&lt;/P&gt;&lt;P&gt;'third'=green;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;title 'Green is styled intentionally, but first\second are unintentionally';&lt;/P&gt;&lt;P&gt;proc tabulate data=test;&lt;/P&gt;&lt;P&gt;class name category;&lt;/P&gt;&lt;P&gt;classlev category / s=[background=$cat.];&lt;/P&gt;&lt;P&gt;var val / style=&amp;lt;parent&amp;gt;;&lt;/P&gt;&lt;P&gt;keyword sum / style=&amp;lt;parent&amp;gt;;&lt;/P&gt;&lt;P&gt;keylabel sum=' ';&lt;/P&gt;&lt;P&gt;table name=' ',category=' '*val=' '*&lt;/P&gt;&lt;P&gt;{style=&amp;lt;parent&amp;gt; {foreground=black}};&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 19:52:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Analysis-in-Rows/m-p/204560#M13599</guid>
      <dc:creator>wcp_fnfg</dc:creator>
      <dc:date>2015-03-18T19:52:24Z</dc:date>
    </item>
  </channel>
</rss>

