Can anyone please let me know why is March, April and all the following months showing? It is showing the whole January, no February, then 1st of March, 1st of April and so on …
My filter is Month No. equals 1, which is only January. So by right it should only show the month of January. Imma so confused.
Please confirm that your math column is using the date column to extract the month.
I suspect it’s the dates. It’s probably interpreting them as dates in MM/DD/YYYY format. This is especially a problem if you manually enter them in a google sheet. If you change the format of the date column in the glide data editor, it will become more apparent.
It’s been a long time since I’ve seen this problem with data coming from a google sheet. I don’t remember if changing the format of the column in the google sheet made a difference or if changing the region/locale in the google sheet settings did anything.
If dates are not coming from glide and they are manually entered in a google sheet, I would make sure they are entered in MM/DD/YYYY or better yet, YYYY/MM/DD format. Since you aren’t using a full standard ISO formated date, then glide has to guess if your date is written with the Day first or the Month first. It doesn’t always guess correctly.