I have a wwdbtext component linked to a currency field on a report that I want to show zero if it has no value. I have set the blankwhenzero to false but it still shows blank.
Sounds like what you need is a ZeroWhenBlank feature . By default in ReportBuilder, Null values are displayed as an empty string. This is something that we may consider for a later release of ReportBuilder. For now you can use the DetailBand.BeforePrint event and check the value of the current field and assign the DBText accordingly.
Comments
Sounds like what you need is a ZeroWhenBlank feature . By default in
ReportBuilder, Null values are displayed as an empty string. This is
something that we may consider for a later release of ReportBuilder. For
now you can use the DetailBand.BeforePrint event and check the value of the
current field and assign the DBText accordingly.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com