Configure a field reference
You can change the reference of a field in the analysis model to the corresponding field in the data model. For example, change the reference when the schema of the data model has been changed or the data table has been renamed.
When you change the table schema, you can lose the reference of a field in the analysis to the corresponding field in the data table. As a result, the field is no longer considered during the data load. The field remains in the process storage until you delete the obsolete field. You can adjust the reference so that the field is still considered during the data load.
The option is available for the fields of the field objects, such as the Box_csv object. You cannot change the reference of system fields, that is, the Case root object and the Activity embedded object.
Click Analysis model in the Data set panel. The Analysis model section opens.
Move the mouse pointer to a field in the Model panel, then click the ... icon of the selected field >
Settings. The corresponding field options dialog opens.
Define the unique identifier and the data model field that provides the data for the analysis model field.
You can change the field identifier in the Identifier input field. Note that the identifier in the analysis must be unique.
Click Show advanced options.
In the Data model reference input field, specify a field reference in the following form.
<namespace.tablename.field>
Example
default.Purchase to Pay - Activity table_csv.Activity start
Click Apply.
You changed the field reference to a data table field.