Use selected column for formula in a new column
Hi,i try to genrate a script where i have to select a column . With this selection I create a new column, which contains a formula (with the selcted column). Here is my approach:dt = Current Data Table (); dt << New Table Variable( "Range", 2 ); New Window( "Select Column", lb = Col List Box( all ), dt << New Table Variable( "Selected Column", lb <<get selected ), Button Box( "Moving Average", dt...