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

FormCal Sum in Designer 7.0

Arthur2003
Registered: Mar 28 2010
Posts: 4

I'm trying to sum to fields and this is my formula Sum(NumericField1[5]), NumericField1[4])

When I go to the PDF Preview and test to see if the caluation works nothing happens.

Please Help!!!!!

My Product Information:
LiveCycle Designer, Windows
pforms
Registered: Nov 17 2009
Posts: 87
In your example I think you need to use: NumericField1[5] + NumericField1[4]

If you were to name the fields the same (cost for example), you could use; Sum(cost[*])
Arthur2003
Registered: Mar 28 2010
Posts: 4
I tried your first sugestion and nothing happened. In trying the your second suggestion, how do you give fileds a name?
mtilden
Registered: Apr 7 2010
Posts: 1
I think you just have one too many parenthesis' in the formula

Use this
Sum(NumericField1[5], NumericField1[4])

you have a ')' after the ...5]









Arthur2003 wrote:
I'm trying to sum to fields and this is my formula Sum(NumericField1[5]), NumericField1[4])When I go to the PDF Preview and test to see if the caluation works nothing happens.

Please Help!!!!!