Hi, I would like to extract only the 2nd character of a data field, to concatenate with another complete data field.
Can this be done please? Many thanks.
Hi, I would like to extract only the 2nd character of a data field, to concatenate with another complete data field.
Can this be done please? Many thanks.
Best answer by Alexey_Gusev
Hi,
MID({Data}, 2, 1) or RIGHT(LEFT({Data},2))
some array data types like Lookup field, require converting to string like CONCATENATE({Data}) instead of {Data}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.