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 derfloh 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. s0224317

    find data point with value >0 & begin clculations

    Thanks for your help so far. I tailored your code into the following: Option Compare Database SELECT Item Number, StDev(Val) FROM tbl_UsageandFcst INNER JOIN (SELECT Item Number, min(Date) AS Start_Date FROM tbl_UsageandFcst WHERE Value > 0...
  2. s0224317

    find data point with value >0 & begin clculations

    I have a table with the following 3 fields: Item#, Date (year-Month), Units sold For each item there are 24 months of data. I need to find the first data in the data set where the value is greater than 0 & calculate the standard deviation for the range consisting of that month plus the...

Part and Inventory Search

Back
Top