Skip to main content
Participant
April 28, 2017
質問

In Adobe Acrobat XI I need to come up with a sub-total field that references amounts added in seven fields and then subtraction of an amount from one other field:

  • April 28, 2017
  • 返信数 4.
  • 578 ビュー

Something like this:

(Column60001_1 + Column60001_2 + Column60001_3 + Column60001_4 + Column60001_5 + Column60001_6 + Column60001_7) - Column6001A

I have no experience with java calculation scripts.

Thanks,

Jeff

このトピックへの返信は締め切られました。

返信数 4

Bernd Alheit
Community Expert
Community Expert
April 28, 2017

Use the simplified notation.

jeffc0913作成者
Participant
April 28, 2017

Thanks Bernd,

I tried that and the subtotal filed did not calculate correctly using the same formula I posted.

Bernd Alheit
Community Expert
Community Expert
April 28, 2017

Are the field names correct? Is the calculation order correct?