How to make a general / variable script for splitting a data table and performing calculations?
I routinely perform the same data table manipulation and calculations and am interested in automating that with a script.The general steps are something like: Split table (split column "value" by column "attribute") > generates a new tableGenerate a new column (C) = column A + column BGenerate new column (D) = column A / column C However, every table has a different number of rows and different v...
albiruni81