Have a "YearWeek" table that summarizes "Leads" data by Week in several different fields. Created a list field that pulls together all the fields in the YearWeek table and then in the main "Leads" table's script used the List function to list all the records going back a year. However, now boss only wants to go back 4 months. Can I do that with the GetValue function? Looked it up, but it doesn't seem to accept an arugment for range of values. How would you do it?