ReportsMan
MIS
I need to pull only Service Order Ids that are made up of entirely a certain type of product. Service Orders can contain many Products (1 ServiceOrder to Many LineItems) and I am looking for Service Order Ids that only contain ProductNames like "Update" and no other products.
Here are the tables:
->ServiceOrder
Fld1:ServiceOrderId
->LineItems
Fld1:ServiceOrderId
Fld2roductId
->Products
Fld1roductId
Fld2roductName
I hope thats clear enough -
Thanks for the help!
Here are the tables:
->ServiceOrder
Fld1:ServiceOrderId
->LineItems
Fld1:ServiceOrderId
Fld2roductId
->Products
Fld1roductId
Fld2roductName
I hope thats clear enough -
Thanks for the help!