I saw Ajoy's solution, and I like that solution if you provide the user the opportunity to export the data to HTML, XML, XLS, as well as to a printed report or PDF.
However, if you would like to accomplish that result just inside of the report writer, you can create a calculated field. Just have the field SUM the values, and RESET the value when the customer changes. HTH, -Kevin CULLY Technologies, LLC Eurico Chagas Filho wrote: > Hi > > I have this; > > Client dtaMov Value > 1 01/01/01 100 > 1 02/01/01 50 > 1 03/01/01 100 > 2 01/01/01 200 > 3 15/01/01 300 > > but I need to do something like this; > > Client dtaMov Value > 1 01/01/01 100 > 1 02/01/01 150 > 1 03/01/01 250 > 2 01/01/01 200 > 3 15/01/01 300 > > The value must add the last value each cycle. > > How can I do it ? > > TIA, E. > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

