Jeff, it seems to me that you want to be sure that the first 
receipt for an item was today.  I'd probably do a MIN() on 
the receipt fate field in DMRECHST grouping by item and 
warehouse, and if that minimum value is today, then the item 
was received for the first time today.

Oooh.  I tried this in iNav and it ran for about 10 minutes:

Select * from dbmstf.DMITMMST 
Where ITNBR in 
(Select RHITEM From dbmstf.DMRECHST 
 Group By RHITEM 
 Having Min(RHSYSD) = '2006-06-22') 
Order By WHSLC, ITNBR

I got impatient and tried it in STRSQL.  I think it was looking at all
108,000 records in receipt history for each and every item.  Cancelled them
both.  There's something I'm not getting here.


This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.