Re: How to avoid null values turned to 0?
Posted: Tue Jan 14, 2014 11:31 am
Hello.
We have made some improvements. This report works right now.
But there is one thing that you should know. By default, we use .Net Framework DataSet class. It does not support nullable types. So you should change type of each column where you use aggregate function and could be null values from Decimal to Decimal(nullable).
Please, look at the attached report template. The patch will be available in our next prerelease build on January 17.
Thank you.
We have made some improvements. This report works right now.
But there is one thing that you should know. By default, we use .Net Framework DataSet class. It does not support nullable types. So you should change type of each column where you use aggregate function and could be null values from Decimal to Decimal(nullable).
Please, look at the attached report template. The patch will be available in our next prerelease build on January 17.
Thank you.