Computed Values
Copy
Computed values are defined on the Text control to show calculated value when control is rendered. Computed value can be calculated based on the expression, expression can refer other properties from the current page or previous pages. If Text control is defined with computed value and it is marked as read-only, it can dynamically change its value based on the values entered in other controls on the page. In the following example, ‘Total Weight’ is calculated based on the values set for ‘Max Order Quantity’ and ‘Weight’ at real-time.