I have table name SeviceFeeSummary
with decimal field name SeviceFeeTotal
(data example 3123.4512)
On SSRS report, I create text box with expression
=Sum(Fields!servicefeetotal.Value, "SeviceFeeSummary")
and
=First(Fields!servicefeetotal.Value, "SeviceFeeSummary")
I got error return when run report. Please help to see what went wrong with these expression. Thank you so much.