I am trying to sum two same fields, from two different Tablix's. Both Tablix's filter for different building names. "Mydata" is the name of my dataset. First tablix has 25 buildings it filters for and the second tablix filters for 1 building.
=Sum(Fields!TotalFloorArea.Value,"Mydata")+Sum(Fields!TotalFloorArea.Value, "Mydata")
How do I reference the different Tablix?
Many thanks in advance.
Thank you in advance.