Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sum amounts

Former Member
0 Likes
461

Hi,

I have an internal table with Date and number for all employees.

I need to get totals by date. Can you please let me know as to how to achieve this in the easiest way.

I have a round about way to get unique dates into a table and loop through dates and add them.

Thanks!

Moderator message - Please do not ask or answer basic questions - post locked

Edited by: Rob Burbank on Oct 19, 2009 2:21 PM

2 REPLIES 2
Read only

Former Member
0 Likes
435

Hi Haritha,

Sort the internal table by using the date.

Write an report (normal) and use "At New" event you can sum the totals.

So you will get the totals by date wise.

Regards

Ramesh

Read only

Former Member
0 Likes
435

Hi ,

Use AT EVENTS to get Sum of the employees in particular date.

Sort your internal table , use AT NEW event of ur date field and sum the total in that date.

Thanks,

kavitha.