Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crystal report hierarchical group indentation for only one field

How do we set the indentation for only one field for hierarchical group in crystal report?

like image 343
Peter Y Avatar asked Oct 23 '22 07:10

Peter Y


1 Answers

  1. In the Report menu select Hierarchical Grouping Options, set Group Indent to 0.
  2. Right click the Group Header field and select Size and Position
  3. Click the Conditional Formula button beside the X position value field.
  4. This is the formula you will use

    HierarchyLevel (GroupingLevel({[Hierarchy Name] Node ID}))*200

Here you can see more details about Hierarchies in Crystal Reports

like image 172
Hariharan Anbazhagan Avatar answered Jan 02 '23 20:01

Hariharan Anbazhagan