1

How can I accumulate value in details in a header field?
 

How can I accumulate value in details in a header field?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Eldabbas's avatar
9.1k
Eldabbas
asked 6 years ago

Comments

see more comments

1 Answer

1

Use the following function in EAFieldsValueCalculator entity flow
totalize(detailName,detailName.fieldName)

Here is an exaple:

n1=totalize(details,details.n1)

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Eldabbas's avatar
9.1k
Eldabbas
answered 6 years ago
Ahmed Qasid's avatar
5.8k
Ahmed Qasid
updated 6 years ago
link

Comments

see more comments

Your Answer

Login/Signup to Answer