How do we set the indentation for only one field for hierarchical group in crystal report?
5
votes
1 Answers
3
votes
- In the Report menu select Hierarchical Grouping Options, set Group Indent to 0.
- Right click the Group Header field and select Size and Position
- Click the Conditional Formula button beside the X position value field.
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