I'm trrying to take the total from one subreport and make it divide by the total of another subreport to come out with a certain percentage which is shown in the second subreport. I have declared the shared variable in the main repot and have managed to assign the correct value within the first subreport. However, that value does not seem to be coming out of that subreport as when I go into the second subreport and attempt the division, I get a divide by zero error, which is what the value is set to in the main report. Any suggestions on how I can correct this?