Write in columns calculated values
Hello, I have a project and my purpose is to extract from my data table (1) the average, maximum and minimum value for each column, and write the results into a new table (2). I found this part of the code and it seems to work for few columns, but not for all. I have like 300 columns and I have the results for only twenty of them. For( i = 1, i <= N Col( dt ), i++,
If (:Trial[i] =="TrialName",
...