Rerun Transfrom Column
To reevaluate the Formula of a Formula column, one can writecol<<Eval Formula()
Is there a similar command to re-evaluate a Transform Column?
Eval Formula doesn't seem to work here - Tcol1 still shows a curve with ::scalingFactor=1: Names Default to Here(1);
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
gb = dt << graph builder();
::scalingFactor= 1;
tC = dt << transform column ("TCol1",Formula( :heig
...