I need to subtract 1 or more from an alphanumeric as I import data into SQL.
Example:
=IF({src::Comments}="DUPLICATE",STRCAT("X",RIGHT({src::Sample #},6)-1),"NULL")
Where the src::Sample #
is a 7 character alphanumeric.
I thought this should work, but the action fails to return a value.