Adding together 4 different Tablix data columns SSRS

Ryan Gadsdon

I have been using

 =Sum(Fields!Figure, "Dataset1") 
 + Sum(Fields!Figure, "Dataset2")

Now this gives me a result in a text box.

However, i need to sum together the result from 4 different tablix datasets.

I have tried this below but as soon as i try to sum more that 2 datasets it errors.

 =Sum(Fields!Figure, "Dataset1") 
 + Sum(Fields!Figure, "Dataset2") 
 + Sum(Fields!Figure, "Dataset3")
 + Sum(Fields!Figure, "Dataset4")

This gives me (#error). I am assuming i am missing some code somewhere but i have looked online and cant find anything anywhere.

Can anyone help?

Thanks

Zorkolot

I'm fairly certain the field is ended with .value:

=SUM(Fields!TextBoxName.Value, "Dataset1")
+SUM(Fields!TextBoxName.Value, "Dataset2")
...

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Adding columns to a data table

From Dev

SSRS tablix split report into two sets of columns

From Dev

SSRS automatic extension columns depending on the parameters - tablix

From Dev

Adding Value Fields in a different data set in SSRS

From Dev

SSRS Chart in tablix with Column Break

From Dev

MySQL Adding columns together

From Dev

Adding subtotals to SSRS report tablix

From Dev

Hide Tablix on Condition base in SSRS

From Dev

Adding a new group to an SSRS tablix with existing groups?

From Dev

Adding Columns with Data in jTable

From Dev

Adding two time columns together in pandas dataframe?

From Dev

Fixed tablix or chart width in SSRS

From Dev

Adding columns of different index

From Dev

subracting two columns after firstly adding two columns together

From Dev

SSRS tablix split report into two sets of columns

From Dev

SSRS automatic extension columns depending on the parameters - tablix

From Dev

MySQL Adding columns together

From Dev

Can I allow the user to specify the order of static columns in SSRS tablix?

From Dev

SSRS Removing "#Error" from a tablix

From Dev

adding date columns in SSRS Report

From Dev

Adding all columns together?

From Dev

SSRS adding a percentage column based on a specifc column category in a matrix/tablix

From Dev

Adding two time columns together in pandas dataframe?

From Dev

How to add two columns in different dataset (SSRS)

From Dev

Adding columns to data

From Dev

SQL adding columns together

From Dev

Expression to hide tablix in ssrs

From Dev

SSRS - How to keep tablix expanded even if no data

From Dev

Adding columns and data to table