Hi,
Calculated fields in model driven apps is currently quite limited to simple math. How do you support more complex calculations and expressions.
The use case would be something like this.
- 3 input fields, A, B, and C on the form.
- 1 calculated field = D on the form that should be calculated if A, B and C have values.
Expression for the calculated field is IF (A = "Bronze", D = 0, IF (A = "Silver", D = B x C, C^2))
Ideally this configuration would be Server side and universally available to both my model driven interface and my canvas apps running off the CDS entity.