Skip to main content
justineh55480397
Participant
May 12, 2016
Answered

How do I create a custom calculation for the tax portion of a subtotal field?

  • May 12, 2016
  • 1 reply
  • 391 views

The calculation need to be the Number x 3 divided by 23 (eg 100 x 3 divided by 23 = 13.0435). I think it needs to have code written for it but I have no idea what it should be and how I should do this.

This topic has been closed for replies.
Correct answer try67

You don't really need any code. Use the Simple Field Notation option (the

second one) under the Calculate tab of the target field and enter this

(let's assume the name of the field that contains the variable number is

Text1):

Text1 * 3 / 23

On Thu, May 12, 2016 at 6:05 AM, justineh55480397 <forums_noreply@adobe.com>

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
May 12, 2016

You don't really need any code. Use the Simple Field Notation option (the

second one) under the Calculate tab of the target field and enter this

(let's assume the name of the field that contains the variable number is

Text1):

Text1 * 3 / 23

On Thu, May 12, 2016 at 6:05 AM, justineh55480397 <forums_noreply@adobe.com>