adding totals for 2 matrixs

  • i have a subtotal for one matrix , subtotal for another matrix , how do i add them up and show in a text box ?

  • in the expression for your grand total text box you'd need to do something liek this...

    =Sum(Fields!column1.Value, "datasetName") +

    Sum(Fields!Column2.Value, "datasetName")

    To help us help you read this[/url]For better help with performance problems please read this[/url]

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

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