I'm using iReport 5.0.0 and JasperReports Server 5.0.0.
And my problem is: I have 2 input control, the one is Boolean Type and the other is text box, and the value of text box depend on the value of Boolean is "true" or "false. When the user select "true", I want to show "Y" in text box. and when he select "false" I want to show "N" in text box too.
Please help me to solve this problem.