I have been searching the help files, but can not seem to find the answer.
I am needing to do a record count.... by group.
Example:
Group 1
1 datadata
2 datadata
3 datadata
Group 2
1 datadata
2 datadata
3 datadata
4 datadata
I am trying to get the report to show the count (or line number), but reset on new group. I know I can use a formula as "recordnumber" to show the count, but this is only helpful when there is only one group.
Any suggestions?
Request clarification before answering.
Create a running total which counts your records per group.
1. Right-click on Running Totals in the Field Explorer, select new.
2. Choose your field to summarise/count
3. Evaluate for each record
4. Reset on change of group.
That should do it!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Travis B,
This can be done using a running total.
- In running total select a field which is having distinct value.
- Select count
- Resent the count on change of group.
Place this running total in your detail line.
Thanks
Sastry
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.