Hello
I have a Number field (Minutes.Duration) which is showing time in Minutes.
I need to convert this field to Hours.
However when i do that using the formula:
ToText({Minutes.Duration} \ 60, 0, "") & ":" & ToText(Remainder({Minutes.Duration}, 60), 0, "")
It shows the time in Hours (eg 8:42) but the field is now a String field.
However I need it to remain a Number field as i need to use this field in a bar chart.
How can I convert the original Number field (Minutes.Duration) to Hours but it remain a Number field,
I would appreciate any help you can give.
I am using Crystal Reports XI on a Oracle 10G Database
many Thanks
I have a Number field (Minutes.Duration) which is showing time in Minutes.
I need to convert this field to Hours.
However when i do that using the formula:
ToText({Minutes.Duration} \ 60, 0, "") & ":" & ToText(Remainder({Minutes.Duration}, 60), 0, "")
It shows the time in Hours (eg 8:42) but the field is now a String field.
However I need it to remain a Number field as i need to use this field in a bar chart.
How can I convert the original Number field (Minutes.Duration) to Hours but it remain a Number field,
I would appreciate any help you can give.
I am using Crystal Reports XI on a Oracle 10G Database
many Thanks