We're having a problem with querying a service that's based upon multiple joined tables.
The service sets up ok and if I query it with a where clause of "1 = 1" it returns the data it should.
But if I try to query against any of the fields, i.e., fieldname = 'joe' or fieldalias = 'joe' I get an unable to complete operation error.
Any ideas about how to proceed?