Showing posts with label NRCS. Show all posts
Showing posts with label NRCS. Show all posts

Friday, 30 May 2025

Error in Narrative Reporting (NRCS) - EPRCS When Trying to Copy a Report Package: "The copy operation failed, and report package could not be copied"

Applies to:

Oracle Enterprise Performance Reporting Cloud Service - Version 15.10.52 to N/A [Release 15.0 to 11.1]
Information in this document applies to any platform.

Symptoms

 Error in Narrative Reporting (NR) - EPRCS when trying to copy a Report Package

ERROR
-----------------------

The copy operation failed and report package could not be copied 

Cause

The reason the copy is failing is due to the very high number of variables within the Report Package.  When copying a Report Package, variables within the Report package are refreshed during the copy.  For Report packages with an extremely large number of variables, this can cause a timeout threshold to be exceeded, resulting in the error cited.

Solution

An alternate solution would be to utilize either Reports/or Books to get this information in the Report Package instead of variables.

References

Reference source - Oracle Doc ID 2787953.1 Document 2787953.1

Thursday, 22 May 2025

Reversing the sign of value in Management Report - Scale By feature

Requirement:

As a requirement, we need to reverse the sign of value available for any particular cell at Report level only. This can be achieved by out of box functionality of Scale By feature available in Management report or Reports.

As shown in below screenshot, consider the following grid where originally number for "Revenue from operations" is positive number. As per reporting requirement, we need to show this number with negative sign.


This can be performed by cell formatting within Report. Let's see how we can achieve it -

1. Go to that particular cell in grid. from property panel, select the Cell formatting as shown in below screenshot.

2. Under the "Formats", click on "Number". On "Number" window, go to "Scale Value by".

3. On "Scale value by" cell, mention -1.

4. Click Ok.

5. Save the report and run it.

As shown in below screenshot, sign for "Revenue from operations" has been reversed.




Created by Mohit Jain and Megha Gupta



Tuesday, 20 May 2025

How to use multiple prompts for same dimension in Management Reporting

Requirement 

Like the Financial Reporting (FR), Management Report and Platform Reports do not support the multiple prompts selection for same dimension in grid. In a business scenario where we need to have multiple prompts for same dimension, it can be achieved using "Save selection" option. In below steps, we will discuss how can we use "save selection" option to meet the requirement of multiple prompts selection for same dimension.

For this demonstration, we will create the save selection for Period dimension.

1. Go to Grid -> open the window of Member Selection for Period dimension. click on "fx" and select the "View All Functions".

 

 2. Choose the Prompt and select the Prompt Label, Choice List and other options. Click on OK.

 3. As shown in below screen shot, click setting button and click on "Save Selection". 

 4. As shown in below screen, provide a name to save selection and click on OK.

 5. Click on OK. This save selection can be used in places within same grid.

 6. Go to another cell where we need to select prompt for period dimension again. As shown in below screen shot, from drop down select the "Save Selections".

 

 7. It will list down all the saved selections. choose the save selection for period which we created in above steps.

 

 This way, we can meet the requirement of multiple prompt for same dimension in a grid.

 

 Created by Mohit Jain and Megha Gupta

Introducing Business Script Language (BSL) in HFM 11.2.22: A Native Alternative to VBScript

In one of prior blog , we talked about that Microsoft’s plan to deprecate the VB scripting language and how VBScript will be retired and eli...