Jump to content

Limit returned rows in AdHoc Tables Reports


neilelliott

Recommended Posts

  • 2 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  There are no "Top N" sort of functions built in to Ad Hoc. But depending on your exact needs you can do something like this:

  1. Create a calculated field that is your value times -1. (I'm assuming the value you want to sort on is a positive value.)
  2. Create a calculated field that is the rank of the field created above.
  3. Create a filter on the field created above to only include rank 10 or lower.

Ranking is always from smallest to highest, that's why I needed step #1. There is of course no need to display the 2 calculated fields. You'll probably want to see them as you're testing the report. But then remove them from the final report's displayed columns.

Does that meet your needs?

Regards,
Matt

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...