Hi!
I am creating a report that shows me which venders have our parts. We have a workcenter and vender field that are linked to Start dates and end dates. When I preview my report, it shows blanks (which if I had the workcenter field in it would show) next to a list of workcenter dates then the vender next to the correct vender start/end dates I am trying to suppress workcenter dates. I only want to see vender and the vender start/end date. In the suppress formula field, I'm trying:
if {Job_Operation.Vendor} ? {Job_Operation.Sched_Start} then false else true
I dont know what to put in the ? area seeing they are not the same. Like I said, I just want to see the start/end dates for the venders, I want it to suppress all of the dates for the workcenters. Thanks for any help!
Kenzi
"Programmers are tools for converting caffeine into code."
I am creating a report that shows me which venders have our parts. We have a workcenter and vender field that are linked to Start dates and end dates. When I preview my report, it shows blanks (which if I had the workcenter field in it would show) next to a list of workcenter dates then the vender next to the correct vender start/end dates I am trying to suppress workcenter dates. I only want to see vender and the vender start/end date. In the suppress formula field, I'm trying:
if {Job_Operation.Vendor} ? {Job_Operation.Sched_Start} then false else true
I dont know what to put in the ? area seeing they are not the same. Like I said, I just want to see the start/end dates for the venders, I want it to suppress all of the dates for the workcenters. Thanks for any help!
Kenzi
"Programmers are tools for converting caffeine into code."