Hello forum,
How can i set a blank date field on SSRS report bulder.
Will be glad for quick response.
Thank you.
*This post is locked for comments
Hello forum,
How can i set a blank date field on SSRS report bulder.
Will be glad for quick response.
Thank you.
*This post is locked for comments
I see..
Just fix your SQL Query.
Rather than you show 01/01/1900 like that, right?
Fix your SQL Query to show Null, it will show Null/Blank as well in the SSRS.
Thanks for your response.
Just want to set a blank date field after i generated my report, rather than have some odd date.
Regards,
Disu Ridwan
What do you mean? Is that Report Parameter or Text Data Field.
If Text Data Field, if in the SQL Query returns blank or Null Data, then it will show the blank date as well.
I only put the field value:
Or you can use this:
=IIf(IsNothing(Fields!DateTime.Value), "", Fields!DateTime.Value)
Based on your criteria using IIF, the key is the IIF IsNothing and ""
Or, if what do you mean is parameter, you can set this:
Result:
Thank you.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,432
Most Valuable Professional
nmaenpaa
101,156