I\'m trying to format some cells in a Reporting Services report that will contain DateTime? values - or not.
DateTime?
If the underlying data has a NULL
NULL
use a code like this:
If(isNull([date field]),Null, elsequote)