i think I need something like this...
=iif(First(Fields!group.Value, "DataSet1") like Fields!group.Value, Sum(Fields!JAN.Value, "DataSet1"),0)
but this returns no value...
I have two datasets where I pull date from for this report...dataset1 has sales by month and trans dataset has trans spend.
I want to include sales in the location groupings but only sales for that location....right now it seems to sum up all the sales even though I put it inside the location...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.