Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Filtering top X values

1168 2
cancel
Showing results for 
Search instead for 
Did you mean: 
DJ_Porter
4 - Data Explorer
4 - Data Explorer

Is there a way to see only the top X values in a view?

2 Replies 2
ScottWorld
18 - Pluto
18 - Pluto

This can be done with the record list app, but ufortunately, apps have no effect on views.

Bill_French
17 - Neptune
17 - Neptune

Sure. Use a script action to periodically rank items using fields of your choice. Sort the data (in the script) based on the rank. Then number the items in yet another field. Create a view that orders the items 1 to x… and filters for rank numbers <= x.