Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Count Unique Customers in Footer
Message
De
19/06/2007 12:11:44
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01102497
Message ID:
01234303
Vues:
17
>>>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.
>
>Interesting. I'm now facing a similar problem.
>
>I have two groups:
>ProjectName
> Caption
>
>I want to print totals in Caption group footer and in Project group footer. However, if I only have one Caption, I don't want to print Caption Footer.
>
>I'm thinking, can I use your/mine idea or I better try Cetin's idea with array or a modification of it with an extra cursor.

If you print from cursor and the latter is small enough then you can just add a field 'prtcapfoot' and fill it by SQL (having count(*)=1).
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform