Skip to main content
16-Pearl
May 6, 2020
Question

Col Rep 1 to A/R FOR BULK ITEMS

  • May 6, 2020
  • 1 reply
  • 1523 views

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

1 reply

24-Ruby III
May 7, 2020

@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

 

wfalco16-PearlAuthor
16-Pearl
May 7, 2020

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

24-Ruby III
May 7, 2020

@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.