Please help me with this expression

i want to express [date_gl] is greater than or equal to 01/01/

Please text string created with CONACATENATE() with DATE as shown below.

[date_gl]>=DATE(CONCATENATE(“01/01/”,YEAR(TODAY())-1))

2 Likes

Thanks alot.

2 Likes