Datamart
This function is used to define a datamart that can be used in the company managing functions. A datamart corresponds to a set of facts tables that cab be used for the decision support reports.
Prerequisites
Refer to documentation Implementation
Screen management
Entry screen
The entry screen is used to define in a grid the set of facts tables used by the datamart.
Block number 1
Code (field COD) |
This code identifies the current record in a unique way. |
Description (field ZINTIT) |
Abbreviation (field ABR) |
Characteristics
Activity code (field CODACT) |
An activity code is used to:
If the activity code is disabled:
|
Module (field MODULE) |
Select a module for the setup. Use this field to specify if the screen has to be created in the folder database. This is the case when the module linked to the screen is active on the folder. |
Setup
Authorization site (field AUZFCY) |
Function (field FNC) |
Limit size of result (field RESULT) |
field WA |
Limit execution to (field DUREE) |
field WB |
field WC |
ANSI standard (field ANSI) |
The designer manages the ANSI 92 syntax for the joins. ANSI 92 is not managed by default. The management has to be activated by setting this universe parameter SQL ANSI92 asYes. |
Flag class (field MESURE) |
This parameter is used to group all the indicator fields of the fact table in a specific class. |
field WD |
Null date management (field DATNUL) |
This datamart parameter is used to manage X3 'null' dates in the universe. Depending on the database type, the date 12-31-1599 will be replaced by null. The date object select will display: a field that corresponds to the date field of the current table
"CASE WHEN " & Champ & " = '31-12-1599' THEN null Else " & Champ & " END COLCASE"
"CASE {fn year(" & Champ & ")} WHEN 1753 THEN null ELSE " & Champ & " END" |
Additional info (field COMPL) |
Addition used if there are two objects with the same name in a class |
field WE |
Sub-class (field SCLASS) |
This parameter determines whether subclasses are created or not during the universe generation. |
Prefix (field PREFIX) |
This parameter is used to define the universe's object or not. |
Grid Fact tables
Fact tables (field CODABF) |
Define the code of a facts table associated with the datamart. |
Description (field INTABF) |
Activity code (field ACTABF) |
An activity code is used to:
If the activity code is disabled:
|
Specific Buttons
Copy
This button is used to copy the record definition from or to another folder. Block number 1
Block number 2
|