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
Handling of Null value for integer/decimal fields
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
That works...Brendan wrote:Set the property ConvertNulls to false for your report. This way nulls will not be converted automatically
Thank you!!!