denzildsouza555 Posted July 20 Share Posted July 20 Hello,I have a report were I need to make 3 separate set of groups each with has its own sorting.How can I achieve this ?The structure that needs to be created looks something like this:Group 1 header (group by emp name, sort account) Group 2 header (group by company, sort salary) Group 3 header (group by department, sort compensation) Detail Group 3 footer Group 2 footer Group 1 footer Help appreciated.Thanks Link to comment Share on other sites More sharing options...
rpachipu Posted July 21 Share Posted July 21 You can sort in query or in SortFields in jrxml. The order should be like order by emp name, account, company, salary, department, compensation. 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