Hey guys, on the customer statement the aging footer is printing on the last page of the batch and not on the footer of every customer. I have tried to put a field 'printfooter' Boolean global in the data table for the customer hidden. Then in the code at the 'Customer after get record' I set the printfooter field to true. In the report for the fields for the aging print in the visible property I have '=IIf(reportitems!PrintFooter.Value,False,True)' Any help would be appreciated, I am not sure why it will not print.
*This post is locked for comments