Group Band
Posted: Thu Jan 10, 2013 10:12 am
Hello.
I have simple object with 2 fields - Id and Group. List of this objects look like this
Id:1 Group:1
Id:2 Group:1
Id:3 Group:2
Id:4 Group:2
Id:5 Group:1
Using Group Band and grouping by "Group" it look like this:
Group: 1
Id:1
Id:2
Group: 2
Id:3
Id:4
Group: 1
Id:5
I want to show them in group. The result should be like this:
Group: 1
Id:1
Id:2
Id:5
Group: 2
Id:3
Id:4
Is it possible? What should i use?
I add simple report and project to show the problem and maybe find a result.
I have simple object with 2 fields - Id and Group. List of this objects look like this
Id:1 Group:1
Id:2 Group:1
Id:3 Group:2
Id:4 Group:2
Id:5 Group:1
Using Group Band and grouping by "Group" it look like this:
Group: 1
Id:1
Id:2
Group: 2
Id:3
Id:4
Group: 1
Id:5
I want to show them in group. The result should be like this:
Group: 1
Id:1
Id:2
Id:5
Group: 2
Id:3
Id:4
Is it possible? What should i use?
I add simple report and project to show the problem and maybe find a result.