PDA

Click to See Complete Forum and Search --> : [Resolved]Crystal Sections formating


waely
Aug 15th, 2006, 02:51 PM
hi,
I have been having hard time formating my report sections to reflect the view needed.

here is my Hierarchies and will explain what I want to do:
1.State (Group)
a.County (Group)
i. City (details)
b. School (Group)
i. Courses (Detail)

I want my report to show the Group by States (easy already did that) -->
Group by Country (also easy. already did that)-->
show City Details in this County -->
show Group of Schools for that County -->
then some Details of Courses in that school.

I'm not sure how to go about doing that. please help.

thanks

mabbas110
Aug 23rd, 2006, 01:49 AM
Ok , i understood ur problem , till Country its solved , now i am telling u the solution of City and School , rest u can do ur self.

Trough Crystal Report u can not do this because this is not a logical solution , why this is not possible , because this a relation just like the binary tree and in crystal report heirarchy is support only , u change ur requirements means u show city details for this country and then group of school for that city and then courses of that school , that will be easy for u do like the same as u did above.

waely
Aug 23rd, 2006, 07:30 AM
I got arround these issues by creating subreport for my city.

thanks