I have a table with a repeating row that, when data is merged, always
has three rows:Support type 11,234,456Support type
2221,556Interest11.222I have a field where I want to show the sum of
Support types 1 and 2. I do not want to add the interest to this.I'm
using FormCalc with the following script on the calculate event of the
Total field, which is in the same subform but not in the
table:data.JP_Page1.subform_Hidden.sub_SupportTotals.NumericField1::calculate
- (FormCalc, client)$.rawValue =
Su...