Revision history  [back]

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

Here is an exaple:

n1=totalize(details,details.n1)

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

Here is an exaple:
function:

totalize(detailName,detailName.fieldName)<br/>
Exaple n1=totalize(details,details.n1)