Print Page | Close Window

Hierarichical grouping

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=5154
Printed Date: 18 May 2024 at 9:12am


Topic: Hierarichical grouping
Posted By: gattu_koli
Subject: Hierarichical grouping
Date Posted: 06 Jan 2009 at 10:34pm
Hi,

I m having an employee table with parent child relationship.



empid     parent_empid      name

1             null                      A

2             1                         B

3             2                         C

4             1                         D

5             3                         E



i want to display it in a crystal report. i achieved this using hierarchical grouping. but when i use parameter field it only displays the record for that employee only. i want the whole child record to be displayed. like if i pass parameter as 1, all child records should be displayed.



thanks



Replies:
Posted By: Auk_
Date Posted: 12 Jan 2009 at 5:16am
is very simple just right click and Reports->HierarichicalGroup Option ..


n i think u will find out what you will have to do



Print Page | Close Window