Hi ,
this is my expression code ;
($F{Personel_ODEME}.equals(Boolean.TRUE)) ? "PAID" : "NO PAID"
if Personel is paid her/his tax jasper report will write PAID else NO PAID in Report.But in DB this field is BOOLEAN Type but expression is returning string type. SO i am getting "Can not cast from String to Boolean" error. how can i solve this guyz ?