Hi there,
I am trying to extract specific value from the cell.
From the cell Col AL4 | | 0996792463_0037932 | S61584 | 101 | 440061339 |
Using the formula in excel =TRIM(MID(AL4,5,SEARCH("|",AL4,4)-5))
it gives me the correct value = 0996792463_0037932
However when I am trying Alteryx
Substring([AL],5,FindString([AL],"|",4)-5
it is not working.
Need help