rdpascua Posted October 23, 2017 Posted October 23, 2017 I'm trying to implement this multi-level row group count, I can't make it work. 1. 1.1 1.2 1.3 1.42. 2.1 2.2 2.3 2.3.1 2.3.2I tried creating a variable ${FIRST_LEVEL_COUNT}Expression: new java.lang.Integer(1)Value Class: java.lang.IntegerInitial Expression: new java.lang.Integer(0)Increment Type [Group] FirstLevelGroupReset Type [Group] FirstLevelGroupI created three of these for each groups I need.on the textField I've added new java.lang.Integer($V{FIRST_LEVEL_COUNT}.intValue()+1) as expressionWhat's happening is:1. 1.1 2.2 2.3 2.42. 1.1 2.2 2.3
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