Trogsoft / ectobi

Something in, something else out.
https://www.trogsoft.com
MIT License
0 stars 0 forks source link

Combination columns #4

Open nbullock opened 1 year ago

nbullock commented 1 year ago

Create a column type which is made up of values from other columns formatted however the user chooses. For example

{first_name} {last_name}

{honorific} {last_name}

etc.

nbullock commented 1 year ago

The specifics of how this works mean that the formulas entered need to be like this:

record.firstName + ' ' + record.lastName