<?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: Complex formatted out for html/ excel in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Complex-formatted-out-for-html-excel/m-p/623596#M5992</link>
    <description>There two issues here.&lt;BR /&gt;1. Ods Tagset.excel is working in sas EG but not in WRS.&lt;BR /&gt;2. Dependency for cascading prompt works well in stored process but it fails when we use the same stored process in the WRS. As mentioned in the message above SAS environment is 9.2 version and SAS WRS is 4.3 version.</description>
    <pubDate>Mon, 10 Feb 2020 16:00:02 GMT</pubDate>
    <dc:creator>Sarojknayak</dc:creator>
    <dc:date>2020-02-10T16:00:02Z</dc:date>
    <item>
      <title>Complex formatted out for html/ excel</title>
      <link>https://communities.sas.com/t5/Developers/Complex-formatted-out-for-html-excel/m-p/622506#M5990</link>
      <description>&lt;P&gt;Hi All, I am using &lt;STRONG&gt;SAS 9.2 with WRS 4.3 version.&lt;/STRONG&gt; We are using &lt;STRONG&gt;stored procedures&lt;/STRONG&gt; to generate report. However, the major problems are 3-fold.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) HTML numeric values are left aligned.&lt;/P&gt;&lt;P&gt;2) In excel, -ve numeric values are left aligned instead of right (while +ve values are correctly right aligned).&lt;/P&gt;&lt;P&gt;3) Lastly, cascaded dynamic user filter values in WRS are not coming.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The below is the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;FONT&gt;ODS HTML FILE='RTGS.HTML' style=sasweb;&lt;BR /&gt;proc report data= TEST_final nowd&amp;nbsp; split='#' OUT=TEST_final1&lt;BR /&gt;style(report)=[bordercolor= black background=_undef_ rules=rows frame = void]&lt;BR /&gt;style(header)=[font_face="Arial" font_size=11pt borderrightwidth=0.2pt borderbottomwidth=0.2pt bordertopwidth=0.2pt&lt;BR /&gt;borderleftwidth=0.2pt ]&lt;BR /&gt;style(column)=[borderrightwidth=0.2pt borderbottomwidth=0.2pt bordertopwidth=0.2pt borderleftwidth=0.2pt]&lt;BR /&gt;style(lines)=[font_face="Arial" font_size=11pt];&lt;BR /&gt;Title;&lt;BR /&gt;&amp;nbsp;column ('Debit' ('Name of the Work/Head of Account' DEBIT_DESC) AmountDR) ("" ONE)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;('Credit'( ('Head of Account' Subdept)('Name of Work' DESCRIPTION) GLCR) AmountCR);&lt;BR /&gt;&amp;nbsp;define SubDept/ group center order=data "" Width=20;&lt;BR /&gt;&amp;nbsp;define Description / group "" Width=20;&lt;BR /&gt;&amp;nbsp;define DEBIT_DESC / "" display Width=50;&lt;BR /&gt;&amp;nbsp;define GLCR / order"GL Code" center Width=30;&lt;BR /&gt;&amp;nbsp;define ONE / ''&amp;nbsp; width=10 format=$1.;&lt;BR /&gt;&amp;nbsp;define AmountDR/ style(column)={just=r} 'Amount Debit' analysis sum format=comma22.2;&lt;BR /&gt;&amp;nbsp;define AmountCR/ style(column)={just=r} 'Amount Credit' analysis sum format=comma22.2;&lt;BR /&gt;&amp;nbsp;BREAK AFTER Subdept / SUMMARIZE Suppress dol dul&lt;BR /&gt;&amp;nbsp;style(summary)={font_weight=bold font_style=roman};&lt;BR /&gt;&amp;nbsp;RBREAK AFTER / SUMMARIZE dol dul&lt;BR /&gt;&amp;nbsp;style(summary)={font_weight=bold font_style=roman};&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; compute after Subdept;&lt;BR /&gt;&amp;nbsp;AmountDR.sum = '';&lt;BR /&gt;&amp;nbsp;GLCR='Sub Total';&lt;BR /&gt;&amp;nbsp;endcomp;&lt;BR /&gt;&amp;nbsp;compute after ;&lt;BR /&gt;&amp;nbsp;Description = 'Total';&lt;BR /&gt;&amp;nbsp;DEBIT_DESC='Total';&lt;BR /&gt;&amp;nbsp;endcomp;&lt;BR /&gt;&amp;nbsp;run;&lt;BR /&gt;&amp;nbsp; ODS html close;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT&gt;Any urgent help will be really very very appreciated.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Feb 2020 18:13:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Complex-formatted-out-for-html-excel/m-p/622506#M5990</guid>
      <dc:creator>SuniGoel</dc:creator>
      <dc:date>2020-02-05T18:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Complex formatted out for html/ excel</title>
      <link>https://communities.sas.com/t5/Developers/Complex-formatted-out-for-html-excel/m-p/623039#M5991</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;What are the steps for producing the output for Excel, and for opening it with Excel?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 13:04:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Complex-formatted-out-for-html-excel/m-p/623039#M5991</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2020-02-07T13:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Complex formatted out for html/ excel</title>
      <link>https://communities.sas.com/t5/Developers/Complex-formatted-out-for-html-excel/m-p/623596#M5992</link>
      <description>There two issues here.&lt;BR /&gt;1. Ods Tagset.excel is working in sas EG but not in WRS.&lt;BR /&gt;2. Dependency for cascading prompt works well in stored process but it fails when we use the same stored process in the WRS. As mentioned in the message above SAS environment is 9.2 version and SAS WRS is 4.3 version.</description>
      <pubDate>Mon, 10 Feb 2020 16:00:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Complex-formatted-out-for-html-excel/m-p/623596#M5992</guid>
      <dc:creator>Sarojknayak</dc:creator>
      <dc:date>2020-02-10T16:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Complex formatted out for html/ excel</title>
      <link>https://communities.sas.com/t5/Developers/Complex-formatted-out-for-html-excel/m-p/623598#M5993</link>
      <description>The stored process was added to the WRS report. When report generated in wrs, report was exported to excel or html. Here excel and HTML export do not follow the format shown in the report.</description>
      <pubDate>Mon, 10 Feb 2020 16:01:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Complex-formatted-out-for-html-excel/m-p/623598#M5993</guid>
      <dc:creator>Sarojknayak</dc:creator>
      <dc:date>2020-02-10T16:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Complex formatted out for html/ excel</title>
      <link>https://communities.sas.com/t5/Developers/Complex-formatted-out-for-html-excel/m-p/623624#M5994</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;I think that SAS Web Report Studio only supports the SASREPORT* ODS destinations; you cannot use tagsets.ExcelXP.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;In SAS 9.2 that would be SASREPORT11 or SASREPORT12.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 16:54:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Complex-formatted-out-for-html-excel/m-p/623624#M5994</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2020-02-10T16:54:19Z</dc:date>
    </item>
  </channel>
</rss>

