Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Adding subtotals from 3 pages to a total in the 3rd page

Avatar

Former Community Member
I am using Adobe Designer 6 and have 3 pages that use FormCalc to do the calculations. I have subtotals on each page. I need to be able to take the subtotal form the first and second page and add that to a subtotal on the third pageto get a grand total on the third page. Can someone please help. Also please keep this simple. If you have a sample, I should be able to figure it out. This is what I have been working with. I know part of it is wrong. costa is the subtotal on page 2 and costb costc and cost2(grand total) are on page 3.

cost2 = costb + costc+(form[0].page[2]+costa+)

Thank you.
1 Reply

Avatar

Former Community Member
On the calculate event of cost2 you can use script like:



Sum(costb, costc, formName.page2Name.costa)



Chris

Adobe Enterprise Developer Support