Calculated Columns
Some stencils use strings computed from other related tables ( i.e. foreign key tables). For example, in the Chinook database, the Customer table is a foreign key table to the invoice table:
So, we may want to display Customer.FirstName +", " + Customer.LastName as a calculated field in the Invoice table to enhance how some stencils are able to generate code.
- Column Name - This is the name of the column. Note: this column is not physically available in the table schema.
- Set as Table Label.
- Formula - This is the formula used to generate the required calculated string.
- Foreign Key Table - This is a grid representing the foreign key table with all the available columns listed.