[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Print-Chart Only Printing Blank Lines
- Subject: Re: Print-Chart Only Printing Blank Lines
- From: ANDERSD2 <ANDERSD2@OAKWOOD.ORG>
- Date: Tue, 27 Feb 2001 07:43:17 -0500
Thank you for all of your help. For anyone looking to build a graph with
SQR using PeopleSoft...
. Do not use the typical setup sqc programs (setup01.sqc) as they are not
compatible with graphing. Note, the placement of the sqc must be in the
SETUP procedure. Use any of the following setup.sqc programs:
125 (Portrait, 125 columns)
177 (Landscape, 177 columns)
160 (Portrait, 160 columns)
215 (Landscape, 215 columns)
. You must define #ColR
. Create an array holding the data to be graphed.
. Follow the SQR example for PRINT-CHART. I found putting all the chart
requirements within PRINT-CHART easier than breaking them into two sections
(DECLARE-CHART and PRINT-CHART).
. If you want to dictate the font size of the TITLE or SUBTITLE, use a
variation of the following...
let $Title = '[FONT=4][SIZE=28]' || $Descr
let $SubTitle = '[FONT=4][SIZE=14]' || 'Run Time v Average Run Time'
Again, thank you to everyone who responded to my request - it was all very
helpful. Also, thank you to past posters as the information was invaluable
for the configuration of SQR Viewer to view and print the graphs.
David Anderson
Compuware Professional Services
Oakwood Health Services - Muirhead