Subject Re: [ib-support] days from January the 1st
Author guido.klapperich@t-online.de
> My problem is (mainly) to replace '2002-01-01' with some function that
> returns the 1st January of the _current year_.
>

Try this
FirstDayOfYear = '01.01'||current_year

It's not tested, perhaps you have to do a cast.

Guido