cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe - Display Subtotal in all pages and Grand total at last page for Same field

former_member197475
Active Contributor
0 Kudos

Hello Experts,

Am designing an Adobe form and totally got confused with design.

I have totally 30 line items in my internal table and in the first page, I'll display 25 line items in first page and am calculating the sub total page in Quantity field. At the same time the next 5 line items will be printed in last page, but here I need to display the values of all the 30 line items in Quantity field.

I saw a lot of SCN threads, but totally clue less of how can I set subtotal and grand total in the same Quantity field.

How can I go ahead. Please share your valuable ideas.

BR,

RAM.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

-> create a hidden field in the form and bind it's value to subtotal field

-> calculate subtotal for page 1 and assign the value to the hidden field

-> calculate subtotal again and add the value to the hidden field

do it with javascript, your subtotal field will show the value of the hidden field because of the binding

Answers (0)