This is my first post. Good afternoon all
I was wondering. Has anyone done an Altreyx substring function that would handle/translate something like this from SQL?
((SUBSTR(<column name>,1,2) IN ( 'A ', 'B ' ,'C ' ,'D ' ,'E ' ,'F ' ,'G ' ,'H ' ,'I ' ,'J ' ,'K ' ,'L ' ,'M ' , 'N ' ,'O ' ,'P ' ,'Q ' ,'R ' ,'S ' ,'T ' ,'U ' ,'V ' ,'W ' ,'X ' ,'Y ' ,'Z '))
OR (<column name> like '%''%')
OR ((<column name> like '%L L C' or <column name> like '%Llc')))
I've tried a couple of iterations, the parameter settings for the call are similar but it's
1. I see something similar to the "IN" in SQL for Altreyx "value in" - does this serve the same function?
2. I don't see something similar to the "Like" in SQL for Altreyx
Can some one advise??
Tim