I converted a word doc into pdf and now trying to create a form with it. I am new to LiveCycle Designer. Using version 8.
There are two 'rating' sections to the form. Then there is a subtotal for each section. Both of the subtotals function fine. But my Total formcalc field doesn't recognize the subtotal1 from page 1. I keep reading that it doesn't matter how many pages or etc, so not sure what I'm doing wrong. Any assistance/advice is greatly appreciated.
subtotal1 = sum(DD1,DD2,DD3,DD4,DD5)
subtotal2 = sum(DD6)
Total = sum(subtotal1 + subtotal2)
I get the following error: Script failed (language is formcalc; context is xfa[0].form[0].topmostSubform[0].Page2[0].Total[0])
script=sum(subtotal1 + subtotal2)
Error: accessor 'subtotal1' is unknown.
I've tried total - sum(subtotal1) and it doesn't recognize it; but it recognized sum(subtotal2)
I've also tried sum("subtotal1,subtotal2") from advice from a previous post, the error goes away but the Total field remains '0'.
George Kaiser