2.2.1 Report Configuration (OBIEE)
Perform the following steps to configure the reports in OBIEE/OAS for the Japanese 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_ja_JP.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 Japanese language.
- Import the following XML files from the $FIC_HOME/LLFP_DASHBOARDS folder
in the below sequence:
- ceclcaptions_ja_JP.xml
- ifrs+9captions_ja_JP.xml
- subledgercaptions_ja_JP.xml
- Select Save and then log out.
- Log in to OBIEE/OAS, select the Japanese language and view the translated strings in the Japanese language.
- Edit the Global Variables.
- In the Dashboards drop-down list, click Disclosure Reports to open the dashboard.
- Click Edit on any of the reports to open the Settings Window.
- In the Criteria Tab, in the Selected Columns Pane, click the Onerous Classification Code.
- 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 Edit Global Variable.
- Edit a global variable with the following details:Name - denomination, Type - Text, Value - case when '@{denomination}{In Thousand}' = '千' then 1000when '@{denomination}{In Thousand}' = '百万' then 1000000else 1 end. This variable is used to divide all amount values by thousand or million, depending on the selected criteria.
- Click OK, and then click OK again to save.