I have a report column which appears blank when printing via Crystal reports 2008.
I ran a length({column}) on it and verified that length returns 1-15 blank characters on many records (the records appearing to be null)
I then ran length(trim({column})) on it, but the length did not change.
My data source is an old SAS system.
Any ideas on how to get rid of the records with non-printing characters?
Is there something like a clean() function in cr2008?
I ran a length({column}) on it and verified that length returns 1-15 blank characters on many records (the records appearing to be null)
I then ran length(trim({column})) on it, but the length did not change.
My data source is an old SAS system.
Any ideas on how to get rid of the records with non-printing characters?
Is there something like a clean() function in cr2008?