SSRS calculations

Hi

I have hidden fields in the detail group of a report that return integers based on the rownumber etc., (simply calculated values that are hidden) that will be used in later calculations.  I want to sum these values outside of the detail scope, for instance a sub total based on the invisible calculated values.per that specific column 

 I tried getting the reportItems! but it errors saying that I can only sum within the scope of the value.  I would imagine that this is possible since it is done in infomaker often where you would just sum based on the name of that calculated field for the group.

Any thoughts would be helpful.

As always thanks in advance for any input.

Joe

 

Parents Reply
  • Hello Joe,

    For my own curiosity I ended up trying this aproach. I basically had two methods one to set the value and one to retrieve it.  I set the value in the detail section.  What I found is that when accessing the global variable in the group header and footer the value was always 0. The reason is that the headers and footers are calculated first.  Sorry t don't think this will work either. 

    Is it possible to have this value part of your dataset?

    Jon

Children