I’d like to have a checkbox, button, or really any kind of filter control that will allow me to show all rows of a “projects” table if today() >= START DATE && today() <= END DATE.
Checkbox is fine so if:
If true the table will only display ongoing projects as of today.
If false the table will display all rows of said table/view (provided there are no additional filters set)
Would it be possible to print this information (if in a different section) as a bulleted list rather than in a new view + additional columns of my choice?