I'm struggling with views and could use help. I'm trying to generate a dropdown to select a specific month in a date list. My problem is the following. I can't select only month, always have to select year and month. But if I do so, my dropdown will only work for this year, not for every upcoming one.
What I've done so far: Created a grouped filter and within it "between" statements. But those only work with year and month. I want my dropdown to work automatically for every year.
Anyone has a solution for that?