Copy link to clipboard
Copied
I have a 1 page form. It contains calculations at the end of the form. I would like to duplicate the document to 12 pages and continue the calculations to the other pages.
It would essentially be 1 table per page (for each month), with a total calculated at the end of each month. The total would carry over to the next month (next page) and continue until the end of the year. I would like to use it to keep inventory. Is this possible?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
This is possible if you define the page as a Template and then spawn copies from it, but you'll have to carefully create your calculation scripts in advance for it to work correctly with the field names on the spawned pages.
Copy link to clipboard
Copied
Thank you!