<?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: with excelXP align tabulate row title in middle in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/with-excelXP-align-tabulate-row-title-in-middle/m-p/2023#M893</link>
    <description>many thanks&lt;BR /&gt;
&lt;BR /&gt;
That is the logical solution. It works perfectly. &lt;BR /&gt;
I'm still learning the direction I should look to adjust appearance.&lt;BR /&gt;
&lt;BR /&gt;
Peter</description>
    <pubDate>Thu, 04 Jan 2007 16:15:50 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-01-04T16:15:50Z</dc:date>
    <item>
      <title>with excelXP align tabulate row title in middle</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/with-excelXP-align-tabulate-row-title-in-middle/m-p/2021#M891</link>
      <description>The Doc that comes with excelXP  doc='help' indicates the impressive scope provided by this tagset. However, I seem unable to persuade the class level values to appear anywhere than on the last row of the class level. What am I missing? Here is some code to demonstrate what I seek: [PRE]&lt;BR /&gt;
ods _all_ close ;&lt;BR /&gt;
ods tagsets.excelxp file="demo.rts.alignment.xls" ;&lt;BR /&gt;
ods html            file="demo.rts.alignment.html" ; * for comparison;&lt;BR /&gt;
proc tabulate data= sashelp.class  format= 3. ;&lt;BR /&gt;
  class    sex name ;&lt;BR /&gt;
  classlev sex name /STYLE=[just=center vjust=middle] ; *effective on html ;&lt;BR /&gt;
  table    sex*name, n ;&lt;BR /&gt;
run;&lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Peter</description>
      <pubDate>Thu, 04 Jan 2007 13:09:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/with-excelXP-align-tabulate-row-title-in-middle/m-p/2021#M891</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-01-04T13:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: with excelXP align tabulate row title in middle</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/with-excelXP-align-tabulate-row-title-in-middle/m-p/2022#M892</link>
      <description>There is no way for the tagset to know that you are giving an over ride for the justification.  In excel, justification is part of the style definition.  So this causes special problems that could lead to enormous style definitions.&lt;BR /&gt;
&lt;BR /&gt;
The tagset could be coded to handle this, but it's already slow and I'm&lt;BR /&gt;
hesitant to add more processing for this case when there is a good &lt;BR /&gt;
work around.&lt;BR /&gt;
&lt;BR /&gt;
Currently, to change the justification you need to create a style element with the justification you desire.&lt;BR /&gt;
&lt;BR /&gt;
This will do what you want.&lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
   define style styles.mystyle;&lt;BR /&gt;
          parent=styles.default;&lt;BR /&gt;
&lt;BR /&gt;
   style classlev from header/&lt;BR /&gt;
        vjust=middle&lt;BR /&gt;
        just=center&lt;BR /&gt;
   ;&lt;BR /&gt;
   end;&lt;BR /&gt;
run;&lt;BR /&gt;
   &lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
ods _all_ close ;&lt;BR /&gt;
ods tagsets.excelxp file="demo.rts.alignment.xls" style=mystyle;&lt;BR /&gt;
ods html            file="demo.rts.alignment.html" style=mystyle; * for comparison;&lt;BR /&gt;
proc tabulate data= sashelp.class  format= 3. ;&lt;BR /&gt;
  class    sex name ;&lt;BR /&gt;
  classlev sex name /STYLE=classlev ; *effective on html ;&lt;BR /&gt;
  table    sex*name, n ;&lt;BR /&gt;
run;&lt;BR /&gt;
ods _all_ close;</description>
      <pubDate>Thu, 04 Jan 2007 16:06:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/with-excelXP-align-tabulate-row-title-in-middle/m-p/2022#M892</guid>
      <dc:creator>Eric_SAS</dc:creator>
      <dc:date>2007-01-04T16:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: with excelXP align tabulate row title in middle</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/with-excelXP-align-tabulate-row-title-in-middle/m-p/2023#M893</link>
      <description>many thanks&lt;BR /&gt;
&lt;BR /&gt;
That is the logical solution. It works perfectly. &lt;BR /&gt;
I'm still learning the direction I should look to adjust appearance.&lt;BR /&gt;
&lt;BR /&gt;
Peter</description>
      <pubDate>Thu, 04 Jan 2007 16:15:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/with-excelXP-align-tabulate-row-title-in-middle/m-p/2023#M893</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-01-04T16:15:50Z</dc:date>
    </item>
  </channel>
</rss>

