Focal Point
PDF Formatting

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2251018331

November 27, 2004, 09:22 AM
<Kalyan>
PDF Formatting
I have a PDF report. I display 3 fields in a column using OVER & corresponding percentage values in another column. but i'm not able to align or format it. help!!
The report is like this...

total 1000 100%
value1 250 25%
value2 500 50%
value3 250 25%
December 21, 2004, 02:26 PM
<monte2000>
Kalyan solved this by using an 'IN +n' clause to position the fields.
December 24, 2004, 08:36 AM
<Kalyan>
Oh sorry guys for not posting abt this. This is the sample code which I used:


TABLE FILE REPDTL
PRINT
OPN_BIL_AMT_CURR IN 18 AS 'current' OVER
BLANK IN 18 as ''
END
December 30, 2004, 06:18 PM
David Sibert
In a PDF I have always used a Style to align things.

David