I have used Top Values = 10 in a query to select data for a Pareato Graph. For the most part this works fine but if there is a tie for 10th and 11th place then the query returns 11 results and spoils my graph
I have thought of adding a very small random number to the results, which would break the tie but be small enough not to affect the apparent result. The problem is that this does not cure the problem but just reduces the probability of it happening.
I was wondering if anyone has another approach to this problem?
Peter