cancel
Showing results for 
Search instead for 
Did you mean: 

SubTotal based on field

Private_Member_14913
Contributor
0 Kudos

Hi,

I have requirment to do subtotal of amount field for each G/L Account in Adobe Print form.

Your Input & sugesstion are helpful.

Thanks in advacne...!!

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

Assuming I have 3 Numeric field say NumericField1, NumericField2, NumericField3 where NumericField3 is supposed to show sum of two values i.e. NumericField1 & NumericField2 then make use of the calculate event of NumericField3 and write the following code in it.

form1.#subform[0].NumericField3::calculate - (FormCalc, client)

NumericField1 + NumericField2

Have a look at this [tutorial|http://saptechnicaldotcom/Tutorials/AdobeForms/Totals/page1.htm] as well.

Chintan

Answers (0)