โ cool new feature
โ could help many users!
โ removes a โbugโ
โ nice to have
โ nobody needs it
 
 
Please allow the user to send
 
 
 
 
 
 
 
 
dt << Get nonExcluded Rows();
 
 
 
 
 
 
 
 
to a data table to get a matrix of all row numbers of non-excluded rows. 
Please make the implementation as fast as
dt << Get Excluded Rows();
https://community.jmp.com/t5/Discussions/col-lt-lt-get-values-for-non-excluded-rows/m-p/556579/highl... 
 
The fastes single-line command that was posted in the community is almost an order of magnitude slower:
 
 
 
 
 
 
 
 
allRows = dt << get rows where( Excluded() == 0 );
 
 
 
 
 
 
 
 
https://community.jmp.com/t5/Discussions/col-lt-lt-get-values-for-non-excluded-rows/m-p/564380/highl... 
 
And first asking for the non-excluded rows and then "inverting the list" adds 30-50% to the time budget.
https://community.jmp.com/t5/Discussions/col-lt-lt-get-values-for-non-excluded-rows/m-p/564136/highl... 
 
more wishes submitted by  