Hi all, in my sql databae, I have a field called DATAPROT char (8) which identifies the date 20220101. In my app, I would like to filter the DATAPROT field> = 20220101. But by doing this, it gives me a message that I must use a date, number, or other field. If instead filter DATAPROT = 20220101, it does not give an error. Could you give me some help? Thank you in advance