Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Counting groups
Message
From
06/11/1997 11:30:18
 
 
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:
00058616
Views:
28
>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

I'm not sure how to do this soley with the Report Designer.
My tendency would be to precalculate if possible and store
this value in a variable which you use in the report. If
this can't be done I would define a custom object prior to
the run of the report. I would call a method that would
increment a propery within the object. Then in your total
section I would just call the method to return this count.

HTH

Dan
Previous
Reply
Map
View

Click here to load this message in the networking platform