Planning
Discussion List
-
What's New in 20.07?Summary Let's dive into this month's New FeaturesContent Well, it's that time again. Sorry for the delay as the US Holiday last week and some other reasons have led to t…
-
Planning form drill down from parent to Lvl0Summary Navigate in a hierarchy without all descendantsContent Hi, Is there any way in a planning form to show the hierarchy collapsed and drill down from certain parent…
-
ASO groovy - MDX function to filter based on UDA in alternate hierarchySummary ASO groovy - MDX function to filter based on UDA in alternate hierarchyContent We are trying to filter entities in a shared hierarchy based on currency UDA. As a…
-
Invoking a Business rule via GroovySummary Invoking a Business rule via GroovyContent Hi all, I am trying to execute a business rule via groovy. However it does not run. Can you help me? Below the code: d…
-
MDX script for member formula in ASO CubeSummary Hi, I am trying to write an if/then statement for a member formula using MDX in ASO cubeContent Below is my attempt: CASE WHEN IS ([EMEA].currentmember,[G305]) T…
-
Text Behavior in TEST Env ASO CubeSummary Imported Text Data not mapping correctly in Test onlyContent We import our actuals via a text file. The exact same file is used to import the data in Production;…
-
Access Permission in HFRSummary What is the difference between Full Control, Modify, Inherit access which we give from explore the repository. I didn't find anything from docs
-
Error - "Your data request references a member that is unknown to Planning or Essbase".Summary Smart View fails with this error when trying to ad hoc to one of 4 plan types in the applicationContent Getting that error when trying to ad hoc to one of five p…
-
Exporting a "Config" Info to a SpreadsheetSummary Creating a automatic Config DocContent I'm sure I am not dreaming, but I recall creating a spreadsheet automatically that had all the basic information for the d…
-
Migrate non-Hybrid BSO Cube to EPBCSummary We are encountering performance issues after LCM import into EPBC and hybrid enablement.Content We are transitioning from a non-Enterprise version of PBC to an E…
-
Valid Intersection is not working in the HFRSummary We have setup valid intersection for two dimensions called Cost Centre and Analysis, It is working fine in the forms but not working in the financial report (HFR…
-
Trigger 'Application Diagnostics' via EPMAutomate or RestAPI or Groovy?Summary Is there a way to trigger the "Application Diagnostics" via EPMAutomate or RestAPI or Groovy?Content As you know there is "Application diagnostics" feature which…
-
Artifact Snapshot Import Ignores Some Shared AccountsSummary Artifact Snapshot Import does not bring in all Shared AccountsContent Found an issue in an application when trying to migrate a Artifact Snapshot. * Import Artif…
-
ASO Groovy - Clear target before allocataionsSummary We want to clear target account before performing ASO allocationsContent Hi All, We are performing ASO groovy allocations in our project and the only issue we ar…
-
WF -- Transfer -- FTE not cleared -- Year 1Summary WF Transfer process does not clear FTE data for transferred out months - from source entityContent Hello All, * Steps (V - 20.04.66) * Transfer Asset - from one …
-
Shared Member Error when Cloning EnvironmentContent I am getting a few errors with shared members when importing PROD Snapshot to TEST. Has anybody experienced something similar? Error Message : Shared members can…
-
SmartView Ad-Hoc Sheet With Smart List gives error while submitting data in EPBC Workforce Jul ReleaSummary SmartView Ad-Hoc Sheet With Smart List gives error while submitting data in EPBC Workforce Jul ReleaseContent SmartView Ad-Hoc Sheet With Smart List gives error …
-
"The application is invalid."Summary Error upon login after removing application. Help!Content I removed an application on Friday from our development (test) environment planning to "start fresh" on…
-
PBCS REST API Restart ServiceSummary Having issues with the Resetserver REST API callContent G'day Guys, anyone got the reset service REST function working? I'm getting someone random errors (genera…
-
XWRITE like functionality between EPM Cloud Planning applicationsSummary What is the community using to create XWRITE like functionality between EPM Cloud Planning applications?Content Hey all, I have developed two methodologies to mo…
-
Smart View - Cannot delete a value in a cell containing a Smart ListContent Hello everyone. In a form in Smart View, I cannot delete a cell that contains a smart list value. When I delete the value, the following message appears: Smart L…User_2025-01-28-02-48-16-296 41 views 3 comments 0 points Most recent by User_2025-01-28-02-48-16-296 Planning
-
EPM User Role Gives User Access to Integration->Data ManagementContent Hello all, I am working with a customer where we have updated navigation flows for a user but, they still see the "Data Load Settings" and "Data Management" link…
-
53rd week in Monthly App (P12) - incremental enablementSummary Can I just update for 53 weeks without re-build to P13 application?Content I have an existing EPBCS (P12) application which I want to keep as a P12 application b…User_2025-02-05-23-45-21-053 34 views 4 comments 0 points Most recent by Mark Rinaldi-Oracle Planning
-
contains - in groovySummary contains issue in groovy BRContent String sRTPMgt = rtps.Mgt.toString() List Mgtlist = ['Africa','Canada','UK','China'] if (Mgtlist.contains(sRTPMgt)){ run datam…
-
Apply context on dash boards between 2 data formsContent Can we do the apply context between two forms - like I have master form where I have full entity structure having regions/country/divisions. Now the child form h…Suresh Ratnala-Oracle 52 views 6 comments 0 points Most recent by Shankar - PM Cloud EPM-Oracle Planning
-
Conditionally run an AGGContent Hi, I have a rule with an RTP of type "member". What I'd like to do is aggregate a dimension only if the RTP value is a certain member. In the past I've done som…