Add Prefix to all Table values
Currently a prefix can only be added to Prefixed Autonumber and Random ID. But, it would be nice to set a prefix on a table or view column.
So, if the datatype is integer, the user is required to add an integer to the form. But when it is viewed through a datapage, it would display a prefix leading the integer. Example: B001, B002, ..., B0028. Where "B00" is the prefix.
![](https://secure.gravatar.com/avatar/27f6b5359dbc97f2d80f126bcc6166bd?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
Thank you for the idea. To add a prefix to any field in the table, you can create a Formula Field to concatenate the prefix with an integer value and display the field in the DataPages. In your example, the formula will be ‘B00’ + CONVERT. More information about the formula field can be found at http://howto.caspio.com/tables-and-views/data-types/formula-fields/.
This idea is now closed and if the suggestion above does not meet your need. Please open another idea with your specific use case.