Tuesday, January 28, 2014

Calculate the Change in the Column group total in SSRS

hi,


you could try to use 2 separate data sets


that way you could just write something like


sum(book,dataset1)- sum(book,dataset2)


No comments:

Post a Comment