Hi guys, I’m trying to create a unique alphanumeric code(length 4) out of Record ID and Autonumber. But I am getting an error while doing so. Is there any way to find it?
Thanks,
Chintan
Hi guys, I’m trying to create a unique alphanumeric code(length 4) out of Record ID and Autonumber. But I am getting an error while doing so. Is there any way to find it?
Thanks,
Chintan
LEN()
doesn’t work on numbers.
So try LEN({Random}&"")
to force it to calculate for a string.
LEN()
doesn’t work on numbers.
So try LEN({Random}&"")
to force it to calculate for a string.
This is perfect, thanks.!!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.