this will work to:
Local NumberVar H;
Local NumberVar M;
Local stringvar HM;
H:= fieldname / 60 - .4; //prevents rounding
M:= fieldname mod 60 - .4;//prevents rounding
if M > 10
then
HM:=totext(H,0)+':'+totext(M,0)
else
//adds preceeding 0 for minutes less than 10...
I am trying to create a formula using data in a summarized field based on group totals but I don't see the summarized field in the field tree. I am using Crystal Reports 9
I am having the same problem. I need to get minutes into a hour total that happens to above 24 hours then make ratio on total time and time taken.
Good luck.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.