JSL: How to copy a formula from one data table to another?
I need to copy a formula from one data table to another.The only suggestion I found and managed to get to work is this:Copy Columns With Formulas
The easiest way is to get the script for the original data table.
data table("Original") << get script;
Now the script appears in the log. Just copy and paste into a new script, keeping only the bits related to adding the the formula columns.
which seems,...
jumper
gutloja
JesperJohansen