cancel
Showing results for 
Search instead for 
Did you mean: 

Count Group

03-27-2009 8:05 PM
453 views 4 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

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.

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

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.

Answers (2)

Answers (2)

Former Member
0 Likes

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

Former Member
0 Likes

Got it! Thanks for all the ideas and replies.

Former Member
0 Likes

Try using the special field in the field explorer "GroupNumber"

Regards,

Raghavendra