Hi,
I have a table with the column being month, the row being the fiscal year(2012 and 2011), and the value is the sum amount. I added a row below named "Difference" and made the expression (Last(Fields!amount.value)-First(Fields!amount.value)) to calculate the difference the between the fiscal years for each month. Now I need to add another row below that to find the running value of the "Difference" row. When I use the RunningValue function I run into an error. It says the scope parameter needs to be either name of a containing group, name of a containing data region, or name of a dataset. Is there any way around this or a better way of doing this so I can use the RunningValue function on the expression I made? Any help would be greatly appreciated!!
Dan