☐ cool new feature
☑ could help many users!
☑ removes a „bug“
☐ nice to have
☐ nobody needs it
#myTop10_2022
Get rows where is extremely slow if the column is referenced with a varible (here i=5 )
dt = Open( "$SAMPLE_DATA/Wafer Stacked.jmp" );
t0=hptime();
i = 5;
dt << get rows where( As Column( dt, i ) == 10 );
(hptime()-t0)/1000000;
instead of a direct reference like in
dt << get rows where( As Column( dt, 5 ) == 10 );
My wishes:
more wishes submitted by