Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Counting groups
Message
From
06/11/1997 18:52:16
 
 
To
06/11/1997 11:00:18
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00058603
Message ID:
00058755
Views:
33
You can do it with to Report Variables:

nAuxCountGroups:
Initial value: 0
Value to store: nCountGroups
Reset at: Report

nCountGroups:
Initial value: nAuxCountGroups + 1
Value to store: nCountGroups
Reset at: Account group

Be careful to declare nAuxCountGroup before nCountGroups. nCountGroups will always contain the index of the current group (account in your case), thus, will contain the number of groups in the report summary.

Vlad


>I have a report that is grouped by account #. For each account, there are multiple financial records. In the summary I want to print how many accounts were printed (i.e. - how many groups), not how many records. The report is coming from a single file - each record has the account # and financial info. Is there any way to do this in the Report Designer?
>
>Thanks
>Elyse
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform