Can any one suggest some single line code for this instead of multiple lines
Code:
(({Month}= "DECEMBER" and
{YearNumber} = 2004)
or ({Month}= "JANUARY" and
{YearNumber} = 2005)
or ({Month}= "FEBRUARY" and
{YearNumber}= 2005)
or ({Month}= "MARCH" and
{YearNumber}= 2005))