basically, I want some of my column headings to be two lines in height. Problem is, the column headings dont align exactly on the same base line.
in the PH section of the report, I have a text object which is used as a column heading.
The text object is two lines in height and I use a formula which returns a string containing a "carriage return" to get a two line column heading.
"% " +
{@yy0} + chr(13) + "Business"
How can I get all my column headings to align vertically on the same base line?
thanks,
-Steve