139k views
1 vote
To name a computed field, follow the computation with the word ____ and then the name you wish to assign to the field

User Jsd
by
7.6k points

1 Answer

2 votes
Computed field is a field whose values you derive from existing fields.
It is a very powerful field module because it enables to add a custom "computed fields" to your content types.
To name a computed field, follow the computation with the word AS and then the name you wish to assign to the field.
The command is:
<AS display_name>
User Will Da Silva
by
7.5k points