Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
data_design_ide [2021/02/10 02:10]
admin [GENERATE]
data_design_ide [2021/02/12 15:26]
admin [DEFINE]
Line 32: Line 32:
 For //Derived// variables, //Domain// must have exactly one value, which can be static value or //groovy// expression. Below is a simple example to calculate the insurance premium credit of $100 given to good student age < 20: For //Derived// variables, //Domain// must have exactly one value, which can be static value or //groovy// expression. Below is a simple example to calculate the insurance premium credit of $100 given to good student age < 20:
  
-   (Age < 20 && GoodStudentStatus = true)?100:0+   (Age < 20 && GoodStudentStatus)?100:0
        
 You may use plugin reference in //Domain// value/expression which will be evaluated during  [[#EXECUTE ]]. For example: You may use plugin reference in //Domain// value/expression which will be evaluated during  [[#EXECUTE ]]. For example: