Create a column formula using a column name from a list
Hello, I have a simple script where I want to create a new column in which a formula calculate the absolute value of another column. the column is referenced in a list.I tried a few different ways, but I can't figure out how to evaluate the referenced column so I end up with an empty formula column. Any suggestion would be greatly appreciated. Best Sebastiendt=New Table( "test",
Add Rows( 4 ),
N...