I' ve got a problem with printing a report in Crystal Reports. The data to the report is taken from PostgreSQL database. Crystal Reports is using by C# .net 4.0 Windows Forms Application. I put on report field which is DateTime field - in the database that fields is null(mostly) . But if I print report the crystal reports put instead null values current date which is not correct, because that date is the time when the contract with customer is finished. The null value meaning that is not finished. How could I get on reports: if field is null, field have to be blank?
Thanks for any help