Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
First, By declaring a variable, I created a formula that displays a record count. Easy enough.
My current formula (in the detail section)is:
WhileReadingRecords;
NumberVar RecordCount;
RecordCount := RecordCount+1
What I want to do is have the count reset itself for each new group. Group A: 1-4 Group B: 1-4, etc. I can do this using a running total, but I would really like to learn how to do it using a variable.
Secondly, I noticed that if I refreshed the report, the displayed counts became out of sync. It would go from 4 to 13 to 9 to 43 etc. Why?
Thanks folks
First, By declaring a variable, I created a formula that displays a record count. Easy enough.
My current formula (in the detail section)is:
WhileReadingRecords;
NumberVar RecordCount;
RecordCount := RecordCount+1
What I want to do is have the count reset itself for each new group. Group A: 1-4 Group B: 1-4, etc. I can do this using a running total, but I would really like to learn how to do it using a variable.
Secondly, I noticed that if I refreshed the report, the displayed counts became out of sync. It would go from 4 to 13 to 9 to 43 etc. Why?
Thanks folks