Hello,
I was wondering what the correct syntax is for filtering a confiforms tableview to show only items collected in the last two calendar weeks.
I have a date field definition that collects dates in yyyy-MM-dd format.
In my tableview, when displaying that date field have Overridden the label to "Week" and the output format as yyyy: w
I would like to put a filter on that table to only show data from the current and past calendar week: for example 2026:27 and 2026:28,. Is there a way to do that using filters?
Much appreciated