Skip to main content
Participant
January 28, 2016
Question

How do I add VAT amount to a fillable PDF

  • January 28, 2016
  • 1 reply
  • 1490 views

Hi, I'm new to JavaScript and now I have to write a calculation formula.

I have 4 different values to calculate together and get their VAT amount at the same time

=sum(text49, text52, text53, text54)*1.14

but this does not work.

I have tried working with the amount of columns and lines Col8 Ln10, Ln13, Ln14, Ln15

But its just not calculating my values.

Please HELP!!!!

This topic has been closed for replies.

1 reply

Bernd Alheit
Community Expert
Community Expert
January 28, 2016

Something like this:

(text49 + text52 + text53 + text54) * 1.14

Participant
January 29, 2016

Hi,

Thank you for the advice

I have tried this in the simplified field notations and in the custom calculations script, its still not doing the formula.

I typed it as you gave it to me, is there something else I must type in front of it to do the calculation?

Bernd Alheit
Community Expert
Community Expert
January 29, 2016

press ctrl+j and look for any error message.