We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

SQQL Query (Salesforce Input)

TommyLau
6 - Meteoroid

TommyLau_0-1631761484179.png

Hi, any solutions for this issue? Thanks

3 REPLIES 3
BrandonB
Alteryx
Alteryx

It looks like SalesForce doesn't like the plus operators in your WHERE clause. Are you trying to look for names that have a carriage return in them? 

TommyLau
6 - Meteoroid

Thanks for the reply, but I couldn't find any other operators that can replace "+"

BrandonB
Alteryx
Alteryx

Aren't New Line and Carriage Return represented by \n and \r respectively? https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_sel... 

 

It has been a bit since I have written SOQL, but wouldn't it be something like: WHERE name LIKE '%\r%'

Labels
Top Solution Authors