Hi i'm trying to use Alteryx to only keep rows where a string field starts with a particular sequence such as the following:
XYZ1
XYZ2
XYZ3
etc.
But i do not want it to keep rows where the string field contains XYZ but XYZ is not first 3 letters.ex:
123XYZ1
twfXYZ2
I think the SQL code is equal to using "XYZ%" but i wasn't able to utilize this in Alteryx. It's probably something simple i'm overlooking. Any chance someone knows how to overcome this?
Thanks for your help!