Computing Totals from 2 different datasets
Hi, I have 2 datasets that are computing totals, im displaying these in a single row in my report, how to i compute the sum of these totals. Regards Rebekah
May 10th, 2011 8:25am

You can do this by adding the dataset name to the field. For example: =(Field!<name>.Value, "Dataset1") + (Field!<name>.Value, "Dataset2")
Free Windows Admin Tool Kit Click here and download it now
May 10th, 2011 1:01pm

Hi, If you are using ssrs 2008 R2, you can use lookupset, lookup or multilookup functions. For more details kindly have a look below link http://prologika.com/CS/blogs/blog/archive/2009/08/12/reporting-services-lookup-functions.aspx- Chintak (My Blog)
May 10th, 2011 1:24pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics