Hi @Steve
i want assign specific employee codes to every one in a manner like xyz-ab123. where
xyz-ab is constant and 123 is variable with employee name.
is there any way to write expression for it?
kindly help
Hi @Steve
i want assign specific employee codes to every one in a manner like xyz-ab123. where
xyz-ab is constant and 123 is variable with employee name.
is there any way to write expression for it?
kindly help
Click through this link:
[Serial Numbers, If You Must](https://community.appsheet.com/t/serial-numbers-if-you-must/19325) Tips & Tricks ?
Danger Ahead! In general, sequential numeric identifiers (i.e., serial numbers) are risky in AppSheet: if two users happen to add rows at the same time, both rows could be assigned the same serial number, which could lead to confusion (at the least) or data loss (at the worst). For this reason, serial numbers are strongly discouraged! Basic Serial Numbers One way to implement serial numbers is with a normal (not virtual) column named (e.g.) Serial of type Number and an Initial value expression …