Assuming I have an attribute which can be used to imply order, what's the correct way of getting the max N according to that attribute and sorted by it?
Or would I need to do the sorting myself?
@ben.sless I believe this should do it: https://github.com/tonsky/datascript/wiki/Tips-&-tricks#getting-top-10-entities-by-some-attribute
Just what I needed, thanks!
clever