Formula Field
Aurélien Georget
You often need to calculate or aggregate field together like you would do in a sheet: SUM(price,fees), DAYSAGO(date) or MULTIPLY (width, height).
See the issue for more details: https://github.com/strapi/strapi/issues/3131
A
Aevar
Might also consider having the ability to use other fields in the content/single type.
For example if you have a field like SEO meta title or description you might want to dynamically change the title or description based on the content already defined.
Company name | FIELD(blogTitle)
Would be valuable for content editors to do this themselves rather then relying on developers to implement changes when requirements change.