Hi All,
I'm trying to add two field together using the following expression in Reporting Services:
=(Sum(Fields!tranAmount.Value,
"DataSet1") +
=(Sum(Fields!Cost.Value,
"DataSet1")
but I get the following error message: Error 3 [rsCompilerErrorInExpression] The Value expression for the textrun ‘Textbox16.Paragraphs[0].TextRuns[0]’ contains an error: [BC30198] ')' expected. Would someone let me know what I'm doing wrong please? Thank you!