I have a view of a table on my company home page that I’d like to show only the next three events.
What is the best way to limit the number of records in the table (or any view for that matter?)
When I use the following formula as a table filter, Coda does not respond
Slice(thisTable,0,3)
I feel like I used to do this in docs a lot and it’s trapped somewhere in the back of my mind.