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?
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