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 Chriss Miller 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: emailswe
  • Content: Threads
  • Order by date
  1. emailswe

    Weighted average/reverse running sum

    Hi, I would like to get a weighted average field on a set of data in crystal v. 11. Mathematically one may either have a reversed running sum field or a matrix (sum product in excel syntax). Do any one have any ideas how to proceed, my forehead are about to burst after banging the wall...
  2. emailswe

    Function to build timebuckets

    Hi I would like to get som help with a function that I wrote, I would like the function to give me timebuckets from a string. This is were I am @ the moment: Function Test(Period As Double) As Double Dim M As String Dim Y As String M = Right(Period, 2) Y = Left(Period, 4) If M = "05" Then...
  3. emailswe

    How to delay a process?

    Hi Anyone has a tip how to smoothley create a msgbox to either start or stop the process at startup of a scheduled task. AND the main q, how to activate the process if neither option i chosen. This is since the proces is atomatically ran during nigths, bu I would like to have an option to...

Part and Inventory Search

Back
Top