I have a report that has many fields. Of course, I don't want every field to print if it is null, the report would be long and ambiguous and nasty.
Is there a way to skip a field and have the next field (if not null) print in the same position?
Is there a way to skip a field and have the next field (if not null) print in the same position?