Skip to Content
0
Former Member
May 01, 2014 at 05:09 AM

How to share subreport Running total value to main report

19 Views

Hi Experts,

I want to share sub report running total value to main report

in Sub report

WhilePrintingRecords;

Shared numberVar Total := {#BasicAmount};

And in main report

WhilePrintingRecords;

Shared numberVar Total;

Total;

i tried this but not worked so please help me

Thanks