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!

Search results for query: *

  • Users: CLogix
  • Content: Threads
  • Order by date
  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?

    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