YANKRAY
Technical User
- Nov 7, 2003
- 283
Using CR 10.0.
I have a list of part numbers. The parts are assigned to different projects, meaning the same part number can have more than one project.
I want to select part number from a particular project and only show the part number if it is also listed with a different project (the project could be a NULL value).
For example, if I pull all the part numbers, my result would look like this.
Part number Project Qty
0001 999 10
0001 100 15
0001 20
0002 999 11
0002 300 12
0003 999 16
0004 999 15
I would like to select all the part numbers in project 999 only if they appear in other projects as well, so my result would look like this;
Part number Project Qty
0001 999 10
0001 100 15
0001 20
0002 999 11
0002 300 12
Is there a way to select this way?
Thanks
I have a list of part numbers. The parts are assigned to different projects, meaning the same part number can have more than one project.
I want to select part number from a particular project and only show the part number if it is also listed with a different project (the project could be a NULL value).
For example, if I pull all the part numbers, my result would look like this.
Part number Project Qty
0001 999 10
0001 100 15
0001 20
0002 999 11
0002 300 12
0003 999 16
0004 999 15
I would like to select all the part numbers in project 999 only if they appear in other projects as well, so my result would look like this;
Part number Project Qty
0001 999 10
0001 100 15
0001 20
0002 999 11
0002 300 12
Is there a way to select this way?
Thanks