Hi all,
I am trying to print subtotals on each page. I am using Formcalc in scripting to do this. The problem i am facing is that the Subtotal is printing at the end of all the pages ( not at end of each page). Please let me know how to acheive this.
I used this formula in footer row in scripting where Row1 is the body of the table and Netpr is the netprice which i need subtotal at the end of each page.
Sum(Row1[].NETPR[])