Skip to Content
0
Former Member
Apr 20, 2009 at 08:25 PM

Adobe form Sub total

306 Views

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[])