0

I'm tring to create a report that contains produced items in a certail timeline. How or where can I find completed items. My prodtable contains mostly half products. It should look like: Order reference - Date - Ordered items - produced items

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50
Tweene
  • 257
  • 4
  • 16
  • Completed in what sense? By the status of the production or by reported finished count. Does partially finished productions count? – Jan B. Kjeldsen Mar 23 '20 at 14:54

1 Answers1

1

Search for "Reference level" equal zero.

while select prodTable where prodTable.CollectRefLevel == 0 
{ ... }
Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50