I have a report Grouped by Work Order number. How do I do a count on the group? Right clicking and inserting a summary is not an option on the group. Any help will be greatly appreciated.
Request clarification before answering.
Hi Brent,
Try this:
In the Field Explorer, right click on Running Total Fields -> Click New -> Give it a name -> choose the work order number as the field to summarize -> type of summary should be count -> Evaluate for every record -> Reset On Change of Group and choose the work order number group from the drop down menu -> click OK.
This will give you a count for each grouping.
I hope this helps.
Regards,
Zack H.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Try this way.
create a formula field and place the following code
COUNT({Command.COURSE}, WorkOrderNumber)
Place this formula field in Group Header.
Regards,
Sathish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try using the special field in the field explorer "GroupNumber"
Regards,
Raghavendra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.