Here is my formula
whileprintingrecords;
stringvar job24;
If {Prepress WIP.Production Status (User Defined)} in ["Out on Proofs (No Film Imaged)","Out on Proofs (Film Imaged)","Out on 2nd Proofs (Film Imaged)","Out on 2nd Proofs (No Film Imaged)"] and {Prepress WIP.To (User Defined)} in ["Chris Boylan"]
then
job24 := job24 +{Prepress WIP.To (User Defined)}+ " " + {Prepress WIP.Docket (User Defined)} +" "+{Prepress WIP.Client (User Defined)}+chr(13)
else job24;
The printout I get from this formula is as follows
Chris Boylan Job Number Client
What happens is each sales person could have a couple of jobs. I want to suppress the sales persons name after it has been shown once..IE
Chris Boylan Job Number Client
Job Number Client
Any ideas.
Thanks
Peter
whileprintingrecords;
stringvar job24;
If {Prepress WIP.Production Status (User Defined)} in ["Out on Proofs (No Film Imaged)","Out on Proofs (Film Imaged)","Out on 2nd Proofs (Film Imaged)","Out on 2nd Proofs (No Film Imaged)"] and {Prepress WIP.To (User Defined)} in ["Chris Boylan"]
then
job24 := job24 +{Prepress WIP.To (User Defined)}+ " " + {Prepress WIP.Docket (User Defined)} +" "+{Prepress WIP.Client (User Defined)}+chr(13)
else job24;
The printout I get from this formula is as follows
Chris Boylan Job Number Client
What happens is each sales person could have a couple of jobs. I want to suppress the sales persons name after it has been shown once..IE
Chris Boylan Job Number Client
Job Number Client
Any ideas.
Thanks
Peter