Community Tip - You can change your system assigned username to something more personal in your community settings. X
I'm tasked with exporting a BOM schedule table as CSV file (Part No:, Description & Quantity) -straight forward 'Save Table-Save As' etc. However, I need to also capture additional part parameters that are not included in the table i.e. Volume & Material. Is this possible?
Thanks in advance.
Bob
Add these to your repeat region:
Material: &asm.mbr.ptc_material.PTC_MATERIAL_NAME
Volume: &asm.mbr.PRO_MP_VOLUME
Chris,
Thanks for your prompt response. However, if I've understood correctly, revising the 'repeat region' as you've suggested will now show these parameters in the table, which is not what I'm after. The BOM schedule table needs to exhibit only: Part No:, Description & Quantity. However, the exported CSV to Excel needs to include the additional Volume and material parameter information.
I'm now thinking that I need to follow the 'Tools-> Bill of Materials' route and define a customized BOM format file ( *.fmt), which sources the , Part No:, Description, Volume & Material parameters of each part in the assembly.
Am I barking up the wrong tree?
Regards,
Bob
For this kind of thing I have a blank drawing with a repeat region on it. I have a mapkey that opens the blank drawing and prompts the user to add an assembly. Then the mapkey saves the repeat region as a csv file and closes and erases the drawing. Then I call an external script that opens that csv in Excel. This way you can add whatever filters and parameters you want and it is only temporary.
There may be other ways to do it, but that is how I do it.
You can either use Chris' method or the Tools-BOM with a custom report.
If you are using Windchill, you can also get that information from a custom table view under Structure.