[rsCompilerErrorInExpression] error

  • 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!

  • =(Sum(Fields!FEE_transactionAmount.Value,

    "DataSet1") +

    =(Sum(Fields!FEE_OptionCost.Value,

    "DataSet1")

    Looks like you copied the 2nd half of the formula from another field. Remove the 2nd = sign.

    =(Sum(Fields!FEE_transactionAmount.Value, "DataSet1") + (Sum(Fields!FEE_OptionCost.Value, "DataSet1")

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply