Skip to main content
Solved

calculate from mintues to hours

  • June 18, 2015
  • 1 reply
  • 49 views

ruby
Contributor
Forum|alt.badge.img+6
I have excel worksheet that has values in minutes, what transformer can i use in FME that will convert from minutes to hours and then sums up all the data.

 

 

Thank you

Best answer by david_r

Hi

 

 

You can use an ExpressionEvaluator to divide the minutes by 60 to get hours. You can then use a StatisticsCalculator to sum it up.

 

 

David
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.

1 reply

david_r
Celebrity
  • Best Answer
  • June 19, 2015
Hi

 

 

You can use an ExpressionEvaluator to divide the minutes by 60 to get hours. You can then use a StatisticsCalculator to sum it up.

 

 

David