I realize this topic has probably been addressed numerous times, but unfortunately, I can't find a definitive answer. I just created an interactive form for a client in LiveCycle 8.0. that has numerous individual columns that need to be totaled. I read the help file for FormCalc and while the math part makes sense, how to execute it doesn't. If this was a spreadsheet, I would create a formula and tell it which columns to add. But in LiveCycle/FormCalc there are no rows or columns to point to.
Creating the formula seems easy enough, but how do I tell the formula which numeric fields to add?
Thanks..
I use an older version of Acrobat. I do not have livecycle/formcalc, but I can do what you want to do in the following way:
I name each field as a separate field[ product01,product02, etc]
Then I use simple javascript to do the calculations. I use 'if' statements to eliminate writing zeros unless I specifically want them visible.