Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Number of groups
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00101101
Message ID:
00101800
Views:
25
Nope, we are talking about the same thing. Here's what I proposed (I just tested it and it works):
>>>>
A VFP trick, count groups with just one public variable defined outside the report:

MyCounter = 0 && Outside the report

Define a report variable with the name "MyCounter":

Initial value: MyCounter = MyCounter + 1
Value to store: MyCounter
<<<<

It's a trick because it uses the Initial value to increment the counter (the Value to Store is not used, it just copies the previous value).

Almost obvious, the variable must be reset at group level (otherwise, the counter is not incremented).

Vlad

>Vlad, I think we're talking about different things. I wanted a variable that would count the number of Groups, not the number of details in each group. Re-setting the variable at group level gives a group sub-total, but counts each detail.
>
>Barbara
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform