I am trying to do a simple expression in iReport, but whatever I try seems has given me an error. It seems like such a simple thing to do, but whenever I try to do anything in
w00t! 35th time's a charm. I finally got the following expression to work. If anyone can tell me why, I would appreciate it.
new Boolean($F{count}.compareTo(new Integer(0))!=0)
new Boolean($F{count}.intValue()!=0)
Glad that I could help.