This section explains what role logics play in configuring a new Calculation Grid.
Calculation Grid Creation
-
The user initiates creation of a new Calculation Grid.
-
In the "Select Keys" step, when the user opts for the Key Type to be Logic Driven, they must also choose the Key Generation Logic.
-
After selecting the Key Generation Logic, the system executes this logic in the Input Generation Execution and presents the list of inputs to the user.
-
-
In the "Set Parameters" steps, the user designates the Calculation Logic for each Calculation Grid Item.
-
After choosing the Calculation Logic, the system executes this logic in the Input Generation Execution and displays the list of inputs to the user.
-
Calculation Grid Calculation
-
The user initiates the calculation of the Calculation Grid.
-
The Key Logic is executed in a standard manner to identify and return (as a result of an element) the list of key combinations.
-
For each key combination, the system performs the following:
-
It executes the Calculation Grid Logic in a standard manner. The logic is expected to calculate results for the key combination and provide that result (as a result of an element).
-
It stores the results in the Calculation Grid Line Item.
-