I am trying to do something like this SUBSTR({trac...
# general
t
I am trying to do something like this SUBSTR({trackingnumbers}, 1,INSTR({trackingnumbers}, ' ')-1), but nothing is happening
Okay , I have got it, I have three variations of this I have sourced with formula CASE WHEN RTRIM(SUBSTR({trackingnumbers}, 1,11),' <') = RTRIM(SUBSTR({trackingnumbers}, 1,12),' <') THEN RTRIM(SUBSTR({trackingnumbers}, 1,11),' <') WHEN RTRIM(SUBSTR({trackingnumbers}, 1,12),' <') = RTRIM(SUBSTR({trackingnumbers}, 1,13),' <') THEN RTRIM(SUBSTR({trackingnumbers}, 1,12),' <') ELSE RTRIM(SUBSTR({trackingnumbers}, 1,18)) END