2.2.1 Report Configuration (OBIEE)

Perform the following steps to configure the reports in OBIEE/OAS for the Japanese Language:

  1. 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.
  2. Navigate to $FIC_HOME/LLFP_DASHBOARDS Directory containing the LLFP_ja_JP.catalog File and deploy the Catalog.
  3. Log in to OBIEE/OAS, navigate to the Administration Page, select the Import Caption option, and then select the Japanese language.
  4. Import the following XML files from the $FIC_HOME/LLFP_DASHBOARDS folder in the below sequence:
    1. ceclcaptions_ja_JP.xml
    2. ifrs+9captions_ja_JP.xml
    3. subledgercaptions_ja_JP.xml
  5. Select Save and then log out.
  6. Log in to OBIEE/OAS, select the Japanese language and view the translated strings in the Japanese language.
  7. Edit the Global Variables.
    1. In the Dashboards drop-down list, click Disclosure Reports to open the dashboard.
    2. Click Edit on any of the reports to open the Settings Window.
    3. In the Criteria Tab, in the Selected Columns Pane, click the Onerous Classification Code.
    4. Click Settings to open the Settings Submenu.
    5. Click Edit formula to open the Edit Column Formula Window.
    6. In the Variables drop-down list, select Global… to open the Insert Global Variable Window.
    7. Select the Global Variable that you want to edit, and then click Edit Global Variable.
    8. 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.
    9. Click OK, and then click OK again to save.