<?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 Stored Process - xlsx - text header 90 degrees in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Stored-Process-xlsx-text-header-90-degrees/m-p/471425#M21090</link>
    <description>&lt;P&gt;I have a stored process that is accessed via VA. Some of the column headers are lengthy, and I would like to rotate the text on those headers only 90° ? The stored process is using proc report to do all the excel formatting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc report data=details missing nowd split='~'&lt;BR /&gt;style(header)={just=c font_face=Calibri font_size=11pt font_weight=bold color=BLACK background=PKGR};&lt;BR /&gt;columns (('School~Year' doe_year)('Student Name' student_name)('Student~ID' dcps_student_id)&lt;/P&gt;&lt;P&gt;('1718 Integration of~Knowledge &amp;amp; Ideas' PY_RO_Intgrtn_Knwldge_Ideas)&lt;BR /&gt;('1718 Language/Editing~Task' PY_RO_Lngge_Edtng_Tsk)&lt;BR /&gt;('1718 Craft~&amp;amp; Structure' PY_RO_Crft_Strctre)&lt;BR /&gt;('1718 Key Ideas~&amp;amp; Details' PY_RO_Ky_Ids_Dtls)&lt;BR /&gt;('1718 Test-Based~Writing' PY_RO_Txt_Bsd)&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;define doe_year / display style={just=c font_face=Calibri font_size=11pt width=2.0cm}'';&lt;BR /&gt;define student_name / display style={just=l font_face=Calibri font_size=11pt width=6.0cm}'';&lt;BR /&gt;define dcps_student_id / display style={just=c font_face=Calibri font_size=11pt width=3.0cm}'';&lt;/P&gt;&lt;P&gt;define PY_RO_Intgrtn_Knwldge_Ideas / display style={just=c font_face=Calibri font_size=11pt width=1.0cm}'';&lt;BR /&gt;define PY_RO_Lngge_Edtng_Tsk / display style={just=c font_face=Calibri font_size=11pt width=1.0cm}'';&lt;BR /&gt;define PY_RO_Crft_Strctre / display style={just=c font_face=Calibri font_size=11pt width=1.0cm}'';&lt;BR /&gt;define PY_RO_Ky_Ids_Dtls / display style={just=c font_face=Calibri font_size=11pt width=1.0cm}'';&lt;BR /&gt;define PY_RO_Txt_Bsd / display style={just=c font_face=Calibri font_size=11pt width=1.0cm}'';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;compute doe_year;&lt;BR /&gt;count+1;&lt;BR /&gt;if (mod(count,2)) then do;&lt;BR /&gt;call define(_row_,'style','style=[background=#EEE8DC]');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jun 2018 15:43:11 GMT</pubDate>
    <dc:creator>cuevasj</dc:creator>
    <dc:date>2018-06-19T15:43:11Z</dc:date>
    <item>
      <title>Stored Process - xlsx - text header 90 degrees</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Stored-Process-xlsx-text-header-90-degrees/m-p/471425#M21090</link>
      <description>&lt;P&gt;I have a stored process that is accessed via VA. Some of the column headers are lengthy, and I would like to rotate the text on those headers only 90° ? The stored process is using proc report to do all the excel formatting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc report data=details missing nowd split='~'&lt;BR /&gt;style(header)={just=c font_face=Calibri font_size=11pt font_weight=bold color=BLACK background=PKGR};&lt;BR /&gt;columns (('School~Year' doe_year)('Student Name' student_name)('Student~ID' dcps_student_id)&lt;/P&gt;&lt;P&gt;('1718 Integration of~Knowledge &amp;amp; Ideas' PY_RO_Intgrtn_Knwldge_Ideas)&lt;BR /&gt;('1718 Language/Editing~Task' PY_RO_Lngge_Edtng_Tsk)&lt;BR /&gt;('1718 Craft~&amp;amp; Structure' PY_RO_Crft_Strctre)&lt;BR /&gt;('1718 Key Ideas~&amp;amp; Details' PY_RO_Ky_Ids_Dtls)&lt;BR /&gt;('1718 Test-Based~Writing' PY_RO_Txt_Bsd)&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;define doe_year / display style={just=c font_face=Calibri font_size=11pt width=2.0cm}'';&lt;BR /&gt;define student_name / display style={just=l font_face=Calibri font_size=11pt width=6.0cm}'';&lt;BR /&gt;define dcps_student_id / display style={just=c font_face=Calibri font_size=11pt width=3.0cm}'';&lt;/P&gt;&lt;P&gt;define PY_RO_Intgrtn_Knwldge_Ideas / display style={just=c font_face=Calibri font_size=11pt width=1.0cm}'';&lt;BR /&gt;define PY_RO_Lngge_Edtng_Tsk / display style={just=c font_face=Calibri font_size=11pt width=1.0cm}'';&lt;BR /&gt;define PY_RO_Crft_Strctre / display style={just=c font_face=Calibri font_size=11pt width=1.0cm}'';&lt;BR /&gt;define PY_RO_Ky_Ids_Dtls / display style={just=c font_face=Calibri font_size=11pt width=1.0cm}'';&lt;BR /&gt;define PY_RO_Txt_Bsd / display style={just=c font_face=Calibri font_size=11pt width=1.0cm}'';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;compute doe_year;&lt;BR /&gt;count+1;&lt;BR /&gt;if (mod(count,2)) then do;&lt;BR /&gt;call define(_row_,'style','style=[background=#EEE8DC]');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 15:43:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Stored-Process-xlsx-text-header-90-degrees/m-p/471425#M21090</guid>
      <dc:creator>cuevasj</dc:creator>
      <dc:date>2018-06-19T15:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - xlsx - text header 90 degrees</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Stored-Process-xlsx-text-header-90-degrees/m-p/474383#M21218</link>
      <description>&lt;P&gt;Try using the next line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;define _ALL_ / style (header)={tagattr='rotate:90' font_size=11pt vjust=t just=left};&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This should turn all headers.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 08:34:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Stored-Process-xlsx-text-header-90-degrees/m-p/474383#M21218</guid>
      <dc:creator>DJongman</dc:creator>
      <dc:date>2018-06-29T08:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - xlsx - text header 90 degrees</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Stored-Process-xlsx-text-header-90-degrees/m-p/476456#M21274</link>
      <description>What if I only want to rotate some columns, but not others? Is this an all or nothing deal?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jul 2018 14:00:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Stored-Process-xlsx-text-header-90-degrees/m-p/476456#M21274</guid>
      <dc:creator>cuevasj</dc:creator>
      <dc:date>2018-07-09T14:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - xlsx - text header 90 degrees</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Stored-Process-xlsx-text-header-90-degrees/m-p/476539#M21276</link>
      <description>&lt;P&gt;Hi, instead of using define _all_, you would add the style override only to the define statements where you want to rotate the header.&lt;BR /&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 17:38:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Stored-Process-xlsx-text-header-90-degrees/m-p/476539#M21276</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-07-09T17:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process - xlsx - text header 90 degrees</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Stored-Process-xlsx-text-header-90-degrees/m-p/476668#M21277</link>
      <description>&lt;P&gt;Hi Cuevasj,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;As &lt;A id="link_22" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Cynthia_sas&lt;/SPAN&gt;&lt;/A&gt; has written, you can set it&amp;nbsp;for one designated column.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;A little codeline to get you started.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;define &lt;EM&gt;&lt;U&gt;&lt;STRONG&gt;columnname&lt;/STRONG&gt;&lt;/U&gt;&lt;/EM&gt; / style(header)=[tagattr='rotate:90'];&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 05:39:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Stored-Process-xlsx-text-header-90-degrees/m-p/476668#M21277</guid>
      <dc:creator>DJongman</dc:creator>
      <dc:date>2018-07-10T05:39:33Z</dc:date>
    </item>
  </channel>
</rss>

