Running Number in DataBand
Posted: Wed Feb 12, 2014 1:45 pm
Hi,
I need a running number in a DataBand. The report is grouped and I want to have the running number to start with 1 in each group like this:
I have tried to use "{CountRunning(GroupHeaderBand1)}" but the running number does not revert back to 1 when the group changes.
How can I best achieve this?
Cheers,
Pascal
I need a running number in a DataBand. The report is grouped and I want to have the running number to start with 1 in each group like this:
Code: Select all
[Group 1]
[1] <- Field showing the current running number
[2]
[3]
[Group 2]
[1]
[2]
[Group 3]
[1]
[2]
[3]
[4]
...
How can I best achieve this?
Cheers,
Pascal