Jump to content
We've recently updated our Privacy Statement, available here ×

Noob needs help with filter expression


motoman

Recommended Posts

...using iReport 3.1.2

 

I have a basic report grouped by a particular value, and iReport automatically makes a count variable for you, which I also have displayed on my report.

 

My need is simple - I just want to have the report show only those groups that have a count > 1.  To that end, I have kind of gotten some syntax figured out:

 

new Boolean(($V{uld_history_ULD_COUNT}.intValue())>(1))

 

 ...the problem being that if I run the report with it that way, it returns no rows.  If I change the "1" to a "0" then it runs and returns all the data just fine.

 

I'm sure I'm missing something basic...any pointers?

Link to comment
Share on other sites

  • 1 year later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...