Datatable indexing Problem within a Formula
I am trying to apply the log10 function to an entire column within a data table. The result will be in a new column with a new name. The new column and name are generated by I get an error in the formula portion. Below are the results of the script and the error message.
This is the script:
Names Default To Here(1);
dt = As Table(J(5, 5, Random Uniform()), <<column names({"X1", "X2", "X3"
...