<?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: Proc Tabulate Indenting Row Headings and Eliminating Horizontal Separators in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Proc-Tabulate-Indenting-Row-Headings-and-Eliminating-Horizontal/m-p/537503#M7091</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The easiest way to do indenting will require you to switch to PROC REPORT. PROC REPORT gives you the kind of control over the cells that you need. The PROC TABULATE technique to do indenting cannot be made to work in HTML. For example,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="proc_report_indent.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27334i531A1D93CD88E8C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="proc_report_indent.png" alt="proc_report_indent.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The code above takes advantage of the fact that using the JOURNAL style comes automatically with no interior table lines in the table. REGION needs to be on the COLUMN statement, but with NOPRINT in the DEFINE statement to allow it to be used in the LINE statement.&amp;nbsp; The LINE statement in the COMPUTE BEFORE REGION puts the Region: Asia, Region: Canada etc on the report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
    <pubDate>Thu, 21 Feb 2019 19:40:46 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2019-02-21T19:40:46Z</dc:date>
    <item>
      <title>Proc Tabulate Indenting Row Headings and Eliminating Horizontal Separators</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-Tabulate-Indenting-Row-Headings-and-Eliminating-Horizontal/m-p/537027#M7083</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently learning to indent rows and eliminate horizontal lines. I followed the tutorial from this link &lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473757.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473757.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, I have gotten the output on SAS Studio as the following (notice that the horizontal lines and the nested rows are not indented) and not as per how it is supposed to be according to the tutorial.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="indent.PNG" style="width: 541px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27303i79C803A0B2B6E449/image-size/large?v=v2&amp;amp;px=999" role="button" title="indent.PNG" alt="indent.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Would anyone please help me on this? I actually need to do a similar thing to my project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 10:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-Tabulate-Indenting-Row-Headings-and-Eliminating-Horizontal/m-p/537027#M7083</guid>
      <dc:creator>sheren_deep1</dc:creator>
      <dc:date>2019-02-20T10:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate Indenting Row Headings and Eliminating Horizontal Separators</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-Tabulate-Indenting-Row-Headings-and-Eliminating-Horizontal/m-p/537258#M7084</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Unfortunately, the documentation example that you followed uses features that only work in the LISTING window. They do NOT work in HTML. IF you notice the output in the doc, it looks quite plain and no colors at all. That's because the LISTING window or OUTPUT window is the oldest (original) way to see SAS output in a "monospace" font -- which means no colors, no headers in a different color, no nice HTML output (which is the default SAS Studio output). That is why your TABULATE code and options like NOSEPS and INDENT don't work in HTML.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 00:09:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-Tabulate-Indenting-Row-Headings-and-Eliminating-Horizontal/m-p/537258#M7084</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-02-21T00:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate Indenting Row Headings and Eliminating Horizontal Separators</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-Tabulate-Indenting-Row-Headings-and-Eliminating-Horizontal/m-p/537269#M7086</link>
      <description>&lt;P&gt;Hi Cyntia,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for explanation. How can I indent the nested row and eliminate the horizontal line on the HTML SAS Studio default output? Would really appreciate your help. I have been trying to look for a solution for days now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sheren&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 02:23:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-Tabulate-Indenting-Row-Headings-and-Eliminating-Horizontal/m-p/537269#M7086</guid>
      <dc:creator>sheren_deep1</dc:creator>
      <dc:date>2019-02-21T02:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate Indenting Row Headings and Eliminating Horizontal Separators</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-Tabulate-Indenting-Row-Headings-and-Eliminating-Horizontal/m-p/537503#M7091</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The easiest way to do indenting will require you to switch to PROC REPORT. PROC REPORT gives you the kind of control over the cells that you need. The PROC TABULATE technique to do indenting cannot be made to work in HTML. For example,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="proc_report_indent.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27334i531A1D93CD88E8C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="proc_report_indent.png" alt="proc_report_indent.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The code above takes advantage of the fact that using the JOURNAL style comes automatically with no interior table lines in the table. REGION needs to be on the COLUMN statement, but with NOPRINT in the DEFINE statement to allow it to be used in the LINE statement.&amp;nbsp; The LINE statement in the COMPUTE BEFORE REGION puts the Region: Asia, Region: Canada etc on the report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 19:40:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-Tabulate-Indenting-Row-Headings-and-Eliminating-Horizontal/m-p/537503#M7091</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-02-21T19:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Tabulate Indenting Row Headings and Eliminating Horizontal Separators</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Proc-Tabulate-Indenting-Row-Headings-and-Eliminating-Horizontal/m-p/537504#M7092</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The easiest way to do indenting will require you to switch to PROC REPORT. PROC REPORT gives you the kind of control over the cells that you need. The PROC TABULATE technique to do indenting cannot be made to work in HTML. For example,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="proc_report_indent.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27334i531A1D93CD88E8C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="proc_report_indent.png" alt="proc_report_indent.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The code above takes advantage of the fact that using the JOURNAL style comes automatically with no interior table lines in the table. REGION needs to be on the COLUMN statement, but with NOPRINT in the DEFINE statement to allow it to be used in the LINE statement.&amp;nbsp; The LINE statement in the COMPUTE BEFORE REGION puts the Region: Asia, Region: Canada etc on the report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 19:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Proc-Tabulate-Indenting-Row-Headings-and-Eliminating-Horizontal/m-p/537504#M7092</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-02-21T19:40:52Z</dc:date>
    </item>
  </channel>
</rss>

