ian.sylvester
New member
So I've been struggling with this, and finally broke down to ask for help. Sorry I know this topic comes up quite frequently but even after searching, I just can't get all the way there.
GOAL: Have my repeat region BOM in a drawing report "rpt.qty" for all parts except for bulk items, which I would like to report the part parameter "BOMQTY"
Region Relation:
IF asm_mbr_type=="BULK ITEM"
QUANTITY = rpt_asm_mbr_cparam_bomqty
ELSE
QUANTITY= rpt_qty
ENDIF
Region Local Parameters (All set as unkown, and left blank):
QUANTITY
ASM_MBR_TYPE
RPT_QTY
My bulk item part as the following parameter added:
BOMQTY (STRING, AR)
I then change the repeat region to rpt-->rel-->User Defined-->QUANTITY, but it shows as in the picture below.
I can get the table to report AR by setting QUANTITY="AR" in the relation, but I'd like to give people the option to enter quantities if , for example, they have a length of edge gasket.
View attachment 5589
GOAL: Have my repeat region BOM in a drawing report "rpt.qty" for all parts except for bulk items, which I would like to report the part parameter "BOMQTY"
Region Relation:
IF asm_mbr_type=="BULK ITEM"
QUANTITY = rpt_asm_mbr_cparam_bomqty
ELSE
QUANTITY= rpt_qty
ENDIF
Region Local Parameters (All set as unkown, and left blank):
QUANTITY
ASM_MBR_TYPE
RPT_QTY
My bulk item part as the following parameter added:
BOMQTY (STRING, AR)
I then change the repeat region to rpt-->rel-->User Defined-->QUANTITY, but it shows as in the picture below.

I can get the table to report AR by setting QUANTITY="AR" in the relation, but I'd like to give people the option to enter quantities if , for example, they have a length of edge gasket.
View attachment 5589