<?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: indentation on long terms in table in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/indentation-on-long-terms-in-table/m-p/409628#M19759</link>
    <description>&lt;P&gt;Thank you Ballardw.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cut from a table, a PDF file produced&amp;nbsp;from proc report. I will look at the option PADDINGLEFT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Nov 2017 21:15:35 GMT</pubDate>
    <dc:creator>fengyuwuzu</dc:creator>
    <dc:date>2017-11-01T21:15:35Z</dc:date>
    <item>
      <title>indentation on long terms in table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/indentation-on-long-terms-in-table/m-p/409608#M19757</link>
      <description>&lt;P&gt;In the picture below, we have some long terms and want to indent them as indicated by the red mark.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea how to do it in SAS?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One idea is to generate a new variable, adding some split characters within the long term based on the width of the column.&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="Capture.PNG" style="width: 382px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16372i1715DDF3BF3981A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 19:42:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/indentation-on-long-terms-in-table/m-p/409608#M19757</guid>
      <dc:creator>fengyuwuzu</dc:creator>
      <dc:date>2017-11-01T19:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: indentation on long terms in table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/indentation-on-long-terms-in-table/m-p/409623#M19758</link>
      <description>&lt;P&gt;First, where is this? In a data set or report output? If report output which procedure? If this is not going to an ODS destination such as HTML, RTF or PDF you may have a lot of work cutout. You might be able in a report procedure to force what looks like an indent with&lt;/P&gt;
&lt;P&gt;a style PADDINGLEFT option. See this brief example using proc print output.&lt;/P&gt;
&lt;PRE&gt;data junk;
   infile datalines dlm='|' truncover;
   length longline $100.;
   input longline value ;
datalines;
   This is a longish line that starts with some spaces.| 124
   As does this line also. Note that I have no special character in the data.|456
This line does not have any leading spaces which are removed by report procedures.| 678
;
run;

proc print data=junk noobs;
   title "Default print";
   var longline /style=[width=1.5in];
   var value;
run;title;

proc print data=junk noobs;
   title "Style option Paddingleft added";
   var longline / style=[width=1.5in paddingleft=.1in ];
   var value;
run;title;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a specific rule involved that the lines starting with "non-compliance" "regulation" "source" or "match" are not indicated?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears as though "Missing or out of Window" "Entered study but subject did not satisfy entry criteria" "Other"&amp;nbsp; are actually group headers and not variable values. Is that actually the case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW PICTURES are the only data interchange form worse than spreadsheet files. At least we can copy and paste an paste from spreadsheets (if we are willing to open them).&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 20:14:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/indentation-on-long-terms-in-table/m-p/409623#M19758</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-11-01T20:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: indentation on long terms in table</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/indentation-on-long-terms-in-table/m-p/409628#M19759</link>
      <description>&lt;P&gt;Thank you Ballardw.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cut from a table, a PDF file produced&amp;nbsp;from proc report. I will look at the option PADDINGLEFT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 21:15:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/indentation-on-long-terms-in-table/m-p/409628#M19759</guid>
      <dc:creator>fengyuwuzu</dc:creator>
      <dc:date>2017-11-01T21:15:35Z</dc:date>
    </item>
  </channel>
</rss>

