Print Page | Close Window

Problem creating report

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=7278
Printed Date: 29 Apr 2024 at 1:11am


Topic: Problem creating report
Posted By: lukin
Subject: Problem creating report
Date Posted: 06 Aug 2009 at 6:30am
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
 



Replies:
Posted By: gavsmith
Date Posted: 06 Aug 2009 at 8:14am
I think you may need to give more information on the database structure and what you are trying to achieve.

From your example it looks like you want to display the same data several times (not sure why you would want to do that) then have a summary at the bottom. If that is what you want you would only be able to do it using several subreports.

If it's not the same data the report should be easily done by using groups:

SUBAREA (a,b,c) being the group header subtotal being the group footer and total being the report footer.


Posted By: lukin
Date Posted: 07 Aug 2009 at 3:43am

I've solved the problem using groups.

Thank you



Print Page | Close Window