T
TheRook
I currently have a query built but am now wanting to only show specific
distinct results.
Two for the resulting columns are 'PART_No.' and INCLUDE_IN_SFDC_Y_N'
What i am wanting to show is only the PART NO.'s were ALL INCLUDE_IN_SFDC = Y
For example:
PART_NO. INC_SFDC
123 Y
123 Y
123 N
123 Y
123 Y
666 Y
666 Y
666 Y
the result would only show 666, as the 3rd instance of 123 as INC_SFDC as N.
Obiously there ar other colums involved but are only for results not to
query against.
How can this be done?
Thanks in advance
distinct results.
Two for the resulting columns are 'PART_No.' and INCLUDE_IN_SFDC_Y_N'
What i am wanting to show is only the PART NO.'s were ALL INCLUDE_IN_SFDC = Y
For example:
PART_NO. INC_SFDC
123 Y
123 Y
123 N
123 Y
123 Y
666 Y
666 Y
666 Y
the result would only show 666, as the 3rd instance of 123 as INC_SFDC as N.
Obiously there ar other colums involved but are only for results not to
query against.
How can this be done?
Thanks in advance