Software engineering and business solutions blog featuring SaaS reviews, automation tools, and business insurance guides. Buyer-intent content designed to drive high-quality traffic and conversions.
Tuesday, November 27, 2007
SQL Reporting Services Expression
If you ever need to insert "data not available" or "n/a" use the following code.
=IIf(Fields!HoursAllocated.Value is nothing, "No Data Supplied", Fields!HoursAllocated.Value)
1 comment:
Anonymous
said...
Thanks for posting this. I`ve been trying is null unsuccessfully and going mad.
1 comment:
Thanks for posting this. I`ve been trying is null unsuccessfully and going mad.
Post a Comment