Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable in report designer
Message
 
 
To
14/07/2001 17:06:02
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00530599
Message ID:
00530704
Views:
16
>Hi,
> I would like ot count the number of group for my report result to indicate how many user match the condition using report variable. What should I do? I have read HELP, but, I cant understand it.
>
>Thank you

Hi John,

I'm not sure, I understand your problem, but you can create a variable, say, numMatch. Put this expression in value to store
iif(myMatchCondition,1,0)
Check Sum in Calculate section. Put this varialbe in the Group Footer. Now you have number of users, which match your criterion. The same way you can sum any numeric field in your table, etc.

If this would not help, send me your report and a sample table with an explanation, what do you want to achieve, to my home address nosonov@msn.com and I will try to help.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform