Skip to main content
Participant
November 17, 2022
Question

Custom calculation with drop down and totals

  • November 17, 2022
  • 1 reply
  • 1116 views

So this may be a bit confusing but here is what I have, I made a custom form where the 6th column is the price of the line item (this price varies) and column 1 is where they select what group that line item is under to classify it. Let's say the groups are A, B, and C. I have a seperate box that I would like to take all line items with Group B selected in column 1 and add their column 6 ammounts together for a total. How would I do this? I been trying different calulations but have not been sucessful. 

This topic has been closed for replies.

1 reply

Amal.
Legend
November 17, 2022

Hi @Mykle26133141s2e7 

 

Hope you are doing well, and thanks for reaching out.

The workflow you are trying to achieve might be possible using JavaScript. For more information, please check the help pages listed below:
https://acrobatusers.com/tutorials/javascript_console/
https://helpx.adobe.com/acrobat/using/applying-actions-scripts-pdfs.html

Hope it will help

Regards
Amal

Participant
November 17, 2022

I have been doing custom javascript to try and get it to work but coding isn't my best skill. I will need some community help on this one.