Sum .two counts

  • Hi,

    I'm using reporting services. I have two tables. Each table has a column that has been counted like count(Fields!Account_name.value) Now i want to display the sum of two counts at the bottom of the two tables. And I'm using two Datasets in this report. How do i do that?Any Help?

  • this would go into value field of textbox

    = first(Fields!field1.Value, "dataset1") + first(Fields!field2.Value, "dataset2")

    you could also look at the sum function

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

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