The export/import functionality of the Report Module can be used to save the data of a report to a file on disk and load it again at a later time or on a different machine.
Export/import is accessed through the buttons at the top of the screen in the Reports section of the Report Module:
To export one or more reports and save them to the hard disk:
To import the exported reports again at a later time or on a different machine:
The Import Wizard consists of three tabs:
On the Datasources tab a grid is shown with 4 columns:
The "copy name" buttons in the Original Name and Replaced Name columns can be used to copy either the original name or the replaced name to the New Name column:
The "clear name" button in the New Name column can be used to clear the New Name field. This will change the Action to "Do not import datasource" and leave the datasource ignored in the rest of the process.
The Replaced Name lookup selection box will offer selection of any of the names of the existing datasources in the system:
Selecting a name in this lookup will cause the import of the datasource to overwrite the existing datasource by the selected name. This will be reflected by the text in the Action column:
The Replaced Name lookup selection box may display the tag "(same origin)" with an existing datasource, signifying that this datasource has a unique identifier that matches that of the datasource that is being imported. Since this identifier is unique and is assigned when the datasource is created, this means that the two datasources were both based on one datasource that was newly created in the past. The matching of origins of the imported datasource and the existing datasource it replaces is also shown in the Action text.
The Action column shows the action to be performed to satisfy all the choices the user has made in the other columns. The following Actions are possible:
Action | Condition | Explanation |
---|---|---|
Do not import object | New Name is empty | Does not import the object and ignores it in the rest of the process. |
Import object without conflicts | Replaced Name is empty, no existing object with matching origin | Leaves object's origin GUID the same, does not replace an existing object |
Replace object with same origin | Replaced Name has object with matching origin | Leaves object's origin identifier the same, replaces an existing object with the same origin GUID, warning: data from another version of the object may be erased |
Split off object from origin | Replaced Name is empty, an existing object has matching origin | Assigns a new origin GUID, does not replace an existing object, warning: the object can not be associated with other versions of the object after this |
Replace object with different origin | Replaced Name has object with different origin, no existing object with matching origin | Leaves object's origin GUID the same, replaces an existing object with a different origin GUID, warning: data from an unrelated object may be erased |
Replace object with different origin. Split off object from origin. | Replaced Name has object with different origin, an existing object has matching origin | Assigns a new origin GUID, replaces an existing object with a different origin GUID, warning: data from an unrelated object may be erased, warning: the object can not be associated with other versions of the object after this |