cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Col Rep 1 to A/R FOR BULK ITEMS

wfalco
15-Moonstone

Col Rep 1 to A/R FOR BULK ITEMS

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

3 REPLIES 3


@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

 


Martin Hanák
wfalco
15-Moonstone
(To:MartinHanak)

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.


Martin Hanák
Top Tags