Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Counting groups
Message
De
06/11/1997 18:52:16
 
 
À
06/11/1997 11:00:18
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00058603
Message ID:
00058755
Vues:
39
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform