Query on using relations in BOM table which is parametric
Hi All,
My query is with reference to incorporating the relation in parametirc BOM table.
I'm working on assembly, which has close to 100 components, including the wire harness & hardwares. My BOM should call out for rpt.qty of each components, but for the wires i should show the qty in terms of total length of the wire, for ex 2 feet or so.
I tried to use IF relation to get it done, but couldn't succeed on it. I'm able to get the relations verified without any error, but when i try to evaluate the relations I'm not getting any result, it just shows error in output field (relation i used is given below in here for reference).
IF "asm_mbr_part_number" == "XXXX-001"
rpt_qty = "2FT"
ELSE
rpt_qty = rpt_qty
ENDIF
Any help is much appreciated...
Hope I'm able to make my query clear in here.
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
