Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

CREO Repeat Region BOM help

Status
Not open for further replies.

hga12345

Aerospace
Joined
Jun 12, 2014
Messages
2
Location
US
Hello-

I have the following relation working, but I want to also be able to override the quantity of a single part. Please, any help is appreciated!

if asm_mbr_type=="BULK ITEM"
quantity= "A/R"
else
quantity= rpt_qty
endif
 
I forget the actual syntax, but we include an if statement to check if asm.mbr.name (or something along those lines) equals "xxxpart.prt" then do the nested if statement of changing qty.

Michael Kuehnen, Kansas City
 
You have to code the IF to check for that part name and then override the qty value. BUT why????


"Wildfires are dangerous, hard to control, and economically catastrophic."

Ben Loosli
 
i am not great at all with coding. The issue is I have 6 variations of a BOM and only 3 of them need this one item. I couldn't figure out the nested IF statement to check that part and report the quantity I want, while also putting A/R on bulk items.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top