on ‎2024 Nov 25 6:58 AM
Hi experts,
I have a problem with dependency syntax in superbom, when creating configurable material.
I have one class (variant-300) with 8 characteristics and very big superbom.
When I want to order KMAT, I want to select in characteristic #2 option "B" and in characteristic #8 option "D".
But in superbom I want to have dependency for material (p.0150):
-select this meterial when I choose characteristic #2 and option "B"
and
-do NOT select when I choose characteristic #8 and option "D".
Example:
CHAR_2 = 'B' AND
NOT(CHAR_8 = 'D')
But this kind of syntax does not work. Would appreciate some help.
Thanks in advance.
Request clarification before answering.
What about something like this?
CHAR_2 = 'B' AND CHAR_8 <> 'D'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.