<?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: Indenting with tagsets.excelxp only yields an indent of 2, regardless of value indicated in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Indenting-with-tagsets-excelxp-only-yields-an-indent-of-2/m-p/156113#M11831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;Just to follow up on this discussion, I did get in touch with SAS support.&amp;nbsp; There is an existing defect with tagsets.excelxp regarding the indents, which should be corrected in the next version of SAS.&amp;nbsp; In the meantime, I was given a workaround in the form of a new exceltags.tpl file and some code to insert before the ods statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods path(prepend) work.templat(update); &lt;/P&gt;&lt;P&gt;%include "&amp;lt;file location of exceltags.tpl&amp;gt;"; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Dec 2014 19:48:16 GMT</pubDate>
    <dc:creator>mtrapani</dc:creator>
    <dc:date>2014-12-30T19:48:16Z</dc:date>
    <item>
      <title>Indenting with tagsets.excelxp only yields an indent of 2, regardless of value indicated</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Indenting-with-tagsets-excelxp-only-yields-an-indent-of-2/m-p/156111#M11829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using the indent feature (for example: call define ("description" , 'STYLE', 'STYLE=[INDENT=4]') ), the xml file that is created only shows indents of 2, no matter what value is entered.&amp;nbsp; When the proc report is output in HTML, the indents are rendered correctly, such that indent=XXX will indent however much XXX is indicated.&amp;nbsp; When using tagsets.excelxp however, no matter what value is indicated in indent=XXX, the indent is only 2 "tabs" from the margin.&amp;nbsp; I would appreciate any insight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS 9.4 TS Level 1M2, Windows 7 Pro 64 bit, MS Office 2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a code snippet, with the area in question in bold (near the bottom):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.Excelxp file='&amp;lt;...\faculty-f14.xml' style=printer options(sheet_name="Tenure Track" sheet_interval='proc' width_fudge='0.5' frozen_headers='yes' frozen_rowheaders='1' embedded_footnotes='yes' index='yes');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report data=ttheads4 nowd &lt;/P&gt;&lt;P&gt;style(header)={font_face='Calibri'}&lt;/P&gt;&lt;P&gt;style(column)={font_face='Calibri' tagattr='format:##,###;-##,###;0' /*backgroundcolor=#FFFFFF*/};&lt;/P&gt;&lt;P&gt;/*style(lines)={font_face='Calibri' backgroundcolor=#FFFFFF};*/&lt;/P&gt;&lt;P&gt;footnote bcolor='#FFFFFF' "*Figures include faculty who are on leave without pay, on sabbatical.";&lt;/P&gt;&lt;P&gt;footnote2 bcolor='#FFFFFF' "**Faculty with split appointments are counted in only their berth department.";&lt;/P&gt;&lt;P&gt;&amp;nbsp; column description schlrank divrank unitrank factype _&amp;amp;ym9 _&amp;amp;ym8 _&amp;amp;ym7 _&amp;amp;ym6 _&amp;amp;ym5 _&amp;amp;ym4 _&amp;amp;ym3 _&amp;amp;ym2 _&amp;amp;ym1 _&amp;amp;year;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define description /display '';&lt;/P&gt;&lt;P&gt;&amp;nbsp; define schlrank /display noprint '';&lt;/P&gt;&lt;P&gt;&amp;nbsp; define divrank /display noprint '';&lt;/P&gt;&lt;P&gt;&amp;nbsp; define unitrank /display noprint '';&lt;/P&gt;&lt;P&gt;&amp;nbsp; define factype /display noprint '';&lt;/P&gt;&lt;P&gt;&amp;nbsp; define _&amp;amp;ym9 /display "&amp;amp;yyyym9";&lt;/P&gt;&lt;P&gt;&amp;nbsp; define _&amp;amp;ym8 /display "&amp;amp;yyyym8";&lt;/P&gt;&lt;P&gt;&amp;nbsp; define _&amp;amp;ym7 /display "&amp;amp;yyyym7";&lt;/P&gt;&lt;P&gt;&amp;nbsp; define _&amp;amp;ym6 /display "&amp;amp;yyyym6";&lt;/P&gt;&lt;P&gt;&amp;nbsp; define _&amp;amp;ym5 /display "&amp;amp;yyyym5";&lt;/P&gt;&lt;P&gt;&amp;nbsp; define _&amp;amp;ym4 /display "&amp;amp;yyyym4";&lt;/P&gt;&lt;P&gt;&amp;nbsp; define _&amp;amp;ym3 /display "&amp;amp;yyyym3";&lt;/P&gt;&lt;P&gt;&amp;nbsp; define _&amp;amp;ym2 /display "&amp;amp;yyyym2";&lt;/P&gt;&lt;P&gt;&amp;nbsp; define _&amp;amp;ym1 /display "&amp;amp;yyyym1";&lt;/P&gt;&lt;P&gt;&amp;nbsp; define _&amp;amp;year /display "&amp;amp;yyyy";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; column shading;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define shading /computed noprint '';&lt;/P&gt;&lt;P&gt;&amp;nbsp; compute shading;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if schlrank in (1) and factype in (1) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; call define (_ROW_ , 'STYLE', 'STYLE=[BACKGROUNDCOLOR=#006A4E COLOR=#FFFFFF FONTWEIGHT=BOLD]');&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if schlrank in (1) and factype gt 1 then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; call define (_ROW_ , 'STYLE', 'STYLE=[BACKGROUNDCOLOR=#BBC5AF COLOR=#000000 FONTWEIGHT=BOLD]');&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if schlrank gt 1 and factype in (1) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; call define (_ROW_ , 'STYLE', 'STYLE=[BACKGROUNDCOLOR=#A8A8A8 COLOR=#000000 FONTWEIGHT=BOLD]');&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if schlrank gt 1 and divrank gt 1 and factype in (1) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; call define (_ROW_ , 'STYLE', 'STYLE=[FONTWEIGHT=BOLD]');&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if schlrank gt 1 and divrank gt 1 and unitrank in (1) and factype in (1) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; call define (_ROW_ , 'STYLE', 'STYLE=[BACKGROUNDCOLOR=#E6E6E6 COLOR=#000000 FONTWEIGHT=BOLD]');&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if schlrank gt 1 and divrank gt 1 and unitrank in (1) and factype gt 1 then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; call define (_ROW_ , 'STYLE', 'STYLE=[FONTWEIGHT=BOLD]');&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if factype in (2,6) then do;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; call define ("description" , 'STYLE', 'STYLE=[INDENT=2]');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; end;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if factype in (3,4,5) then do;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; call define ("description" , 'STYLE', 'STYLE=[INDENT=4]');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; end;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.Excelxp close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 15:23:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Indenting-with-tagsets-excelxp-only-yields-an-indent-of-2/m-p/156111#M11829</guid>
      <dc:creator>mtrapani</dc:creator>
      <dc:date>2014-12-18T15:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Indenting with tagsets.excelxp only yields an indent of 2, regardless of value indicated</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Indenting-with-tagsets-excelxp-only-yields-an-indent-of-2/m-p/156112#M11830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I do not believe that INDENT=&amp;nbsp; (or TEXTINDENT= ) is used by TAGSETS.EXCELXP since it is an XML-based destination. If you look in the doc, it says that for XML the default INDENT= is 2. I do not believe you can change this. But Tech Support would know the definitive answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10964iF32AF8E34ECDE884/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="doc_indent_attribute.png" title="doc_indent_attribute.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 19:10:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Indenting-with-tagsets-excelxp-only-yields-an-indent-of-2/m-p/156112#M11830</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-12-18T19:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Indenting with tagsets.excelxp only yields an indent of 2, regardless of value indicated</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Indenting-with-tagsets-excelxp-only-yields-an-indent-of-2/m-p/156113#M11831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;Just to follow up on this discussion, I did get in touch with SAS support.&amp;nbsp; There is an existing defect with tagsets.excelxp regarding the indents, which should be corrected in the next version of SAS.&amp;nbsp; In the meantime, I was given a workaround in the form of a new exceltags.tpl file and some code to insert before the ods statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods path(prepend) work.templat(update); &lt;/P&gt;&lt;P&gt;%include "&amp;lt;file location of exceltags.tpl&amp;gt;"; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 19:48:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Indenting-with-tagsets-excelxp-only-yields-an-indent-of-2/m-p/156113#M11831</guid>
      <dc:creator>mtrapani</dc:creator>
      <dc:date>2014-12-30T19:48:16Z</dc:date>
    </item>
  </channel>
</rss>

