|
BilalAhmed
Starting Member
Pakistan
1 Posts |
Posted - 10/04/2012 : 17:06:56
|
Hi, I want to break reports in multiple Portion as the filters changes
For Example Simple Report shows
Class   Name   Age
1     abc     123 1     def     321 2     xxx     123 2     ccc     456
when group by class it shows
Class   Name   Age
1     abc     123       def     321 2     xxx   123       ccc     456
but i want to show data like following when group by class
Class   Name   Age
1     abc     123 1     def     321
Class   Name   Age
2     xxx   123 2     ccc   456
As u can see it breks report in two portion one for Class '1' and one for class '2' with repeating headers
Plz Help !! regards |
|