I'm working on Top N queries, and need to have a number field so that I can limit the results to 5. I know i can change the properties of the query to be a Top Values, but in the event of a tie, the results include the tied values, making it more than 5.
Is there a formula I can add as a field that will tell me the row number of the results? It won't trouble me if its generated every time, because thats what i need.
Is there a formula I can add as a field that will tell me the row number of the results? It won't trouble me if its generated every time, because thats what i need.