PreviousNext
JavaScript must be enabled to correctly display this content
Report Configuration (OBIEE)
Perform the following steps to configure the reports in OBIEE/OAS for
Simplified Chinese Language:
Navigate to $FIC_HOME/LLFP_DASHBOARDS Directory containing the
LLFP.rpd File and deploy the RPD. For more information, see the
OBIEE Configuration - Deploy OFS LLFP Analytics section in the OFS Loan Loss Forecasting and Provisioning Installation
Guide.
Navigate to $FIC_HOME/LLFP_DASHBOARDS Directory containing the
LLFP_zh_CN.catalog File and deploy the Catalog.
Log in to OBIEE/OAS, navigate to the Administration Page, select the
Import Caption option, and then select the Simplified Chinese
language.
Import the following XML files from the $FIC_HOME/LLFP_DASHBOARDS folder
in the below sequence: ceclcaptions_zh_CN.xml,
ifrs+9captions_zh_CN.xml, and
subledgercaptions_zh_CN.xml
Select Save and then log out.
Log in to OBIEE/OAS, select the Simplified Chinese language and view the
translated strings in the Simplified Chinese language.
Edit the Global Variables.
In the Dashboards drop-down list, click DisclosureReports
to open the dashboard.
Click Edit on any of the reports to open the Settings Window.
In the Criteria Tab, in the SelectedColumns Pane, click
the OnerousClassificationCode.
Click Settings to open the Settings Submenu.
Click Edit formula to open the Edit Column Formula Window.
In the Variables drop-down list, select Global… to open the Insert
Global Variable window.
Select the Global Variable that you want to edit, and then click
EditGlobalVariable.
Edit a global variable with the following details:
Field
Value to be added
Name
denomination
Type
Text
Value
case when '@{denomination}{in thousand}' = 'В тысячах' then 1000
when '@{denomination}{in thousand}' = 'В миллионах' then 1000000 else 1
end
This variable is used to divide all amount values by thousand or million,
depending on the selected criteria.