‎2009 Oct 19 6:56 PM
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
‎2009 Oct 19 7:04 PM
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
‎2009 Oct 19 7:12 PM
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.