I do a coalesce(date,' ') as date
Here if date is NULL it is replaced with a blank string
But my report shows up as 1/1/1900 if the date is NULL in the database.
I tried lots of things but could not avoid it.
I want it to display a blank string if there is a NULL.
Database: SQL Server 2000
MSTR V: 7.5.1
Here if date is NULL it is replaced with a blank string
But my report shows up as 1/1/1900 if the date is NULL in the database.
I tried lots of things but could not avoid it.
I want it to display a blank string if there is a NULL.
Database: SQL Server 2000
MSTR V: 7.5.1