If you link a multivalued characteristic in the object dependencies to an IN operator (for example, "RR_DUMMY in (100, 200)"), the following syntax error occurs "28075 Character string required in inverted commas".
Cause and prerequisitesMultivalued characteristics cannot be linked by IN operators. See the syntax definition in the documentation for the variant configuration.
SolutionUse an OR operation. Example: RR_DUMMY EQ 100 OR RR_DUMMY EQ 200
Additional key words
Object dependencies, precondition, selection condition, action
No comments:
Post a Comment