SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 36113: Tabulated subtotals do not appear after each group in SAS® Report output in the SAS® Add-In for Microsoft Office

DetailsHotfixAboutRate It

In SAS Add-In for Microsoft Office, when you tabulate totals using the SAS Report format, grouped totals appear at the bottom of the tabulated output rather than after each group. If you use an output format such as HTML the totals correctly appear after each group.

As a workaround, you can insert code into the insert custom code section of the task. In order to do this, you must generate the summary table by using Summary Tables task instead of the wizard. In the task, select Preview Code, click the Insert Code button, and then double-click on the first available line in order to insert the following code.

ODS tagsets.sasreport12 options(rolap="on"); 

Select the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Add-in for Microsoft OfficeMicrosoft® Windows® for x644.24.229.2 TS2M09.2 TS2M0
Microsoft Windows Server 2003 Datacenter Edition4.24.229.2 TS2M09.2 TS2M0
Microsoft Windows Server 2003 Enterprise Edition4.24.229.2 TS2M09.2 TS2M0
Microsoft Windows Server 2003 Standard Edition4.24.229.2 TS2M09.2 TS2M0
Microsoft Windows XP Professional4.24.229.2 TS2M09.2 TS2M0
Windows Vista4.24.229.2 TS2M09.2 TS2M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.