By default, the fields need to be added to the following tables:
TRADEPNLS
TRADEPNLS_VECTOR
TRADE_SENSITIVITIES
TRADE_SENSITIVITIES_VECTOR
PNL
The fields also need to be added to any custom table in your project for which adjustments are supported.
In this setup, use the following configuration for the DirectQuery data node, in addition to the settings already defined to enable horizontal distribution on the data node:
Property
Value
Description
configuration.sign-off.enable
true
Flag used to enable Sign-Off-related features.
directquery.withAdjustments
true
This property is only taken into account if the property configuration.sign-off.enable is true. Specify if columns handling adjustments (SOURCE and INPUT_TYPE) are present in the database used with DirectQuery. If this property is false, those columns are not taken from the database.
For a Sign-Off deployment, the Adjustments and Sign-Off hierarchies are present in the Cube configuration.
Therefore, those hierarchies must also be present in the Cube’s definition on the DirectQuery data node to make horizontal distribution possible.
To achieve this, in the Cubes using DirectQuery, a “dummy” Sign-Off hierarchy and a regular
Adjustments hierarchy are created, using the values in the DirectQuery database for the Source and Input Type levels of the hierarchy.