I have a Title band with a Text Field containing a calculated Variable $V{avg_perc}. The Text Field has the evaluati
$V{avg_perc}
in your view ireport designer.
click on the field and in the properties panel.: markup = styled selected
Right click on the fied. edit expression:
($F{fila1}.equals("c") ? "" : $F{fila1})
or xml
"+ $F{fila1}+"" : $F{fila1})]]>