SUM(ReportItems!Textbox.Value)

  • Hi geniuses!

    I'm trying to SUM all the values from a textbox (txt.abc), which is in a group (details.abc), which resides in a tablix (Tablixabc).

    It retrieves an error.

    I'm probabably doing something wrong with my expression.

    Any solution?

    Thanks

    regards

  • ReportItems are individual items.

    You need to be summarizing the values in that textbox

    IE SUM(Fields!MyValue.Value)

  • Got It!

    Thanks

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

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