Hi, I have a data set with fields Site, Date and Result. I need script to load the nth most recent records based on Date for each Site. I was planning to load the whole dataset and then try to order by Site then Date and use Peek to assign a new ranking field but not sure if there is a cleverer way of doing it? Thanks for your help!!