Hello,
I have the following jsl code
dt << New Column( "I (%)", (:Mean * 100) );
that takes a column (Mean), multiplies by 100 and create a new column called I(%) with the formula.
I do not want the formula but just the result of the calculation in the new column. How can I do this?
Many thanks.