Hi,
Allegro Editor ( 16.2) generates Bill of Material Report(Condensed). The report columns are SYM_NAME,COMP_DEVICE_TYPE,COMP_VALUE,COMP_TOL,COMP_CLASS, QUANTITY and REFDES.
This simplified report gives the quantities and used component REFDES in same line.
For ex.
SYM_NAME COMP_DEVICE_TYPE COMP_VALUE .... REFDES
0402 CAP_SMD-GRM155R71C103KA88D-0402,10NF_50V,GRM155R71C103KA88D 10NF_50V ..... C3,C5.....
What I want to do is to genarate a report like this simplified one but with PART_NUMBER not COMP_DEVICE_TYPE. Because COMP_DEVICE_TYPE is always long and does inculde extra information other than PART_NUMBER, I wish to use only the PART_NUMBER intsead of COMP_DEVICE_TYPE.
I have checked every option and could not find a simplified report like this one. QUANTITY doesn't exist in generating reports. I want to see the quantity in one line only. So my report can be like this
SYM_NAME PART_NUMBER COMP_VALUE .... REFDES
0402 GRM155R71C103KA88D 10NF_50V ..... C3,C5.....
Thank you for your helps.
Ahmet OZSOY