Skip to main content
Participant
October 9, 2019
Question

Table Sums for Recurring Tables in AEM Designer/Livecycle

  • October 9, 2019
  • 2 replies
  • 299 views

I am working on creating a personnel budget in AEM Designer and built the table out with buttons to add/remove an instance of the table for each position.  I wrote script for each "Totals" cell to sum up (or average %)  in the gray cells, however in the bottom  "Totals" row pulls the same figures from the Position 1 table into the "Totals" row on the Position 2 table and so on.

 

Here is the example script I have for the Annual Budget Year 1 (CY 21) Totals cell:

$= HeaderRow[4].Position1CY21AnnualSalaryBudget[*]+HeaderRow[5].Position1CY21AnnualFringeBudget[*]

 

Can someone help me troubleshoot why each instance of the table is pulling totals from only Position 1

    This topic has been closed for replies.

    2 replies

    Bernd Alheit
    Community Expert
    Community Expert
    October 15, 2019

    Looks like that you use the same script at both tables.

    kreidyAuthor
    Participant
    October 15, 2019

    Anyone?