BulletedList (5)

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?

@Ray_Kabbes

See if the principles in this post by @shishir can be adapted to your use case:

1 Like

@Ray_Kabbes

Here’s one possible approach:

1 Like