Hi everyone,
I have an issue with the calculation of Qty. On Component Lines field displayed in the Item Card.
I checked in the Item table about that field, it is a flow field....The CalcFormula is:
Sum("Prod. Order Component"."Remaining Qty. (Base)" WHERE (Status=FILTER(Planned..Released),
Item No.=FIELD(No.),
Shortcut Dimension 1 Code=FIELD(Global Dimension 1 Filter),
Shortcut Dimension 2 Code=FIELD(Global Dimension 2 Filter),
Location Code=FIELD(Location Filter),
Variant Code=FIELD(Variant Filter),
Due Date=FIELD(Date Filter)))
The problem is that I want to exclude the remaining quantities of the blocked production
orders from the calculation...
How can I do that???
Answers