Community Tip - You can change your system assigned username to something more personal in your community settings. X
All,
Hopefully my attached pic explains what I am looking for.
I am trying to get "A/R" in a bom that uses all Col/Reps. Default is "1". These are all Bulk Items.
Creo 6.0.
Thanks,
Wayne
@wfalco wrote:
All,
Hopefully my attached pic explains what I am looking for.
I am trying to get "A/R" in a bom that uses all Col/Reps. Default is "1". These are all Bulk Items.
Creo 6.0.
Thanks,
Wayne
Hi,
I don't want to create test data, so I'm just guessing ...
I would create following repeat region relation for master assembly and then I would use rpt_my_qty in rep column.
if rpt_qty == 1
my_qty = "A/R"
else
my_qty = rpt_qty
endif
Hey Martin,
With Col/Reps the system outputs in the repeat region it's own syntax, like: &qty.m2r0. That changes per column which represents a different assembly. I assume "rpt_qty" no longer exists, at least in the bom.
Are you saying to change, for example; "&qty.m2r0" to "rep_my_qty"?
Wayne
@wfalco wrote:
Hey Martin,
With Col/Reps the system outputs in the repeat region it's own syntax, like: &qty.m2r0. That changes per column which represents a different assembly. I assume "rpt_qty" no longer exists, at least in the bom.
Are you saying to change, for example; "&qty.m2r0" to "rep_my_qty"?
Wayne
Hi,
unfortunately I don't know. If I had test data, I would try it.