View Single Post
Old 07-29-2020, 07:34 PM   #9
kcar181
Member
kcar181 began at the beginning.
 
kcar181's Avatar
 
Posts: 15
Karma: 10
Join Date: Jul 2020
Device: none
Quote:
Originally Posted by davidfor View Post
Something like the following is what you want:

Code:
program:
format_number(divide(divide(raw_field('#words'),1000),60), '{0:5,.2f}')
In that, the 1000 is the reading speed. You can do it with one divide if you calculate the reading speed in words per hour rather than words per minute.

The formatting will give the number with two decimal points.
This is really cool thanks for this. I'm getting numbers like 2.29 would that be 2 hours 29 min?

EDIT: Now I see numbers like 1.86 so im guessing not hours/minutes. Anyway to convert?

Last edited by kcar181; 07-29-2020 at 07:50 PM.
kcar181 is offline   Reply With Quote