tkaplanusmc
Technical User
I have a formula field named @Next with the following formula:
if {Job_Operation.Sequence} + 1 <> Next({Job_Operation.Sequence}) then "Skipped Operation"
it shows up in my report like this:
Page -1 of 1
Work_Cente equence Status Statu Next
11111
TIG WELD 0Active O
INSPECTIO 1Active O Skipped...
INSPECTIO 3Active O
STAGE 4Active O Skipped...
11111-001
INSPECTIO 0Active O
SAW 1Active O
LATHE 2Active O
MACHINING 3Active O
INSPECTIO 4Active O
STAGE 5Active O Skipped...
Based on this I want to filter for only Jobs (e.g -11111) with at least 2 if not more duplications of Skipped Operation in the Next field.
Thank you in Advance
if {Job_Operation.Sequence} + 1 <> Next({Job_Operation.Sequence}) then "Skipped Operation"
it shows up in my report like this:
Page -1 of 1
Work_Cente equence Status Statu Next
11111
TIG WELD 0Active O
INSPECTIO 1Active O Skipped...
INSPECTIO 3Active O
STAGE 4Active O Skipped...
11111-001
INSPECTIO 0Active O
SAW 1Active O
LATHE 2Active O
MACHINING 3Active O
INSPECTIO 4Active O
STAGE 5Active O Skipped...
Based on this I want to filter for only Jobs (e.g -11111) with at least 2 if not more duplications of Skipped Operation in the Next field.
Thank you in Advance