Tuesday, March 6, 2018

Financial Reporting Studio FR Client and updating the Workspace, Tools, Install folder location

Recently we had to upgrade our FR software.  The patch came with new FR Studio Client.  The file that you need to update, so that users can download from Workspace, Tools, Install folder is this path:

E:\Oracle\Middleware\EPMSystem11R1\products\financialreporting\install\bin
- Rename the old FinancialReportingStudio.exe file
- Copy the new file from the downloaded patch folder

Note: E drive is where i installed my Hyperion software.

Essbase removing Zeros script

SET UpdateCalc Off;

Actual (
   IF (Actual==0)
       #Missing;
   ENDIF)