Planning
Discussion List
-
Rest API to set member alias?Summary Can a member alias be updated via Groovy / Rest API?Content I have a request to allow users to change the alias of a member. I was pretty sure it was possible. I…User_2025-01-30-02-55-20-807 42 views 2 comments 0 points Most recent by User_2025-01-30-02-55-20-807 Planning -
EPM – Application Design for EPM Planning Part I: App Deployment, Dimensions, & Forms, 17 December 2Content Submit your questions for the EPM – Application Design for EPM Planning Part I: App Deployment, Dimensions, & Forms session to have them answered during the live… -
Show Alias in configuration page of EPBCSContent Hi Oracle team, We have kept alias on period as P1, P2, P3, etc as per client requirement. In the configuration page-> Planning and forecast preparation where we… -
Did the Clear All Data and Setup when Deleting an Application make it into the patch 20.12?Content Wondering if anyone has tested the updates in 20.12 released this week - if so is the Clear All Data and Setup When Deleting an Application change applicable to … -
Automate Level 0 ExportContent There still isn't a way to automate a 0 Level essbase export in cloud Planning correct? I'm referring to a true export, not through the UI or CDM. Those methods … -
Add a hyperlink to an EPBCS Dashboard to execute a business ruleSummary Dashboards - Is it possible to include a hyperlink to a Commentary block?Content I have a request to have a hyperlink to execute a business rule from a Dashboard…User_2025-01-30-02-55-20-807 36 views 2 comments 0 points Most recent by User_2025-01-30-02-55-20-807 Planning -
@CALCMODE dependency in dense dimensionContent Hi all, We have a complex calculation with a dependency in one of the dense dimension, therefore we use @CALCMODE(CELL) in the script. This slowed down the calcu… -
Could a non-admin user move a structure member?Summary Would like to allow non-admin users to move members using a groovy ruleContent We have a request to create a business rule which will move a member in a particul…User_2025-01-30-02-55-20-807 27 views 4 comments 1 point Most recent by User_2025-01-30-02-55-20-807 Planning -
How to configure Period MApping when application is set to quarterly Budgeting and ERP is MonthlySummary How to configure Period MApping when application is set to quarterly Budgeting and ERP is MonthlyContent We have a requirement where our client needs to budget q… -
SV: Planning Ad Hoc option greyed outContent Hi all Can someone please let me know how we can enable the Planning Ad Hoc analysis options? They are geyed out, and I cannot see how we can enable them. The Us… -
Alternative to HypSetPOV VBA CommandSummary Alternative to HypSetPOV VBA CommandContent Context: Ours is an EPBCS application set up as Custom app type. In most forms, we have Product dimension member in P… -
How to change Dashboard graphs from millions to billions?Summary Client is recording data in thousands instead of units.Content Hello everyone, One of our clients is recording data in thousands, so 1 unit in EPBCS is equal to … -
How to use value's from assumptions form in calculations in other forms?Summary How to use value's from assumptions form in calculations in other forms?Content We have created an assumptions form. On this form certain criteria are captured a… -
Financial Reporting Studio linked to Vision DatabaseSummary Financial Reporting Studio linked to Vision DatabaseContent I originally created the Vision Application for Planning. This was then removed. I have then created … -
User POV not active when accessing report via GUISummary User POV has been setup for a report, but it doesn't work only when generating report through application GUI ("Reports")Content Hello guys, We encountered a pro… -
Conditional Mapping Data ManagementSummary SQL script to multiply the amt and upload the resultContent sAmount = float(fdmRow.getString("AMOUNT")) if sAmount == 0: fdmResult = IGNORE else: fdmResult = sAm…Venkatraman Krishnan-241509 64 views 13 comments 1 point Most recent by Thejas Shetty-Oracle Planning -
Data Exchange - Source / Target Expressions 500 Character LimitSummary Max character limit of source / target expressionsContent Hi -- I was just curious and testing out using source & target expressions (trying to get a very large … -
IF for multiple conditions.Summary IF to be used for multiple condtions and if they are TRUE only for it to workContent Hi I have a case where im using a formula to calculate values based upon two…