HI,
I have a report which has 12 months and different revenues and cost types in a
grid display. I am printing
only if the field has >=1. The report is printing the whereever there is empty
space instead of properly columns ex
Descp Mon1 Mon2 Mon3
XXXX 99 00 00
YYYY 00 88 00
ZZZZ 00 00 44
After the condtion my output looks like this
Descp Mon1 Mon2 Mon3
XXXX 99
YYYY 88
ZZZZ 44
The report should print like this
Descp Mon1 Mon2 Mon3
XXXX 99
YYYY 88
ZZZZ 44
Any help is hightly appreciated.
Harsha