I am using Oracle Reports 6i, and I am trying to SUM fields that are selected from a database. Although the fields are defined as VARCHAR2, they usually contain a number. I tried to convert the fields using to_number in the SELECT statement, but the report prints a box with an X in it, and the propery pallette says the source of the field is <null>. Is there any way to get a sum on these fields?