Skip to main content

Hi,

I'm trying to calculate average response times for my city's fire department. I'm not sure which transformer is best to use? I've used the date time converter to change the data that is coming over in seconds to minutes but then I need to do a) calculate the average of those individual response times and/or b)subtract the difference between two fields and then c) calculate the average of the difference.

 

Thanks in advance for any help.

 

The StatisticsCalculator can give you the Mean (Average) .

The DateTimeCalculator can give you the difference between two times.


Thank you! I will apply it in my workspace!


Reply