Hi experts!
I want to display some subtotals (CARRY FORWARD), based on the items already printed in each page of my form. What i've done is the following:
TABLE node that loops through my items table, with SUM TOTAL calculation on the calculations tab, After loop as time, where i pass the sum to a structure, then on my table's footer area i display the structure mentionned, on event only before end of main window. But the subtotal does not take into account the last item printed on the current page.
What am i doing wrong??
Please help!!
Thank you in advance!!!