I am trying to figure out a way to filter the content in a repeating table by date that comes from a dropdown. I don’t want to use date pickers as I am just interested in the year.
I have tried various options, but never got it to work.
I am sure it is something rather simple, but I am not getting anywhere, so I would appreciate your help!
Taking the date greater or equal to the dropdown year (rounded down to year), and the other condition with the date less than the dropdown year (rounded down to year + one year).
This way you capture the dates within that year interval and can filter as you want.