Grouping
Hi, i started to use FastReport today..i have 2.5 version//
My problem is grouping records by fields..Let's say a have:
CODE SALESMANS BUYERS
0001 name1 name2
0001 name11 name22
0002 xxxx yyyyy
i want to group this record set in order to get:
CODE SALESMANS BUYERS
0001 name1,name11 name2,name22
0002 xxxx yyyyy
hope that u understand,thanx!!
My problem is grouping records by fields..Let's say a have:
CODE SALESMANS BUYERS
0001 name1 name2
0001 name11 name22
0002 xxxx yyyyy
i want to group this record set in order to get:
CODE SALESMANS BUYERS
0001 name1,name11 name2,name22
0002 xxxx yyyyy
hope that u understand,thanx!!
Comments
Another way is using Cube. Take a look at www.pivotcube.com .