Making a list of calculations

Viewing 1 reply thread
  • Author
    Posts
  • December 11, 2025 at 2:10 AM #53355

    John Roland
    Participant

    I have a series of Calculation fields. I now want to make a new Calculation field listing the results of the other Calculation fields (I want to be able to copy/paste this list into a Google sheet for further works) But how do I write that string of code?

    December 11, 2025 at 12:31 PM #53356

    Daniel Leu
    Participant

    If the different fiels are text fields, you can just concatenate them with +. Use something like [field 1] + " " + [field 2]. I don’t know if it works if your calculations return a number. Give it a try. There’s a CONCAT(x;z;...) function as well. And if you have to format your input in a particular way, you can use FORMAT(). Please check the documentation for all the options, there are many…! https://www.tapforms.com/help-mac/pro/en/topic/calculation

    Good luck!

    Cheers, Daniel

    ---
    See https://lab.danielleu.com/tapformspro/ for scripts and tips&tricks

Viewing 1 reply thread

You must be logged in to reply to this topic.