EText Template: Count of rows not resetting at each Level
Summary
Count the number of rows generated for each EmployeeContent
Hi,
We are trying to get a count of the rows generated for each Employee, but the count keeps increasing from the 2nd Person as shown in bold below:
Note: The second person (person number = 23456 should have had 2 printed instead of 5)
12345
John
Doe 3
23456
John 5
34567
Jane
Doe 8
45678
Jane 10
56789
John
Jane 13
Attaching the sample XML and Template that we are using, any help is appreciated.
Regards,
Brendon