Problem Note 17891: Line plot task does not have a right vertical axis task role in SAS
Enterprise Guide
In SAS Enterprise Guide 4.1, there is no Right Vertical axis Task role
for the graph type 'Multiple vertical column line plots using overlay'.
Here is one method to circumvent the problem:
1. Select Tools => Options => Tasks => Tasks General => change
'Filter unused variables' to Never => Ok.
2. Assign the columns and make any other selections you like.
3. From the Line Overlay task, click 'Preview Code' and
then 'Insert Code'.
4. Scroll down to the section just after the following line:
'Overlay vaxis=axis1 haxis=axis2 frame legend=legend1
5. Double-click the line that shows: 'double-click to insert code'
This will bring up a window 'Enter User Code'.
6. Enter code similar to the following. Note the leading and
ending semicolon (;).
;plot2 your_right_vertical_var * your_horizontal_var;
7. Click OK to close.
8. Click OK to close the 'User code' window.
9. Click the 'X' to close the 'Code preview for task' window.
10. Run the task.
Operating System and Release Information
SAS System | SAS Enterprise Guide | Microsoft Windows XP Professional | 4.1 | 4.2 | 9.1 TS1M3 SP1 | 9.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.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2006-10-17 17:16:30 |
Date Created: | 2006-06-16 12:09:07 |