Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. whatisthis123

    Convert a number to minutes and seconds

    I am trying to change a running total field displayed like 9.91 into 9 Minutes 55 Seconds.
  2. whatisthis123

    Crystal Reports: Creating formulas using data from a summarized field

    I inserted a summary into a group footer field (gf2) using the insert menu. Does having a total based on a group make a difference?
  3. whatisthis123

    Covert minutes into hours in crystal reports

    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...
  4. whatisthis123

    Crystal Reports: Creating formulas using data from a summarized field

    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
  5. whatisthis123

    Please help Number to time conversion

    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.

Part and Inventory Search

Back
Top