By using this website, you agree to our Terms of Use (click here)
I just took a look and was able to reproduce the problem in my environment. The variable field displays 0, but the subreport (once I make it visible) displays the correct value. I think you might need an Acumatica support case on this one.
Did your Summit training idea work?
@jen-tran a bit late, but if this helps you: What I've figured out from a recent project is that you can only have one subreport per-section. To fix your problem you should add 3 footer sections, move the sub reports into 1 and 2, then put the display part in 3. Then you can access the 2 subreport parameters in the 3rd section with out having the 2nd one break.
For everyone else, another strange rule I've found. You can only seem to pass values of sub report variables from the section they exist in. For instance if you create a variable in the detail section, but want to sent the sum of that back from the footer section. It will not work. You will have to create a new variable for the footer section, assign the summed value to it, then pass that back to the main report.
