I am trying to find work orders that don't have an issue or completion w/ backflush attached, can anyone divulge some help here?
m
MGBC
04/10/2024, 3:57 AM
Add criteria of Built > 0
MGBC
04/10/2024, 3:59 AM
Also do a formula like CASE WHEN {applyingtransaction.type} = ‘Work Order Issue’ THEN 0 WHEN {applyingtransaction.type} = ‘Work Order Completion’ AND {backflush} = ‘T’ THEN 0 ELSE 1 END
MGBC
04/10/2024, 4:00 AM
Use that in a summary search where you group by work order date, number and built quantity. Then sum that formula
Any work order where the sum of that formula > 0 does not have the proper issuance or backflish
c
Castor
04/10/2024, 4:05 AM
hm, thanks close... this one has an issue and still shows
Castor
04/10/2024, 4:11 AM
When it has an issue, and completion w/o backflush, i get a returned value of 2
Castor
04/10/2024, 4:19 AM
this has a completion w/o backflush, and an issue, but a group on applying transaction only shows the completion
m
MGBC
04/10/2024, 4:31 AM
Could you use Quantity Ship/Recv instead. So quantity - Quantity ship/recv