Partslink autonaming rule (if boolean attribute)
Hello,
I need help for creating an autonaming rule for a node (partslink). I can't write correctly a rule taking account an "if" function with boolean (yes/no)
Input data :
- "My part" (text)
- Attribute1 (boolean)
My formula :
"My part" + (attribute1==yes) ? "something" : ""
The second part of the formula doesn't work.
I'm trying to make him write that if the attribute1 is "yes" then write "something". Otherwise, don't write anything more.
Can anyone correct me ?
Regards,
Arnaud

