Hi Everyone,
I'm looking for a way to parse a particular string within a formula field. Please see the examples below:
if(left(ZXY_IBTI_TREND_N[User Status],4)="CLAA", "Yes","No")
CONCATENATE(ZXY_IB4[Deadline to Implement Year],ZBE_IB4[Deadline to implement Month])
if(ZXV_AUTHWF[Case End Date Time]<ZCV_AUTHWF[SLA Target End Date Time],"On time","Delay")
It always starts with either "ZXY_" or "ZXV_", it is always preceded by "(" and followed by "[".
Unfortunately, I have been trying to use the REGEX function without success.
Thanks in advance for your help.
Claudio