I have report where I have two groups. I group by site then by employee name and then list each employees applications.
NY
Smith
app5
app10
app6
app7
NJ
Smith
app15
app9
app66
app37
I want to add the record number so that it restarts with each new group.
NY
Smith
1.app5
2.app10
3.app6
4.app7
NJ
Smith
1. app15
2. app9
3. app66
4. app37
Is this possible?
Thank You
NY
Smith
app5
app10
app6
app7
NJ
Smith
app15
app9
app66
app37
I want to add the record number so that it restarts with each new group.
NY
Smith
1.app5
2.app10
3.app6
4.app7
NJ
Smith
1. app15
2. app9
3. app66
4. app37
Is this possible?
Thank You