Focal Point
Dropping cents in printed report field

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

April 11, 2006, 08:28 AM
ktnj
Dropping cents in printed report field
Hello All,

I have a field in P7.2 with dollar and cents. For my report display, I want to display only whole dollars (P7C).
Many suggestions on the best way to do this??

All help is appreciated!!


April 11, 2006, 09:03 AM
TexasStingray
Using the Report painter and right click on the field you can change the format to what ever you want. if you have to get into the code just edit it like this

PRINT
...
...
xxx/P7C
...
...
END




Scott

In the TABLE itself you can change the format of the specific column. e.g
a field ABC with Format=P7.2 you could use..

PRINT ABC/P7C field2 field3


Release 7.6.9
Windows
HTML