Hi All,
How to add two matrix reports that are pointing to two different datasets?
I am ok doing it this way
=Sum(Fields!JobBilledExVat.Value, "Dataset1") + Sum(Fields!JobBilledExVat.Value, "Dataset2")
But my matrix report populates the column field by data and the report grows based on the selected dates. when I use the above expression , it is not grouped by week.
How to add two textbox values in a matrix report grouped by a column.any help pls