It looks like you're new here. Sign in or register to get started.
IF (UnitOfMeasureCode = Item."Base Unit of Measure) OR (UnitOfMeasureCode = '') THEN
Comments
The IN construction is used because of the OR condition.