☐ 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 ![hogi_2-1702196401638.png hogi_2-1702196401638.png](https://community.jmp.com/t5/image/serverpage/image-id/59505i92BA52D1289B6F5C/image-dimensions/36x39?v=v2)