Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On Entry/On Exit band events
Message
 
To
04/04/2001 18:57:40
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00492141
Message ID:
00492161
Views:
23
I think your UDF approach was on the right track, but try:

SELECT SUM(line_total) FROM line_items ;
WHERE invoice_number=maintable.invoice_number ;
INTO ARRAY lajunk

Substitute "maintable" above with whatever table is driving the report.

--Brad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform