|
-
August 17th, 2010, 03:29 PM
#1
how to display null-date as blank space in the ms report (+mssql2008) ?
I have ms report showing data from mssql2008 server
When date-field is null an error message appears
Then I modify "select .... aDate... from.." as "select .... isnull(aDate,'')... from.."
And when date-field is null I get "01.01.1900"
---
so how to show blank when date-field is null ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|