The filtering in the Grid component is generating a wrong expression.
ShipCity and add startsWith: Oulu expression.ShipName and add Empty expression.Expression looks like this ( ShipName eq null or ShipName eq '' and startswith(ShipCity, 'Oulu' ))
Expression should look like this ((ShipName eq null or ShipName eq '') and startswith(ShipCity, 'Oulu'))