EDQ Process Issues
Hi Team,
i got an requirement from client to implement on logic as like below in EDQ.
PI have an EDQ process and by using that process i have derived information like below.Item Number& Item Pre build Code will be same constant values but type will be different for Each item number.
Item Number | Item Pre build Code | Type |
100708 | 337238 | BP |
100708 | 337238 | PY |
100708 | 337238 | SH |
Now client is expecting below format output by using EDQ process.
Item Number | Item Pre build Code | Type |
100708 | 337238 | BP |
SH |
is it possible to get it ? if yes - how we can get this output.Please advice