Problem Note 33299: Overlay of the axis labels might occur in the monthly and weekly trend reports
In the generated graph from the monthly_trend_report and weekly_trend_report macros, the axis labels might be overlaid by the axis variables. In some international locales the formatted display of these variables are longer, thus increasing the overlay.
Select the Hot Fix tab in this note to access the hot fix for this issue.
To overcome this problem, new macros are added to turn off the x and y axis labels.
In the batch_report.sas program, add the following statement
before the call to the trend report macros, to disable the x-axis label:
%let display_x_axis_label_YN = N
Likewise, add the following statement before the macro calls to disable the y-axis label:
%let display_y_axis_label_YN = N;
The default value for both of the macro variables is
Y.
Operating System and Release Information
SAS System | SAS Anti-Money Laundering Alert Generation Server | Microsoft® Windows® for x64 | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Advanced Server | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Datacenter Server | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Server | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows NT Workstation | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter Edition | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Enterprise Edition | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Standard Edition | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows XP Professional | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Windows Vista | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
64-bit Enabled AIX | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
64-bit Enabled HP-UX | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
64-bit Enabled Solaris | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Linux | 2.1.1 | 2.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
*
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.
Overlay of the axis variables in the monthly and weekly trend reports might occur due to formatting of the label by SAS/GRAPH® software. This problem is excerbated by certain international locales which generate long axis labels.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2008-09-18 09:00:26 |
Date Created: | 2008-09-15 12:32:53 |