Hello everyone,
First of all, sorry for my english.
I have the column [DATE_ENGG] type DateTime like YYYY-MM-DD HH:MM:SS
I need to create a filter to keep only raws >= at the first day of the year.
I tried this
ToDate([DATE_ENGG]) >= DateTimeFormat([DATE_ENGG],"%Y-01-01 00:00:00")
But it doesn't work 
If someone can help me, i'm very grateful, thank you!