Rustywheel
Technical User
Apologies, it seems to be a fairly common topic on this board....but I think my dilemma is a bit different...passing the value from the section in the main report to the subreport.
In main report GF3
Whileprintingrecords;
Shared numbervar insallo = Sum ({PatientVisitProcsAgg.OrigInsAllocation}, {PatientVisit.PatientVisitId});
Sum ({PatientVisitProcsAgg.OrigInsAllocation}, {PatientVisit.PatientVisitId})
'this replicates the group sum and creates the shared variable'
in the subreport (which is in GF3A of the main report)
Shared numbervar insallo;
'what I hope to pull through is the value from the number above. Yet all that returns are $0.00"
'Additionally, I'm in group 3 within the subreport - not sure that's relevant. Other links to the section above seem to match'
Thoughts?
-Neil
In main report GF3
Whileprintingrecords;
Shared numbervar insallo = Sum ({PatientVisitProcsAgg.OrigInsAllocation}, {PatientVisit.PatientVisitId});
Sum ({PatientVisitProcsAgg.OrigInsAllocation}, {PatientVisit.PatientVisitId})
'this replicates the group sum and creates the shared variable'
in the subreport (which is in GF3A of the main report)
Shared numbervar insallo;
'what I hope to pull through is the value from the number above. Yet all that returns are $0.00"
'Additionally, I'm in group 3 within the subreport - not sure that's relevant. Other links to the section above seem to match'
Thoughts?
-Neil