|
-
Dec 11th, 2008, 02:31 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Record Count per group
Hi, is it possible to count each item in each record. what i've done is it counts every item regardless of group, thus counting all records. Any help is appreciated.
-
Dec 11th, 2008, 11:31 AM
#2
Re: Record Count per group
Add a Running Total field
Evaluate For each record and
Reset on change of group
-
Dec 11th, 2008, 12:56 PM
#3
Re: Record Count per group
Or create a formula using the Count summary function.
Count ({Orders.OrderID},{Customers.CustomerID})
Or use the Insert->Summary menu item.
-
Dec 11th, 2008, 09:13 PM
#4
Thread Starter
Addicted Member
Re: Record Count per group
-
Dec 11th, 2008, 09:16 PM
#5
Thread Starter
Addicted Member
Re: Record Count per group
is there a way to place the count or record number beside each item per group?
-
Dec 12th, 2008, 01:25 PM
#6
Re: Record Count per group
Add a Running Total field
Evaluate For each record
Place the Running Total field 'beside each item'
Reset on change of group
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|