Could anyone say what is the wrong with the below statement.
Currently I'm working in cognos 10.1.1
case
when extract(month,_last_of_month (current_date))=1 then ('January')
when extract(month,_last_of_month (current_date))=2 then ('January','February')
end
I couldn't correct it.
The error code is qe-def-0459 cclexception parsing error