Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Counting distinct fields in data grouping report
Message
From
20/06/2001 15:52:42
 
 
To
20/06/2001 15:22:03
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00521590
Message ID:
00521654
Views:
18
I have found the solution for this thread. I used two variables with the next conditions and code:

Variable Name : TotalShipments
Val to Store :iif(tmpShipment=Invoice.Shipment,TotalShipments,TotalShipments+1)
Init value : 0
Reset at: End of Report
Calculate: Nothing

Variable Name : tmpShipment
Value to Store :Invoice.Shipment
Init value : 0
Reset at: Invoice.Shipments
Calculate: Nothing
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform