gingank 0 Junior Poster

Hi All,

I need ask something on the iReport
I already set a field called country and the data pull from the database
so it like that $F{country}
the country = "KO" detected change to "KOREAN" my statement is like this but come out error
If $F{country} = 'KO' {
$F{country} = 'KOREAN';
}

It come out error can anyone help me...
Thank in advance.