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: *

  • Users: Shnibnib
  • Content: Threads
  • Order by date
  1. Shnibnib

    Summaries of variables

    I have a shared number variable in a subreport in Details (a) section. This is passed into the main report and a formula field calculates this and returns a number. I want to then produce a sum of these at the bottom of the report, but I cannot seem to do this. Could anyone help? Thanks Shnib
  2. Shnibnib

    Calculating Formula Fields

    I have a formula field that converts the number of minutes to hours: {DUR}/60 This is grouped (by day, but I think this is irrelevant) I then have to take 30 minutes out of this sum if the total of the group is over 6 hours: if Sum ({@DurDecHours}, {@LoginDate}) > 6 then (Sum...

Part and Inventory Search

Back
Top