Strategy ONE
Data Mart Events
The following two events are used when setting or unsetting a data mart report instance.
Event Name: REPORT_EVENT_DEFINE_DATAMART
Arguments:
| Return Type | Argument | Description | 
|---|---|---|
| String | REPORT_EVENT_ARGUMENT_DB_ROLE_ID | Specifies the database connection information for the data mart | 
| String | REPORT_EVENT_ARGUMENT_DM_TABLE_NAME | Specifies the name of the data mart table | 
| boolean | REPORT_EVENT_ARGUMENT_DM_APPEND 
 | Specifies whether the result of the data mart report execution should be appended to the data mart table or a new table should be created | 
| boolean | REPORT_EVENT_ARGUMENT_DM_NAME_MACRO | Specifies whether the data mart table name has macros that need to be replaced during report execution | 
Event Name: REPORT_EVENT_UNSET_DATAMART
Arguments: None
