Creating a Decision Table 
Create a Decision Table
In the Object Manager panel, under the Detail section, choose the Assigned Objects tab.
The Assigned Objects tab page opens.
Choose Expression from the Type field and choose Create Object.
In the Object Creation dialog box that appears, enter PriceFac_And_Premium_DT
in the Name field.
Enter Price Factor and Premium DT in the Text field.
Choose Decision Table from the Type field.
Choose Create & Navigate To Object.
The decision table opens in the Object Manager panel.
Add Context to the Decision Table
Under the Detail section, under Table Settings , choose Append Column.
In the list that appears, choose Select Any Other Context....
In the Object Query dialog box that appears, select LEVEL_OF_COVER data object and choose Select.
Similarly, add AGE as context to the decision table.
Add Result to the Decision Table
Choose
(Graphical Access) next to Result Data Object.
In the context menu, choose .
You should see
The data objects, SET_PRICING_FACTOR and SET_BASE_PREM appended to the decision table as result data objects as shown below.

Note
The Column is result checkbox is selected for both the SET_PRICING_FACTOR and SET_BASE_PREM data objects.
The column headers of the decision table under Table Data section.

Note
When you create a data object, the texts that you enter in Text fields appear as column headers in the decision table.
Add Values to the Decision Table
Under Table Data, choose Append Line.
Under Level Of Cover column, choose
(Graphical Access).
In the context menu, choose Direct Value Input.
The data object opens.
Select is equals to and enter Normal as shown below.

Choose Done
You should see Normal under Level of Cover column in the decision table.
Under Age column, choose
(Graphical Access).
In the context menu, choose Direct Value Input.
The data object opens.
Select is between and enter 0 and 29 as shown below.

Choose Done.
You should see the range [0..29] value under Age column in the decision table.
Under Set Pricing Factor column, choose
(Graphical Access).
In the context menu, choose Direct Value Input.
The data object opens.
Enter 1,0 in the Value field and choose Done.
You should see 1 under Set Pricing Factor column.

Under Set Base Premium column, choose
(Graphical Access).
In the context menu, choose Direct Value Input.
The data object opens.
Enter 10,00 in the Value field and EUR in the Currency field.

Choose Done.
You should see the first line of the decision table filled with the values as shown below.

Create the following table lines using the above procedure.
Level of Cover |
Age |
Set Pricing Factor |
Set Base Premium |
|---|---|---|---|
Normal |
30 and 49 |
1.2 |
1000 EUR |
Normal |
50 and 69 |
1.5 |
1000 EUR |
Normal |
70 and 79 |
1.9 |
1000 EUR |
Normal |
is greater than 79 |
2.4 |
1000 EUR |
Astute |
30 and 49 |
1.8 |
1300 EUR |
Astute |
50 and 69 |
2.25 |
1400 EUR |
Astute |
70 and 79 |
2.85 |
1600 EUR |
Astute |
is greater than 79 |
3.6 |
2000 EUR |
The decision table should look like as shown below:

Save the decision table expression.