chainedtodesk
Programmer
i am trying to make a report showing booked items from one sub report to the main report with all of the shipping info. i have created a sub report and my numbers match out. here is one of the formulas i am trying to work with, once i get one going correctly the others will flow.
whileprintingrecords;
shared currencyvar backlog1 := sum({RMOPNLODRK.NETSALE},{RMOPNLODRK.C6HITX})
and C6HITX is client info.
i then have the subform linked by client info
and have this field in my main report
whileprintingrecords;
shared currencyvar backlog1;
backlog1
but i am not getting the info at each client, i am only getting the last total from the sub report. i have a clear variable in the main but that doesnt change the outcome?
thanks
whileprintingrecords;
shared currencyvar backlog1 := sum({RMOPNLODRK.NETSALE},{RMOPNLODRK.C6HITX})
and C6HITX is client info.
i then have the subform linked by client info
and have this field in my main report
whileprintingrecords;
shared currencyvar backlog1;
backlog1
but i am not getting the info at each client, i am only getting the last total from the sub report. i have a clear variable in the main but that doesnt change the outcome?
thanks