<?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: Trying to format every other row a color..... in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-format-every-other-row-a-color/m-p/642290#M23975</link>
    <description>&lt;P&gt;This code has an example&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/23/647.html" target="_blank"&gt;https://support.sas.com/kb/23/647.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2020 15:15:17 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-04-23T15:15:17Z</dc:date>
    <item>
      <title>Trying to format every other row a color.....</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-format-every-other-row-a-color/m-p/642261#M23968</link>
      <description>&lt;P&gt;I know this should be simple but for some reason I'm not getting it to work.&amp;nbsp; I need my ods statement to format my export to be shaded every other color as follows.&amp;nbsp; Any quick way to do this?&amp;nbsp; TIA!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cjac45_1-1587652845661.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38584i1E34028746ED5A85/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cjac45_1-1587652845661.png" alt="cjac45_1-1587652845661.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 14:42:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-format-every-other-row-a-color/m-p/642261#M23968</guid>
      <dc:creator>cjac45</dc:creator>
      <dc:date>2020-04-23T14:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to format every other row a color.....</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-format-every-other-row-a-color/m-p/642264#M23969</link>
      <description>&lt;P&gt;It might help significantly if you provide what is supposed to generate that output.&lt;/P&gt;
&lt;P&gt;Proc Report? Other Procedure? Every single procedure without any intervention from you (likely going to be a significant amount of work though sometimes I am pleasantly surprised by SAS).&lt;/P&gt;
&lt;P&gt;Does it need to be specific colors or change with the current ODS style used?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 14:45:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-format-every-other-row-a-color/m-p/642264#M23969</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-04-23T14:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to format every other row a color.....</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-format-every-other-row-a-color/m-p/642268#M23972</link>
      <description>&lt;P&gt;Here is what I am doing!&amp;nbsp; And I just want it consistent shading every other color grey.&amp;nbsp; It is for easier readability.&amp;nbsp; &amp;nbsp;&lt;BR /&gt;/*EXPORT TO EXCEL*/&lt;BR /&gt;ods path sashelp.tmplmst (read);&lt;/P&gt;&lt;P&gt;ods listing close;&lt;BR /&gt;ods results off;&lt;BR /&gt;ods tagsets.excelxp&lt;BR /&gt;FILE="FILENAME.xls"&lt;BR /&gt;STYLE=SansPrinter&lt;BR /&gt;options(sheet_interval = "none"&lt;BR /&gt;embedded_titles = 'yes'&lt;BR /&gt;sheet_name = 'P&amp;amp;L Only'&lt;BR /&gt;zoom = '80'&lt;BR /&gt;paper='letter'&lt;BR /&gt;autofit_height ='yes'&lt;BR /&gt;frozen_headers = '3'&lt;BR /&gt;fittopage = 'yes'&lt;BR /&gt;embedded_footnotes = 'no'&lt;BR /&gt;orientation = 'landscape'&lt;BR /&gt;pagebreaks = 'yes'&lt;BR /&gt;rowcolheadings = 'no'&lt;BR /&gt;autofilter = 'none'&lt;BR /&gt;suppress_bylines = 'yes');&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*DATA FOR THE TEAM TOTAL TAB*;&lt;BR /&gt;ods tagsets.excelxp&lt;BR /&gt;options(sheet_interval = "none"&lt;BR /&gt;frozen_headers = '3'&lt;BR /&gt;sheet_name = 'Team Total'&lt;BR /&gt;absolute_column_width = '20,15,15,15,15,15,15,15,15,15,15,15,15,15,15');&lt;BR /&gt;proc report nowd data=final_team_total SPLIT="*" MISSING;&lt;BR /&gt;title1 justify=left height=17pt color="#00004d" bold&lt;BR /&gt;"Reporting and Analytics";&lt;BR /&gt;title2 justify=left height=15pt color="#00004d" bold&lt;BR /&gt;;&lt;BR /&gt;title3 justify=left height=15pt color="#00004d" bold&lt;BR /&gt;"Summary by Team/Unit";&lt;/P&gt;&lt;P&gt;columns&lt;BR /&gt;team_unit_rpt_nm savings_type_flag january february march april may june july august september october november december save_ytd ;&lt;/P&gt;&lt;P&gt;DEFINE team_unit_rpt_nm / display "Team Unit" ;&lt;BR /&gt;DEFINE savings_type_flag / display "Savings Type" ;&lt;BR /&gt;DEFINE january / display "January" format=dollar20.2 ;&lt;BR /&gt;DEFINE february / display "February" format=dollar20.2 ;&lt;BR /&gt;DEFINE march / display "March" format=dollar20.2 ;&lt;BR /&gt;DEFINE april / display "April" format=dollar20.2;&lt;BR /&gt;DEFINE may / display "May" format=dollar20.2;&lt;BR /&gt;DEFINE june / display "June" format=dollar20.2;&lt;BR /&gt;DEFINE July / display "July" format=dollar20.2 ;&lt;BR /&gt;DEFINE august / display "August" format=dollar20.2;&lt;BR /&gt;DEFINE september / display "September" format=dollar20.2 ;&lt;BR /&gt;DEFINE october / display "October" format=dollar20.2 ;&lt;BR /&gt;DEFINE november / display "November" format=dollar20.2 ;&lt;BR /&gt;DEFINE december / display "December" format=dollar20.2 ;&lt;BR /&gt;DEFINE save_ytd / display "YTD" format=dollar20.2;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;title1;&lt;BR /&gt;ODS TAGSETS.EXCELXP CLOSE;&lt;BR /&gt;ODS LISTING;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 14:52:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-format-every-other-row-a-color/m-p/642268#M23972</guid>
      <dc:creator>cjac45</dc:creator>
      <dc:date>2020-04-23T14:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to format every other row a color.....</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-format-every-other-row-a-color/m-p/642290#M23975</link>
      <description>&lt;P&gt;This code has an example&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/23/647.html" target="_blank"&gt;https://support.sas.com/kb/23/647.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 15:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-format-every-other-row-a-color/m-p/642290#M23975</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-04-23T15:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to format every other row a color.....</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-format-every-other-row-a-color/m-p/642318#M23976</link>
      <description>&lt;P&gt;Thanks so much!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 15:53:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-format-every-other-row-a-color/m-p/642318#M23976</guid>
      <dc:creator>cjac45</dc:creator>
      <dc:date>2020-04-23T15:53:19Z</dc:date>
    </item>
  </channel>
</rss>

