I'm using the sampling tool to take the first 10 records after I've sorted them by value in descending order. This works well enough but I notice that the 11th record is the same value as the 10th record and so I'd like to keep it. Is there a way I can get the top 10 and any others that have the same value as the 10th?
Thanks in advance,
DHB.