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. :)
Printable View
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. :)
Add a Running Total field
Evaluate For each record and
Reset on change of group
Or create a formula using the Count summary function.
Count ({Orders.OrderID},{Customers.CustomerID})
Or use the Insert->Summary menu item.
Thank you so much!
is there a way to place the count or record number beside each item per group?
Add a Running Total field
Evaluate For each record
Place the Running Total field 'beside each item'
Reset on change of group