PrasadSwain's Blog

September 7, 2016

#error when trying to sum a calculated field in ssrs.

Filed under: Uncategorized — prasadSwain @ 11:14 am

I was getting the #error when trying to sum data of a specific column field in SSRS.
I fixed it. Mostly this occurs due to conversion of one data type to other, when it fails to convert it throws #error .

sum_error_ssrs

To fix it. Please follow the below steps.

Step 1 –
Go to the cell where summation formula is added. Right click on it, then click Expression…

sum_error_ssrs1

Step 2 –
You can see the expression like the below screen. Change it by following step 3.

sum_error_ssrs2.PNG

Step 3 –
Here we are changing the expression by adding CDEC, it converts the text to decimal.sum_error_ssrs3

This will fix the issue. Please follow the below screen.sum_error_ssrs4

Hope this helped you. Happy programming.:)

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.