I have a sub report that has a formula "WhilePrintingRecords;
Shared NumberVar SQRFTShare:= Sum ({@Sqr Ft},{EV200_EVENT_MASTER.EV200_EVT_ID})" This works fine.
In the main report I have a formula "WhilePrintingRecords;
Shared numberVar SQRFTShare;
SQRFTShare
This works fine.
My problem is that they are both showing up on the report. I tried to suppress the subreport, but then the main report info changes to 0. Where do I need to place the subreport, on the main report, so that the main report formula show up correctly?
Shared NumberVar SQRFTShare:= Sum ({@Sqr Ft},{EV200_EVENT_MASTER.EV200_EVT_ID})" This works fine.
In the main report I have a formula "WhilePrintingRecords;
Shared numberVar SQRFTShare;
SQRFTShare
This works fine.
My problem is that they are both showing up on the report. I tried to suppress the subreport, but then the main report info changes to 0. Where do I need to place the subreport, on the main report, so that the main report formula show up correctly?