The following works for myCol in dt. myCol is Numeric and Continuous
Names Default To Here (1);
dt = Current Data Table();
dt:myCol<< Set Property("Axis", {Min(0.02), Max(10.05), Inc( 0.01 ), Minor Ticks( 1 )});
However the following results in a JMP (v 16.2.0) crash. Where am I going wrong?
ll = 0.02;
ul = 10.05;
dt:myCol<< Set Property("Axis", {Min(ll), Max(ul), Inc( 0.01 ), Minor Ticks( 1 )});
Checking as below shows the issue (see attached when trying to check properties of mCol), but I am out of ideas on how to fix this.
AxLim1 = dt:myCol << Get Property ("Axis"); show (AxLim1);
reports
AxLim1 = {Min(ll), Max(ul), Inc(0.01), Minor Ticks(1)};
I think this is something simple which I am missing. Any direction would be very helpful.
When it's too good to be true, it's neither