These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Calculation Problem

pd417
Registered: Apr 1 2008
Posts: 10

Is there a way to sum a series of numbers without having to add each one individually?

Right now, I'm doing my calculation as:

Round (NumericField1[3], NumericField1[4], NumericField1[4], NumericField1[4]) etc.

In Excel, it would be like this:

SUM (NumericField1[3]...NumericField1[15])

(I posted this question a couple years ago, but never did get it worked out)

My Product Information:
LiveCycle Designer, Windows
pforms
Registered: Nov 17 2009
Posts: 87
Sum(NumericField[*]

Fields must have same name