Create a new type of properties whose values cloud be calculated/evaluated based on other properties. In the definition of such properties used some templates or even PHP code. E.g. for a column like `total_price`: ``` {qty}*{price} ```