Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Have below text and want to get the below value,
fdfdfd,gdgdg,ss,ffe,Sprint_01,fdgfg from this i want to get Sprint_01 in load script
I guess you don't know the value Sprint_01 you want returned upfront, right? So what is the rule to find your value?
is it the second last value in the comma separated list?
=Subfield( YourField, ',', -2)
Hi Anuradha
Can you please provide clear details. You want Sprint_01 in your load script for that you need a value. So from where you are gonna get that value??