I have a BulletedList created in a formula (works with dates)
*/ ProductionLog.Filter(Product.Name=thisRow.Name).Logreg.bulletedlist()
But I want to limit this list to the last 5 entries or maybe the last two months could this be done within the formula or should I create a view and pull the list from there?