I am trying to export a bill of materials. I've created a bom_format.fmt file that prints the BOM in CSV format so I can open it in Excel. I would like the exported BOM to be an indented BOM but I do not know what the syntax is for the Level.
Please see my file below. What syntax will provide me with the part level (where I have '???')?
Thanks.
<div style="margin-left: 40px;">.summary
Summary of parts for assembly %$name
.titles
Part Number,Qty,Part Name,Level
.row %part_number,%$quantity,%$name, ???
</div>
Please see my file below. What syntax will provide me with the part level (where I have '???')?
Thanks.
<div style="margin-left: 40px;">.summary
Summary of parts for assembly %$name
.titles
Part Number,Qty,Part Name,Level
.row %part_number,%$quantity,%$name, ???
</div>