Skip to main content
Solved

Trying to calculate average of response times in Minutes?

  • October 24, 2019
  • 2 replies
  • 11 views

Forum|alt.badge.img

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.

 

Best answer by jdh

The StatisticsCalculator can give you the Mean (Average) .

The DateTimeCalculator can give you the difference between two times.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • Best Answer
  • October 24, 2019

The StatisticsCalculator can give you the Mean (Average) .

The DateTimeCalculator can give you the difference between two times.


Forum|alt.badge.img
  • Author
  • 4 replies
  • October 29, 2019

Thank you! I will apply it in my workspace!