Hello,
I'm trying to do a crystal report in .Net 2008 in the following format:
Name |
Col1 |
Col2 |
Col3 |
Time |
Dias Horas Minutos |
SUBAREA a |
X |
test |
AAAA |
AAAA1 |
1 |
2 |
3 |
Y |
test |
BBBB |
BBBB1 |
3 |
2 |
1 |
|
|
|
Subtotal |
4 |
4 |
4 |
SUBAREA b |
X |
test |
AAAA |
AAAA1 |
1 |
2 |
3 |
Y |
test |
BBBB |
BBBB1 |
3 |
2 |
1 |
|
|
|
Subtotal |
4 |
4 |
4 |
SUBAREA c |
X |
test |
AAAA |
AAAA1 |
1 |
2 |
3 |
Y |
test |
BBBB |
BBBB1 |
3 |
2 |
1 |
|
|
|
Subtotal |
4 |
4 |
4 |
|
|
|
TOTAL |
12 |
12 |
12 |
Is there a way to do this, maybe using a subreport?
Thanks in advance