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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CLogix

  1. CLogix

    Declare variable to pass sub-report report total to main

    How would I declare a variable to pass the report total of a sub-report to the main report? In the sub-report I declared: whileprintingrecords; numbervar Total := sum({@Labor}); In the main report I called: whileprintingrecords; numbervar Total This did not work.
  2. CLogix

    How do I add fields containing formulas with the "min" function?

    OK, I got it to work. I think what threw me off was the {sumrtime + @resptime} in your original response. Restating as sumrtime + {@resptime} in your reply helped out. Thank you for your help!
  3. CLogix

    How do I add fields containing formulas with the "min" function?

    In your example it appears that I am still missing the part where I total all @resptime. The response time calculation uses the "min" function for the labor date/time to calculate the reponse time for each workorder. I need to add all of the workorder response times together before calculating...
  4. CLogix

    How do I add fields containing formulas with the "min" function?

    I have a field that is calculating response time between created date/time and the minimum labor date/time. I need to have a total response time for multiple records to calculate the average response time. This field is not displayed using the summary option. How can this be accomplished?

Part and Inventory Search

Back
Top