Greetings from Brazil,
Dear, I have a problem and I think it is a Bug, The column is MATH recognized as Date, it is not recognized as Date when I try to use “IF Then Else” below photo for example:
My app’s URL: https://fabiomotaortodontia.glideapp.io/
I did the decomposition of Data using Math column, separated the day, month, and year. After that I made this column TEM_Datas Parcelas, to recompose the date format. I used If to filter and math (which recognized the date format), so I think it is a bug because, in the MAT_Data Adjusted column is as a date and when trying to filter with If it no longer recognizes as a date … if MAT_Data Adjusted not having a date all right it was no problem @Jeff_Hager , @ThinhDinh … is bug?
At the part where you decompose the data using math and rejoin them again using a template column, can you show us the math column that “recognizes the date format”? I don’t think it can recognize.
Yes,
I used math to decompose day, month and year. after I used a template to recompose the date using the correct day.
filtered by If Then Else and used Math again for Glide to recognize it as a date.