Page 1 of 1

Handling of Null value for integer/decimal fields

Posted: Mon Aug 27, 2007 9:23 am
by raja
Hi,
If the value for any integer/decimal field is null in database, stimul report is returning as "0", instead of DBNull. Is it a bug?

I test this in the latest (Aug 23) build. Can someone confirm this?

Thanks!!!

Note: I tested this issue in both SQL Server and Access Db.

Handling of Null value for integer/decimal fields

Posted: Mon Aug 27, 2007 1:39 pm
by Brendan
Set the property ConvertNulls to false for your report. This way nulls will not be converted automatically

Handling of Null value for integer/decimal fields

Posted: Mon Aug 27, 2007 2:26 pm
by raja
Brendan wrote:Set the property ConvertNulls to false for your report. This way nulls will not be converted automatically
That works...

Thank you!!!