~ [[Records]]
> [!boxes] [[Events]] | [[Ideas]] | [[Meetings]] | **[[Nice Things]]**
Showing the latest dates
```dataview
TABLE WITHOUT ID
choice(contains(file.path, "Calendar/Records/Nice Things"),
"🌈 " + file.link,
file.link) as "Events",
dateformat(created, "EEE, MMM dd, yyyy") as Date
WHERE
contains(collection,this.file.link) and
!contains(file.name, "Template")
SORT file.name desc
LIMIT 77
```