cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms total is showing incorrect at page break

Former Member
0 Kudos

hi...

i am working on smartforms...

in a table footer i am totalling the purchase amount of a purchase order, the total is showing incorrect at page break, otherwise it's fine...

could anybody help?

Regards,

Anuj

Accepted Solutions (1)

Accepted Solutions (1)

former_member209818
Active Contributor
0 Kudos

Anuj,

Need some more details.. How you are doing the subtotal of the fields?

If you are doing that inside the loop, then it is possible that at the page break, the variable is getting refreshed. Try doing the total in some global variable in Initialization and then print the same variable in the footer.

- Harshad

Former Member
0 Kudos

there is a table loop(for purchase order items) and each table is under a loop(for different purchase orders)...

each table has a subtotal in the footer, the subtotal is defined in the global definitions and is refreshed in the footer...

at page break there is a footer showing the wrong total of the part of the table, the other part/half of the table is on the other page showing the wrong total...

tables that are not in the page break are showing the right total...

thanks

Answers (0)