I have set up my data table by extracting the month and year using computed math columns.
I then used If month = x then true and If year = y then true ELSE false.
The screen filter is set up to if Month = x AND if Year = Y.
All the computations are working in the table.
Yet, when my date picker picks an entry for May when everything is set up for month 5 and year 2026 the entry does not display. If I enter an entry for April. It does show.
What is up with this?