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