I need to show Operation in a Linear view vs ascending. I created a formula
@Seq! = (if {Job_Operation.Sequence} = 1 then {Job_Operation.Work_Center})).
@Seq2 = (if {Job_Operation.Sequence} = 2 then {Job_Operation.Work_Center})).
and so forth.
So the report data should show:
work center for seq 1, then work center for seq 2 and so forth on the dame row.
@Seq! = (if {Job_Operation.Sequence} = 1 then {Job_Operation.Work_Center})).
@Seq2 = (if {Job_Operation.Sequence} = 2 then {Job_Operation.Work_Center})).
and so forth.
So the report data should show:
work center for seq 1, then work center for seq 2 and so forth on the dame row.