Calc Manager
Discussion List
-
Can I make a runtimep prompt optional?Summary: Want to offer a runtime prompt that is optional for users to populate Content (required): Have a cube with a large number of dimensions. The main rule takes a l… -
NEXTSIBLING in fix using Period dimensionHello experts, I have a question about NEXTSIBLING using in FIX. I would like to see FIX("FY23", @MEMBER(@NEXTSIBLING("ClosedMonth")):"Dec","E01") Mycode... ENDFIX My pe… -
Deleted Business Rule Still Appears in ListSummary: Content (required): I asked this before, but cannot remember what the fix was, so apologies for the dup question. I have a few Business Rules that I have delete… -
How to call a cube level Sub variable in a groovy ruleSummary: How to call a cube level Sub variable in a groovy rule Content (required): I am trying to call a substitution variable CurrYear from groovy rule which is define… -
Recursion Limit Error on account not in FormulaSummary: Content (required): I'm getting the following error when trying to run a rule (in test environment): Cannot calculate. Essbase Error(0): Error executing formula… -
renaming entity and cost center membersSummary: Content (required): Hi We need to rename entity code and cost center members - first four digits. (Ex: old code is 503010001 and new code is 803010001) We teste… -
invalid intersection report : red highlighted cellsSummary: Content (required): Hi Any idea why invalid intersection report contains some data in red, and some data in grey. What does the color indicate Version (include …Lakshani Hettiarachchi 31 views 3 comments 0 points Most recent by Naveen_Bonakurthi-Oracle Planning -
Calc Rule Error for @avgmissingHi Receiving the following error when using @avgrange essbase function in my rule. "LKR_Reporting"=@avgrange(skipboth,@Relative("Input Currencies",0)); Error message is:… -
Business Rule Using Wrong PercentageSummary: Content (required): I have a business rule that calcs year over year based on input into an account. However, it is multiplying 900 times what is entered. The r… -
How do I add an IF to this Business RuleSummary: Content (required): I need to add an IF statement to the below rule to change the calculation based on Entity. (There is more accounts in the rule, this is just… -
Sumrange for all periods/years in cubeHello, experts, I need a dynamic calc than summarize all data from the beginning of years. I have a Year dimension and a Period dimension, and also a DataType dimension … -
Rule taking timeSummary: Content (required): Hi Rule is taking quite a time. 8 minutes. Any Suggestions. (PFA) Version (include the version you are using, if applicable): Code Snippet (… -
PBCS CALC Script - SET FRMLBOTTOMUP ON; issueSummary: calculation not working when SET FRMLBOTTOMUP is ON Content (required): Hi everyone, I have a calculation script that will calculate expenses based on 3 month h… -
Enabling Job Console or NotificationsSummary: Content (required): Is there a way for non-admin users to know when a business rule completes? I saw some information on the Job Console in SmartView but I don'… -
Using parent members as cross dims in FIX is taking long time for script to completeSummary: We are trying to fetch parent values in a business rule to perform spread calculation. But since these are top level members and having storage property as dyna… -
PBCS - Business Rule AssistanceSummary: Business Rule (Calc Script) Assistance Content (required): Hi everyone, I've written a business rule that will calculate the expenses based on historical expens… -
DATACOPY Rule taking a long timeSummary: Content (required): I have a DATACOPY business rule that copies one version to another. However, it is taking up to 15 or so minutes to complete. I have a simil… -
Unable to create blocks for Allocation LogicSummary: Unable to create blocks for Allocation Logic Only Period and Account are Dense and rest of all are Sparse. FIX(&CurYr, &CurMnth,"Actual","Final", @RELATIVE("All… -
Ruleset and Rule Variable Prompt OrderSummary: The order of my variable prompts within a Rule and a Ruleset are not updating regardless of how I have the order setup within Calc Manager. Content (required): … -
Import Rates from ERP to EPBCSSummary: Form subvars off imported ERP rates and reference them in business rules. Content (required): Currently we are manually hard-coding our period average and perio… -
Copy data using XREF from different members to unique member (Fastest way)Hello experts I have a requeriment to do. I have to catch some data using XREF. I have one dimension that is available for both cubes (Product: Sparse Dimension) and I n… -
Unable to copy data from one member to another using groovy script in Hybrid EPBCSSummary: Content (required): Unable to copy data form one member to another using Groovy Version (include the version you are using, if applicable): Code Snippet (add an… -
FRS IssueSummary: FRS Issue Content (required): Hi We have an FRS Report with 2000 rows, and we are bringing a dimension to the which was not earlier. For this dimension member v… -
Two Ifs : to use in calculation scriptSummary: Content (required): Hi I want to use Two ifs in calculation scripts but it is giving a validation error. Condition is if user selected a particular smartlist va… -
Can we execute calculations 'on-the-fly' in a data form with/without using groovy in EPBCS?Summary: We are calculating Revenue items based on the driver inputs. Can we execute calculations 'on-the-fly' in a data form with/without using groovy in EPBCS data for… -
FRS grid takes a long time to openSummary: Content (required): Hi We have a financial report around 2000 rows with Account, and 2 sparse dimensions on row, and scenario ,version, plan element, period and… -
RTP to smartlistSummary: Hi All, I want to post Smartlist value on the basis of RTP. Content (required): Hi All, I want to post Smartlist value on the basis of RTP.Both RTP and Smartlis…
-
Using @XWrite to create block within the same cubeSummary: trying to use @Xwrite function to create new blocks within the same cube, the rule is running but doesn't create new blocks Content (required): Create block wit… -
Understanding the Importance of Groovy Collections - KScope Follow UpI received a number of questions when I attended KScope. A lot of people had a tough time wrapping their head around the fact that using Groovy could actually reduce cos… -
Creating a Transaction IDSummary: I'm looking to create a way to track and report against mid cycle budget adjustments using a transaction ID. Content (required): Hello, I’m trying to come up wi…