I am using CR 8. I am reporting the total seconds of a call and converting to minutes & seconds. Here is the catch....For any remaining seconds the client wants to round up using an 18/6 methodology.
Simply, anything <= 18 seconds is 18
then round up at 6 second intervals so
from 19 to 24 seconds is 24
25 to 31 is 31 and so on
Examples: 129 seconds would be 2 minutes and 18 seconds
153 seconds would be 2 minutes and 36 seconds
Thanks for any help on this
Simply, anything <= 18 seconds is 18
then round up at 6 second intervals so
from 19 to 24 seconds is 24
25 to 31 is 31 and so on
Examples: 129 seconds would be 2 minutes and 18 seconds
153 seconds would be 2 minutes and 36 seconds
Thanks for any help on this