Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The model calculation logic is executed at the beginning of a step, i.e. when the user:

  • Opens Gets to the first step of the Model on the Model Detail pagea newly created Model.
    or

  • Navigates to the next step of the Model.

...

This logic results are provided in the form of:

...

Model Tables (kind of Datamart tables) - Intended to store big data quantities.

...

Model Parameters (kind of Company Parameters) - Keeping various results, including those, which we expect to be modified by the user.

...

FilterTrees - data provided in tree structure. Usually intended for visualizations on Tabs.

...

many forms - see the Expected logic execution outcome at the end of the Logic API below.

Configuration

Calculation logics are used/referenced in model calculations, they are always used in a given step as declared in the Model Class and executed at the beginning of the step, that is before any of the tabs of the same step could be evaluated.

...