I had been trying to utilize dropdowns to filter months and years, but just cannot get it to work, so maybe a date/time picker would work? How would I filter a data set and display all entries from the month of the date selected in a date/time picker in a repeating group based on the selected date?
Like say for example, if the date selected is 4/10/2025, display all entries from the April 2025
Okay, I made that change and this is what’s happening:
I have test data in from a report for 4/2/25 and 4/3/25. I select today’s date (4/10) and it then populates the info, which makes it look like it’s choosing all data from April. But if I change the date to 3/10/25, the same data is showing, where I would imagine it should disappear because there isn’t data from March, right?