TheLibrary
Programmer
Crystal 9
Having trouble setting up a View to create a table where I can store "running totals" for specific field data.
I have a date received, part number and qty received (Date, Part, Qty).
I must sort by date but I want to show a running total of qty recieved:
Date Part No. Qty SumTotal
1-10-04 7530-09 20 20
1-10-04 7690-77 10 10
1-11-04 7530-09 20 40
1-13-04 6789-33 25 25
1-13-04 7690-77 12 22
1-14-04 7530-09 15 55
Stored procedure doesn't help since I want to include other data sources.
Specific help is requested, or reference to posted FAQ's.
Thanks,
Gerry
Having trouble setting up a View to create a table where I can store "running totals" for specific field data.
I have a date received, part number and qty received (Date, Part, Qty).
I must sort by date but I want to show a running total of qty recieved:
Date Part No. Qty SumTotal
1-10-04 7530-09 20 20
1-10-04 7690-77 10 10
1-11-04 7530-09 20 40
1-13-04 6789-33 25 25
1-13-04 7690-77 12 22
1-14-04 7530-09 15 55
Stored procedure doesn't help since I want to include other data sources.
Specific help is requested, or reference to posted FAQ's.
Thanks,
Gerry