BMXAA4018E The bind variable {0} could not be converted to a field name in a WHERE clause. The relationship name or owner keyword cannot be used in a condition for the QUALIFIED restriction.

Explanation

When an expression condition is used as a qualified data restriction, the condition is converted to a WHERE clause segment and used in the query to retrieve records. The bind variable must be an attribute of the object, and the relationship must not be used in the condition.

Action

Action

In the Condition Expression Manager application, replace the relationship with a sub-select clause.