I have a hierarchical report and would like to calculate & display sums, counts etc. in the following way:
Code: Select all
A Type: P (Count T = 3), (Count C = 4), (Count S = 2)
.A1 Type: S (Count T = 3), (Count C = 3)
..A1-1 Type: C (Count T = 2)
..A1-1-1 Type: T
..A1-1-2 Type: T
..A1-2 Type: C
..A1-2-1 Type: T
..A1-3 Type: C
.B1 Type: S
..B1-1 Type: C
Thanks a lot,
Patrick