ttx
Mechanical
- Jan 21, 2002
- 193
Hi,
Can anyone help me with a simple relation?
Scenario......
Our part files have a "yes/no" parameter called bulk item.
When we were using 2000i^2, we had a relation in our BOM Format that checked for the condition of "bulk item"-then assigned the quantity to either: the actual number of components or AR (for as required). Since switching to release 2001, not only does the relation not work, there is no quantity listed in the BOM at all!
The relation used to look something like this:
If "bulk_item"=="yes"
qty="AR"
else
qty=rpt.qty
end if
It seems like a simple thing, however, I just cannot get it to work.
Any advice with regards to the problem or a clever work-around would be greatly appreciated.
JW
Can anyone help me with a simple relation?
Scenario......
Our part files have a "yes/no" parameter called bulk item.
When we were using 2000i^2, we had a relation in our BOM Format that checked for the condition of "bulk item"-then assigned the quantity to either: the actual number of components or AR (for as required). Since switching to release 2001, not only does the relation not work, there is no quantity listed in the BOM at all!
The relation used to look something like this:
If "bulk_item"=="yes"
qty="AR"
else
qty=rpt.qty
end if
It seems like a simple thing, however, I just cannot get it to work.
Any advice with regards to the problem or a clever work-around would be greatly appreciated.
JW