I'm having difficulty with formatting in the column header of Oracle reports.
Sometimes I have column headings, which have names which must span more than one line.
For example, I have a heading called "Remaining Days" in one of my reports. In the Oracle Reports Builder 10g It appears as:
Remaining
Days
i.e. there is a newline between "Remaining" and "Days"
The output appears properly when I generate the report from the report builder, however, when I compile the report on the server, then run it, the results are as follows:
RemainingDa
ys
Is there a way to force a newline in this column name?