set a formula for columns with variable name
I have 3 columns with variable names.how can I add new column and give it a formula by use of a,b, and c?I wrote following script but column doesn't show the formula.New Column( "a /b",Numeric,Continuous,Format( "Best", 12 ),Formula( :column(char(a)) / :column( char(b)) ));thank you for your recommendation
