Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Show data in a linear view vs multi rows 1

Status
Not open for further replies.

rwn

Technical User
Dec 14, 2002
420
US
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.
 
Place your formulas in the detail section and then insert a maximum on them at the report level (or a group level). Then suppress the detail section.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top