Hi,
My project required me to write a java programming. But,I am quiet new in JAVA.
Actually, my first task is to combine two existing reports (TotalContactTimeReport and ContactsPerHourReport) written in JAVA from ONE simulator.
The reports as attached.
For your information, the output of TotalContactTimeReport is Time in seconds and Total Contact Time also in seconds.
While, for ContactsPerHourReport the output is Time in hour and Number of contacts.
When the combination is done, the output should be Time in seconds, Total Contact Time in seconds, and Number of Contacts.
I had been tried to combine both reports and the report named as TotalContactDurationReport.
Can anyone help me to check that new report?
Thank you.