Hello,
How can I make the list of my last modified only set to a desired count? Any idea please, thanks!
Hello,
How can I make the list of my last modified only set to a desired count? Any idea please, thanks!
Thank you! But sorry Iām just a beginner, quite donāt know.. so where do I use this? My ālast modifiedā is just a VIEW I made, sorted by my column ālast modifiedā. So Iām not sure where to use this.
One technique would be to create a slice for the table that the view is currently based on, and switch the view to be based on that slice. In the sliceās row filter condition, enter an expression that returns the rows you want. For example:
IN([Row ID], TOP([ORDERBY](https://support.google.com/appsheet/answer/10107362?hl=en)(Table[Row ID], [Last Modified], true), 10))