<?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: Orientation of the words in a Proc Tabulate Heading in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Orientation-of-the-words-in-a-Proc-Tabulate-Heading/m-p/418333#M26932</link>
    <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still working on this one. Seems in a proc tabulate there is no style to rotate the heading text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't seem to find anything within ods tagesets.msoffice2k_m&amp;nbsp;that helps me either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dean&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2017 00:49:23 GMT</pubDate>
    <dc:creator>DME790</dc:creator>
    <dc:date>2017-12-05T00:49:23Z</dc:date>
    <item>
      <title>Orientation of the words in a Proc Tabulate Heading</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Orientation-of-the-words-in-a-Proc-Tabulate-Heading/m-p/411822#M26461</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a proc tabulate that has long names as the headers. I want to change the orientation of the words to be vertical in the header so the table fits to one page and is easier to read.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc Tabulate data=work.warra_trans_vq format=comma.;
	Class origin_cd target_cd;
	VAR TRANSFER_CNT;

	Table
		Origin_CD = " " All = " "
		,Target_CD = "Target" * transfer_cnt=" " 
		/Box="Transfers"
	;
		Keylabel SUM=" ";
Run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Current output looks like this:&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="CurrentOuput.GIF" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16542iC9F3F0091C359151/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CurrentOuput.GIF" alt="CurrentOuput.GIF" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Required output:&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="WantedOutput.GIF" style="width: 141px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16544iDF1FCC14EB7A9637/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WantedOutput.GIF" alt="WantedOutput.GIF" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dean&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 05:04:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Orientation-of-the-words-in-a-Proc-Tabulate-Heading/m-p/411822#M26461</guid>
      <dc:creator>DME790</dc:creator>
      <dc:date>2017-11-09T05:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Orientation of the words in a Proc Tabulate Heading</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Orientation-of-the-words-in-a-Proc-Tabulate-Heading/m-p/411894#M26466</link>
      <description>&lt;P&gt;Ckeck&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods tagesets.msoffice2k_m&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 12:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Orientation-of-the-words-in-a-Proc-Tabulate-Heading/m-p/411894#M26466</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-11-09T12:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Orientation of the words in a Proc Tabulate Heading</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Orientation-of-the-words-in-a-Proc-Tabulate-Heading/m-p/418333#M26932</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still working on this one. Seems in a proc tabulate there is no style to rotate the heading text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't seem to find anything within ods tagesets.msoffice2k_m&amp;nbsp;that helps me either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dean&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 00:49:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Orientation-of-the-words-in-a-Proc-Tabulate-Heading/m-p/418333#M26932</guid>
      <dc:creator>DME790</dc:creator>
      <dc:date>2017-12-05T00:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Orientation of the words in a Proc Tabulate Heading</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Orientation-of-the-words-in-a-Proc-Tabulate-Heading/m-p/418457#M26935</link>
      <description>&lt;P&gt;Yes. It doesn't work for PROC TABULATE ,but work for PROC REPORT .&lt;/P&gt;
&lt;P&gt;You can find the detail info about tagset.msoffic2k at&amp;nbsp; support.sas.com&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or Calling&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 12:35:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Orientation-of-the-words-in-a-Proc-Tabulate-Heading/m-p/418457#M26935</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-12-05T12:35:38Z</dc:date>
    </item>
  </channel>
</rss>

