28. Mai 2009 12:13
28. Mai 2009 12:57
28. Mai 2009 13:45
28. Mai 2009 13:58
28. Mai 2009 15:55
McClane hat geschrieben:Ist doch ganz egal, wie du an das Datum kommst. Einen Bestand zum tag x in Lagerort y kriegst du mit dem Date Filter und Location Filter einer Variable Item, und dann Calcfields(Inventory). Oder liege ich grad völlig daneben?
29. Mai 2009 09:03
Enabled Field No. Field Name Data Type Length Description
Yes 50075 Lagerbestand per Datum Decimal
CalcFormula Sum(Artikelposten.Menge WHERE (Artikelnr.=FIELD(Nr.),Buchungsdatum=FIELD(Datumsfilter),Lagerortcode=FIELD(Lagerortfilter)))
3. Juni 2009 10:05
Sum("Item Ledger Entry".Quantity Where ("Item No."=FIELD(No.),"Posting Date" = FIELD(???),"Location Code"=FIELD(???)))
3. Juni 2009 10:14
Item.SetRange("Date Filter",0D,DatumX);
Item.SetRange("Location Filter",LagerY);
Item.CalcFields(DeinFeld);
3. Juni 2009 15:08