<?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: Create a multi color title in proc report ods target.excelxp in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Create-a-multi-color-title-in-proc-report-ods-target-excelxp/m-p/160164#M11967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Cynthia !!! You are awesum &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 16:46:37 GMT</pubDate>
    <dc:creator>Smijoss</dc:creator>
    <dc:date>2014-04-01T16:46:37Z</dc:date>
    <item>
      <title>Create a multi color title in proc report ods target.excelxp</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Create-a-multi-color-title-in-proc-report-ods-target-excelxp/m-p/160160#M11963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to overcome most hurdles but now stuck at this one ..&lt;/P&gt;&lt;P&gt;I tried to use the&amp;nbsp; Compute before page&amp;nbsp; Line @001&amp;nbsp;&amp;nbsp; command but&amp;nbsp;&amp;nbsp; the Xml file cannot be opened in excel then. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to create a multi colour title ?&amp;nbsp;&amp;nbsp; Also can we create an excel with transparent background using ODS target.excelxp ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In EG it shows up as :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tmp.JPG" class="jive-image" src="https://communities.sas.com/legacyfs/online/5872_tmp.JPG" /&gt;&lt;/P&gt;&lt;P&gt;However in excel it shows up as - &lt;/P&gt;&lt;P&gt;&lt;IMG alt="tmp2.JPG" class="jive-image" src="https://communities.sas.com/legacyfs/online/5873_tmp2.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code :&lt;/P&gt;&lt;P&gt;Proc report : &lt;/P&gt;&lt;P&gt;title3 justify=left height=9pt font=Arial bold " Data As-of : " color=blue height=9pt font=Arial italic "&amp;amp;Run_Month.";&lt;/P&gt;&lt;P&gt;title4 justify=left height=9pt font=Arial bold " Report ID&amp;nbsp; : " color=blue height=9pt font=Arial italic "5400";&lt;/P&gt;&lt;P&gt;title5 justify=left height=9pt font=Arial bold " REGION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : " color=blue height=9pt font=Arial italic "&amp;amp;Reg_name.";&lt;/P&gt;&lt;P&gt;title6 justify=left height=9pt font=Arial bold " LOB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : " color=blue height=9pt font=Arial italic "&amp;amp;LOB.";&lt;/P&gt;&lt;P&gt;title7 justify=left height=9pt font=Arial bold " Report Date: " color=blue height=9pt font=Arial italic "%sysfunc(date(),worddate.)";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 18:05:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Create-a-multi-color-title-in-proc-report-ods-target-excelxp/m-p/160160#M11963</guid>
      <dc:creator>Smijoss</dc:creator>
      <dc:date>2014-03-28T18:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create a multi color title in proc report ods target.excelxp</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Create-a-multi-color-title-in-proc-report-ods-target-excelxp/m-p/160161#M11964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You likely have to code this into more xml looking values directly instead of using SAS justify font and color. You can try creating a title in Excel and then save as xml spreadsheet and then find the results in the document. Hint: Don't put lots of data or you may be looking for a long time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless you're doing this often it may be easier to settle for editing in Excel.&lt;/P&gt;&lt;P&gt;This is what I find in the xml when saved from Excel where I made the word "title" blue. the text for the title was "Color this title blue"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;PageSetup&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Header x:Margin="0.3" x:Data="&amp;amp;amp;CColor this &amp;amp;amp;K0070C0title&amp;amp;amp;K01+000 blue"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Footer x:Margin="0.3"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/PageSetup&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 21:30:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Create-a-multi-color-title-in-proc-report-ods-target-excelxp/m-p/160161#M11964</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-03-28T21:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create a multi color title in proc report ods target.excelxp</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Create-a-multi-color-title-in-proc-report-ods-target-excelxp/m-p/160162#M11965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="-1" data-externalid="" data-presence="null" data-userid="260198" data-username="ballardw" href="https://communities.sas.com/people/ballardw" id="jive-26019811424084170879711" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #0e66ba;"&gt;Ballardw&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the quick response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I can put this xml code in the sas code&amp;nbsp; so that sas would create it accordingly ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2014 00:31:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Create-a-multi-color-title-in-proc-report-ods-target-excelxp/m-p/160162#M11965</guid>
      <dc:creator>Smijoss</dc:creator>
      <dc:date>2014-03-29T00:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create a multi color title in proc report ods target.excelxp</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Create-a-multi-color-title-in-proc-report-ods-target-excelxp/m-p/160163#M11966</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; I don't think you need to go down the XML road. If you just switch to using ODS ESCAPECHAR, I think you can do it this way, by putting the bold/italic and color in the style override and the&amp;nbsp; stuff that's all the same in the TITLE attributes.&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 tagsets.excelxp file='c:\temp\tcolor.xml' style=sasweb&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; options(embedded_titles='yes');&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 escapechar='^';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;Proc report data=sashelp.class(obs=5) nowd;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;title1 j=l h=9pt font=Arial&amp;nbsp; "^{style[fontweight=bold]Data as-of: ^{style[color=blue fontstyle=italic]March 2014}}";&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;title2 j=l h=9pt font=Arial&amp;nbsp; "^{style[fontweight=bold]Report ID: ^{style[color=blue fontstyle=italic]5400}}";&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;title3 j=l h=9pt font=Arial&amp;nbsp; "^{style[fontweight=bold]REGION: ^{style[color=blue fontstyle=italic]Some Region}}";&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;title4 j=l h=9pt font=Arial&amp;nbsp; "^{style[fontweight=bold]LOB: ^{style[color=blue fontstyle=italic]My LOB}}";&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;title5 j=l h=9pt font=Arial&amp;nbsp; "^{style[fontweight=bold]Report Date: ^{style[color=blue fontstyle=italic]%sysfunc(date(),worddate.)}}";&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;column name age height weight;&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, 29 Mar 2014 00:55:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Create-a-multi-color-title-in-proc-report-ods-target-excelxp/m-p/160163#M11966</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-03-29T00:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create a multi color title in proc report ods target.excelxp</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Create-a-multi-color-title-in-proc-report-ods-target-excelxp/m-p/160164#M11967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Cynthia !!! You are awesum &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 16:46:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Create-a-multi-color-title-in-proc-report-ods-target-excelxp/m-p/160164#M11967</guid>
      <dc:creator>Smijoss</dc:creator>
      <dc:date>2014-04-01T16:46:37Z</dc:date>
    </item>
  </channel>
</rss>

