Hi, I looked through the posts on forum, but none of the solutions work for me. I was wondering, if is there any smart way of filtering the data to the current year only, based on the date field (yyyy-MM-dd). I have tried to use
[Date]=DateTimeAdd(DateTimeToday(),-0,"years")
but it didnt work.
Most of the answers refer to a string format. Do I need to convert it to the string first? I would appreciate any help