Finding last say 5 records by date

What is the best way of finding the last say 5 values by date in a table column please?

Take a look at the following article in the help documentation, there is an example in there of finding top entries based upon a sorted column.

|


| TOP() |
| - | - |
| | Initial list items. |

1 Like

And:

https://help.appsheet.com/en/articles/2357312-orderby

1 Like