on ‎2023 Mar 10 6:29 PM
Should the below formula print the number of records in a group?
I can't get this to produce anything but 1
Dim ctr as number
ctr = 0
whileprintingrecords()
ctr = (ctr + 1)
formula = ctr
Need a little help.
I've read about the report passes, but clearly I'm missing some detail on using this important feature
Request clarification before answering.
There is a MUCH easier way to do this!
If you need to show the "record number" within the group for each record, use a Running Total that counts the records and resets for each group.
If you just need the count for the group, use the summary function Count(<some key field>, <group field>).
-Dell
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 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.