cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic total and subtotal calculation issue in adobeform

usha_2596
Member
0 Kudos

Hello Everyone,

Issue:
While executing the form from SFP transaction subtotal and total values are getting calculated properly.
But the same is not working while executing from program.

Details:

I have created an adobe form with flowed page and flowed subform.
Subform has 3 tables to display the cost center values depends on the condition. I have used Grouping in interface to combine the field and calculate the total and subtotal value.

Interface table structure for your reference.

Hierarchy for your understanding.


image

Adobe form design:

Code snippet:

Subtotal:
expsubtot.rawValue = Sum(data.Design_IFRSPage.IFRSdata.Expense.EXPENSE.DATA.GROUP.DATA[*].GROUP.DATA[*].LABCOST.rawValue)

Total:
exptot.rawValue = Sum(data.Design_IFRSPage.IFRSdata.Expense.EXPENSE.DATA[*].GROUP.DATA[*].GROUP.DATA[*].LABCOST.rawValue)

Can anyone please help.

Accepted Solutions (0)

Answers (0)