How would you produce a running total column on a report? I've done this once 
before, and can not remember how I set it up.
This is running UV 10

Ex.

LIST SOMEFILE F1

@ID        F1
1              2
2              5
3              8
4             11

What I want to do is:

LIST SOMEFILE F1 TOTAL(F1)

@ID        F1      TOTAL
1              2             2
2              5             7
3              8            15
4             11          26

Thanks






George Gallen
Senior Programmer/Analyst
Accounting/Data Division, EDI Administrator
ggal...@wyanokegroup.com
ph:856.848.9005 Ext 220
The Wyanoke Group
http://www.wyanokegroup.com



_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to