denisefergu Posted March 30, 2010 Share Posted March 30, 2010 HI,I have a report that has 1 group (USERS) which shows details of users activity within thier band. I have then done a count on how many times that user appears in each band and this works well at highlighting where users appear more than once. What I want to do now is use the print by expression to show only those where the user count is greater than 1.new Boolean($V{USER_1}.intValue() !=1 )USER_1 is the count of user within the user gorupEach time I try this it doesnt seem to work because there is nowhere to tell the print on expression when to evaluate so it always hides the 1st record in the group.Has anyone come up with a way to get round this or amI going about this the totally wrong way?Thanks in advance. Link to comment Share on other sites More sharing options...
thangalin Posted March 30, 2010 Share Posted March 30, 2010 I have encountered a similar issue. I have posted the problem elsewhere:http://stackoverflow.com/questions/2547042/synchronize-print-when-expression-text-field-expressionAlso, read the notes from this link:http://jasperforge.org/projects/ireport/tracker/view.php?id=4370 Post Edited by thangalin at 03/30/2010 16:47 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now