I have a shp file with a numeric attribute. I can sort the attribute table on this attribute using a Sorter, but how can I then filter out only the top, say, 1000 features?
Thanks
Dag
I have a shp file with a numeric attribute. I can sort the attribute table on this attribute using a Sorter, but how can I then filter out only the top, say, 1000 features?
Thanks
Dag
Best answer by fmelizard
Sorter + Sampler should do the job.