Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count Unique Customers in Footer
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01102497
Message ID:
01102532
Views:
22
>>I have a weekly report that details the products ordered for each day. The data is sorted by date, customer, product number. There is a footer for customer and date. But in the date footer, I want a count of the number of unique customers for that day. How can I do this?
>>
>>thanks
>>
>>Brenda
>
>I suppose Customer group is after Date one. If so:
>Put a variable in report (nUniqCust) Inital value = 0, reset value based on Date, Calculation type - None
>
>In OnExit Event on the Customer group footer put:
>_vfp.SetVar([nUniqCust], nUniqCust = nUniqCust + 1)
>
>then in Date Group footer print that variable.

Great minds... <g>
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