<?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: Vertical column headings in proc report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7513#M2763</link>
    <description>Thanks,&lt;BR /&gt;
I think this is one common answer to most of my questions, "it will come in the next version at autom." &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
I will try to experiment with mso-rotate and also investigate the tagset-rtf.</description>
    <pubDate>Sun, 16 Mar 2008 10:09:26 GMT</pubDate>
    <dc:creator>AndersBergquist</dc:creator>
    <dc:date>2008-03-16T10:09:26Z</dc:date>
    <item>
      <title>Vertical column headings in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7507#M2757</link>
      <description>I am trying to get vertical headings in a proc report heading. I like to have the headings in a 90 degree angle to the table. This is like the distants tables in Atlas.&lt;BR /&gt;
&lt;BR /&gt;
I have not fund a way to do it, does someone of You know how to do?</description>
      <pubDate>Sat, 15 Mar 2008 14:27:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7507#M2757</guid>
      <dc:creator>AndersBergquist</dc:creator>
      <dc:date>2008-03-15T14:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical column headings in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7508#M2758</link>
      <description>Hi:&lt;BR /&gt;
  PROC PRINT automatically has an option to make the headers vertical. PROC REPORT requires that you use the techniques in this previous posting. Keep in mind that the ODS ESCAPECHAR method in this forum posting only works for ODS destinations that support style (which EXCLUDES the LISTING destination).&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=7928Ỹ" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=7928Ỹ&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 15 Mar 2008 21:31:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7508#M2758</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-03-15T21:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical column headings in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7509#M2759</link>
      <description>Thanks for the response. I will check out the rtf-paper. The escapcaracter n will not work for me because I need to verticalize an across variable and I will have the text turn 90 degrees, not the latters standing on top of each other.&lt;BR /&gt;
&lt;BR /&gt;
In my case, this is not something I will do because it exist or some unecessary thing, or feature request, it is a very usefull feature. We have 16 railway stations and 36 deparatures each day (and directions). The only way to make them representated in a propoer way is to put the station name in top and the departures on the left. And reading from left to rigth You can follow the numbers who boarded the train, or the numbers onboard. The only way to make it fit, is to put the name of the railway stations vertical.&lt;BR /&gt;
&lt;BR /&gt;
The railway stations is familar to everybody so there is no problem to read the text and I will not publish it on an official website so the argument about screen readers is not valid.&lt;BR /&gt;
 &lt;BR /&gt;
Just some comments about these request as unecessary and as an example of bad habit.</description>
      <pubDate>Sat, 15 Mar 2008 22:19:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7509#M2759</guid>
      <dc:creator>AndersBergquist</dc:creator>
      <dc:date>2008-03-15T22:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical column headings in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7510#M2760</link>
      <description>Hi:&lt;BR /&gt;
  Yes, I agree. That sounds like you really need to rotate the headers. &lt;BR /&gt;
&lt;BR /&gt;
  There is a mso-rotate style attribute that allows rotation, but I believe it only works for Excel and not for Word. The RTF method may be the only method available to you. You will need to turn PROTECTSPECIALCHARS=OFF in order to send the RTF control string from ODS to RTF without ODS trying to "protect" the special characters. There should be an example of this in the referenced paper.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 15 Mar 2008 22:30:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7510#M2760</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-03-15T22:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical column headings in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7511#M2761</link>
      <description>Maybe this is the best rtf-solution, from support.sas.com&lt;BR /&gt;
&lt;BR /&gt;
Column Header Rotation&lt;BR /&gt;
The OPTIONS statement can be used for manipulating the RTF table row instructions. The following code snippet rotates the column header.&lt;BR /&gt;
&lt;BR /&gt;
  options orientation=landscape nodate nonumber;&lt;BR /&gt;
  ods listing close;&lt;BR /&gt;
&lt;BR /&gt;
  ods tagsets.rtf file="Mrotate.rtf"&lt;BR /&gt;
&lt;BR /&gt;
     OPTIONS(TRHDR="\trrh750"&lt;BR /&gt;
             TROWHDRCELL="\cltxbtlr"&lt;BR /&gt;
             TROWD="\rtlrow" );&lt;BR /&gt;
&lt;BR /&gt;
  proc print data=sashelp.class(obs=5); run;&lt;BR /&gt;
&lt;BR /&gt;
  ods _all_ close;</description>
      <pubDate>Sat, 15 Mar 2008 22:45:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7511#M2761</guid>
      <dc:creator>AndersBergquist</dc:creator>
      <dc:date>2008-03-15T22:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical column headings in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7512#M2762</link>
      <description>Hi:&lt;BR /&gt;
  You may have to download tagsets.rtf which is experimental or pre-production in SAS 9.1 and production in SAS 9.2. I'm not sure whether that snippet of RTF code would work in the original ODS RTF (probably not, since ODS RTF does not have an OPTIONS capability).&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 16 Mar 2008 01:31:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7512#M2762</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-03-16T01:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical column headings in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7513#M2763</link>
      <description>Thanks,&lt;BR /&gt;
I think this is one common answer to most of my questions, "it will come in the next version at autom." &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
I will try to experiment with mso-rotate and also investigate the tagset-rtf.</description>
      <pubDate>Sun, 16 Mar 2008 10:09:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7513#M2763</guid>
      <dc:creator>AndersBergquist</dc:creator>
      <dc:date>2008-03-16T10:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical column headings in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7514#M2764</link>
      <description>Hi:&lt;BR /&gt;
  One workaround that my students have told me about (when they need to do something based on an RTF file (like selectively double underline one header)) is to generate the table in "regular" RTF and then run a VB script or Word macro to perform the changes they want and resave the file as a .DOC file.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 16 Mar 2008 12:59:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Vertical-column-headings-in-proc-report/m-p/7514#M2764</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-03-16T12:59:29Z</dc:date>
    </item>
  </channel>
</rss>

