I have a main report that has parts and services information. I have inserted a subreport which calculates a burdened labor rate for all entries on a particular invoice. I have inserted the subreport into the main report and it works great. I have also added a shared numbervar into the subreport to pass the total back to the main report so I can total all of the costs and figure a margin for each invoice. I have two problems. First the total the subreport is returning is for the previous record on the report.
col1 col2 col3 col4 col5
row 1 parts1 service1 inserted sub total1 null
row 2 parts2 service2 inserted sub total2 shared var1
Second, when the value is null for the inserted subreport, it returns the previous value. Any help would be appreciated.
col1 col2 col3 col4 col5
row 1 parts1 service1 inserted sub total1 null
row 2 parts2 service2 inserted sub total2 shared var1
Second, when the value is null for the inserted subreport, it returns the previous value. Any help would be appreciated.