Groups | Blog | Home
all groups > sql server reporting services > may 2007 >

sql server reporting services : Group Sum over multiple pages with IIF


Michael C
5/1/2007 10:34:01 AM

I am using an IIF statement to sum a group of detail records that spans more
than 1 page. The sum looks like this:

Sum(IIf(Fields!MySwitch.Value = 'A', Fields!MyValue.Value,0))

Im doing the sum in the table1_group1 footer and it works fine if all the
data in the group remains on the same page, but once it is expanded to 2 or
more pages I get #Error. Any suggestions?

Amarnath
5/2/2007 4:31:01 AM
If you can bring from a query then it is really good instead of summing two
pages rows.

Amarnath

[quoted text, click to view]
AddThis Social Bookmark Button