How to apply a formula to all columns in another table?
I am trying to take a table and apply a moving average to every function to every column. The script below is what I am trying, based on what I saw in another thread here. The goal is to make a new table and then apply the function while referencing the original. However, I keep getting a scoped data table access error.
Test = Open("C:\Users\abrokaw\Desktop\JMP MA Test Table.jmp"); //open value
...