Forum Discussion

GuilleATT's avatar
GuilleATT
Frequent Visitor
5 years ago
Solved

DataSource Error from SalesForce object

Hi all,

 

I'm getting an error which I don't even understand... it happens when filtering a column by a certain value, but it's not even the Sales_Territory column that the error mentions... 

can anyhow throw some light on this error and if possible how to solve it?

 

Best,

 

Guillermo

 

  • Your WHERE statement is incomplete.  At the bare minimum it will need to say TRUE=TRUE  but more likely you are missing a filter column.

4 Replies

  • Your WHERE statement is incomplete.  At the bare minimum it will need to say TRUE=TRUE  but more likely you are missing a filter column.

    • Anonymous's avatar
      Anonymous
      Not applicable

      I'm receving a nearly identical error when trying to expand account object fields. I understand that in the error displayed, the statement is incomplete; however, I don't see a way to edit the soql query directly (if I could this would be super easy to resolve). I'm not sure what you mean by 'missing a filter column'. Can you please elaborate on what the issue might be and how to correct?