Hi all,
Is there any similar string function in alteryx that gives the same functionality as CHARINDEX(Substring, start, length) which is in SQL server. Actually I have SQL string functions where I need to replicate them into Alteryx.
I tried using Substring([ADDR_LINE_2], FindString([ADDR_LINE_2] ',') , 0). But, it doesn't work. Kindly please help me with the two below sql code replication into Alteryx.
1) CHARINDEX(',', SAP.[ADDR_LINE_2], 0)
2) CHARINDEX(',', SAP.[ADDR_LINE_2], CHARINDEX(',', SAP.[ADDR_LINE_2], CHARINDEX(',', SAP.
[ADDR_LINE_2], 0) + 1) + 1)
Thanks in advance.
Kind Regards,
Sreenivasa Teja.