tkaplanusmc
Technical User
Hello CR 11 here, i'm trying to implement this formula but only the "and" statement appears to be working and i need to scan jobs in the database to find both "O" (open) or "S" (Started)operations. I'm embarrased that im getting hung up on something so miniscule but i need help. heres my formula
if Previous({Job_Operation.Status}) = "C" and {Job_Operation.Status} = "O"
or {Job_Operation.Status} = "S"
and {Job_Operation.Sequence} -1 = previous({Job_Operation.Sequence})
and {Job.Job} <> previous({Job.Job}) then 1
thank you in advance
if Previous({Job_Operation.Status}) = "C" and {Job_Operation.Status} = "O"
or {Job_Operation.Status} = "S"
and {Job_Operation.Sequence} -1 = previous({Job_Operation.Sequence})
and {Job.Job} <> previous({Job.Job}) then 1
thank you in advance