Getting started with
 Calc Manager for
Hyperion Financial
     Management
           Chris Barbieri
        Practice Director
      Edgewater Ranzal
   cbarbieri@ranzal.com
           Session 7610
Chris Barbieri
 Established HFM performance tuning
 techniques and statistics widely used today
 4+ years as Sr. Product Issues Manager at
 Hyperion
 HFM, Smart View, Shared Services, MDM
 Member of HFM launch team in 2001,
 certified in HFM and Enterprise
 MBA, Babson College
 B.S. Finance & Accounting, Boston College
 Co-founded the HFM Performance Tuning
 Lab at Ranzal with infrastructure expert
 Kurt Schletter
 Awarded Oracle ACE status
Calc Manager
 Intro: What, where, and why would I use
 it?
 Object hierarchies
 ◦ Variables
 ◦ Rule sets
 ◦ Objects
 Hung up on naming schemes
 Deploying, importing, exporting
 Troubleshooting
Why Use Calc Manager?
 Code and document better
 ◦ Flow metaphor better describes the decision
   process
 ◦ Enforces structured variables
 ◦ Easy re-use of objects
 New feature in 11.1.1.0: EPMA apps only
 11.1.1.3 added support for Classic apps
 Very useable
Object Hierarchy
 System View: primary view when you
 enter Calc Manager
 Choose the product
Application
 Once you select a product, you will see
 the available applications for each
Calculation Type
 These are the available HFM subroutines
A rule set is like a playlist
 Usually have one main set
 One “blank” set
 And one “debug” set
 ◦ Add or remove individual rules until you found
   the culprit
 ◦ Revert to the normal one when ready
 … per calculation type




Rule Sets
View > Deployment
 View
 Manage which set
 will be the deployed
 one
 ◦ Only one can be
   checked
 ◦ All can be unchecked




Deployment View
Double-click on a set to see the contained
 rules
 ◦ Puts you into rule set manager
 ◦ Drag a rule in, or right-click to remove
 ◦ Sequence matters!




Manage a Rule Set
How do you define a rule?
 ◦ A logical grouping of conditions, ranges, and
   formulas that perform a distinct task
 Rules don’t have to be included in a set
 ◦ They won’t run if they are not in a deployed set




And finally… Rules!
Variables
 Tools > Variables
 Replacement
 Execution
Replacement Variables
 “Type less” – Jim “the rules guy” Heflin
 Type fewer variables
Replacement Variables
 Constants
Execution Variables
• Some are defined with the variable, so
  the same definition can be used by all
  rules.
• In most cases however, especially string
  and number variables, we defined them
  inside the rule itself. In these cases, the
  variable is part of a common formula,
  but the contents are rule specific.
• Boolean
• String
• Number
Execution Variables
Boolean Variables
 True/False responses
Variable Scope
 Define the scope for each variable
 Most are “Rule” specific
 Some, like Tax Rates, are application
 specific
Variable Groups
 Useful for sorting or associating the
 variables
Numeric Variables
 Most often populated at the rule level
 nData is the most useful, as part of Data
 Range (HS.OpenDataUnit)
String Variables
 Second most popular
 Useful for storing and managing metadata
 member names or attributes
Do this before you make changes
 Select an application name from System
 View and File > Export




Export Rules
Import the
 entire
 collection,
 including
 variables, by
 choosing File
 > Import
 Browse for
 the .XML file


Import Rules
Choose the target application.
  Update Location Details
  This has no connection to the application you
  highlighted
 Click Import




Import Rules, cont’d
Helpful scheme while looking at various list
 views
 RS_ for “Rule Set”
 ◦ RS_Blank
 ◦ RS_Calculate
 ◦ RS_Debug
 RO_ for “Rule Object”
 ◦ RS_number if they are readily sequenced
 ◦ RS_ObviousPurposeInTitleCase
 Within a rule, provide intuitive Captions for
 each object



Object Naming
Be Obvious, Not Cryptic
Does the graphical flow make sense?




Another Rule Example
Use long names
  HFM supports up to 50 alphanumeric
  characters for the rule name
 And feel sorry for Essbase users ☺




Create a New Rule
Select the Calculation Type
1.   Condition
2.   Formula
3.   Data Range
4.   Member Range
5.   Script
6.   Fixed Loop




The Rule Palette
99% of your rules should have some
 Most important performance aspect of
 your application
 Always ask yourself:
 ◦ Value dimension member?
 ◦ Which entities?
 ◦ Which period?




Conditions
Used to populate variables
 And for most functions
 ◦   HS.Exp
 ◦   HS.SetDataWithPOV
 ◦   HS.Clear
 ◦   Many more




Formula
Populate a Variable
HS.Clear
Like Windows, shows a little hand on the
 icon
 Usage
 ◦ Check this if you want to change or delete the
   formula.




Shared Formulas
Does not appear in graphical
 ◦ Just set two intersections equal to each other
 ◦ Still a concept of left and right
   Pull to the left




HS.Exp
Last one in wins!




Multiple Rows
Blank for a dimension implies all base
 members with data
 Fill in a single parent member
 Use lists




Data Range
Evaluate the account
 ◦ We only want accounts beginning with “3”




String Functions
Translate balance sheet accounts at
 average rate, using PVA




Translate
Simple example
 The only time you can write to another
 entity
 ◦ A sibling
 ◦ [Proportion] or [Elimination] only
 ◦ Use a condition to avoid consolidating to a
   particular entity




Consolidate
Only accounts flagged Consolidated are
 available




Consolidate, cont’d
Consolidate, cont’d
Cycle through a list of members within a
 given dimension
 Can be defined in the rules
 “Parent”,”[Base]”
 Or from custom member lists
 “OverrideAccounts”
 Most common inNoInput rules




Member Range
NoInput
Test User Defined Fields
Note the use of a different formula for
 each View




Dynamic
NoInput Formula
Zoom
Is the rule running? Did it pass each
 condition?
 Add a formula {i} = {i}
 Enable Logging
 ◦ Rule Level




Debugging, aka “WriteToFile”
               “WriteToFile”
Icon indicates you can enter text
 Also add variables to see their contents at
 that point in the rule




Debugging, cont’d
Within data
 range, but
 before account
 condition




 After the
 condition


Debugging Example
Output log sample
Possible, but…
 ◦ … chicken’s way out
 Take you just as long to write in script as
 it would to use graphical mode
 ◦ And it would still be better written




Script
No idea…




Fixed Loop

More Related Content

PDF
HFM Business Rule Writing Tips and Techniques
PDF
Advanced Topics in Calc Manager for HFM
PDF
Getting Started with Calc Manager for HFM
PDF
KScope14 Understanding the Zombies that lurk within your system
PDF
KScope14 Zombies, Pie Charts and Overrides…Oh My!
PDF
Data-Driven Rules in HFM
PDF
Best Practices in HFM Application Design
PDF
HFM vs Essbase BSO: A Comparative Anatomy
HFM Business Rule Writing Tips and Techniques
Advanced Topics in Calc Manager for HFM
Getting Started with Calc Manager for HFM
KScope14 Understanding the Zombies that lurk within your system
KScope14 Zombies, Pie Charts and Overrides…Oh My!
Data-Driven Rules in HFM
Best Practices in HFM Application Design
HFM vs Essbase BSO: A Comparative Anatomy

Similar to Getting Started with Calc Manager for Hyperion Financial Management (20)

DOC
InfoSphere_Information_Analyzer
PDF
Jane Rusin professional expertise
PDF
Where Did That Come From? Techniques for Debugging HFM
PDF
Salesforce Lightning Process builder
PPT
Understanding System Performance
PDF
Performance Tuning for Visualforce and Apex
DOCX
CHAPTER6 Performing a Risk AssessmentTHERE ARE SEVERAL S.docx
PPTX
The Data Warehouse Lifecycle
PDF
Requirements Are Optional, Right?
PDF
Decoding Triggers for Admins
DOCX
Obiee interview questions and answers faq
PPT
Getting Unstuck: Working with Legacy Code and Data
PDF
Siebel CTMS Best Practices
PPTX
Workforce Plus: Tips and Tricks to Give Workforce an Extra Kick!
PDF
Introduction To Programming (2009 2010)
PDF
Introduction to programming by MUFIX Commnity
PDF
Pega Cssa Training With Real-time Project @santhoopega123@gmail.com&Whatsup@8...
PDF
Pega CSSA7.2 Certification Level Training With Real-time Project
PDF
Performance Tuning for Visualforce and Apex
PPTX
Five Enterprise Best Practices That EVERY Salesforce Org Can Use (DF15 Session)
InfoSphere_Information_Analyzer
Jane Rusin professional expertise
Where Did That Come From? Techniques for Debugging HFM
Salesforce Lightning Process builder
Understanding System Performance
Performance Tuning for Visualforce and Apex
CHAPTER6 Performing a Risk AssessmentTHERE ARE SEVERAL S.docx
The Data Warehouse Lifecycle
Requirements Are Optional, Right?
Decoding Triggers for Admins
Obiee interview questions and answers faq
Getting Unstuck: Working with Legacy Code and Data
Siebel CTMS Best Practices
Workforce Plus: Tips and Tricks to Give Workforce an Extra Kick!
Introduction To Programming (2009 2010)
Introduction to programming by MUFIX Commnity
Pega Cssa Training With Real-time Project @santhoopega123@gmail.com&Whatsup@8...
Pega CSSA7.2 Certification Level Training With Real-time Project
Performance Tuning for Visualforce and Apex
Five Enterprise Best Practices That EVERY Salesforce Org Can Use (DF15 Session)
Ad

More from Alithya (20)

PDF
Journey to the Oracle Talent Management Cloud
PPTX
What Did I Miss? Addressing Non-Traditional Reconciliations in AR and Data In...
PPTX
Leading Practices in Multi-Pillar Oracle Cloud Implementations
PPTX
Why and How to Implement Operation Transfer Pricing (OTP) with Oracle EPM Cloud
PPTX
How to Deploy & Integrate Oracle EPM Cloud Profitability and Cost Management ...
PPTX
How to Allocate Your Close Time More Effectively
PPTX
Viasat Launches to the Cloud with Oracle Enterprise Data Management
PPTX
How Do I Love Cash Flow? Let Me Count the Ways…
PPTX
How WillScot-Mobile Mini Utilized Enterprise Data Management for Business Tra...
PPTX
❤️ Matchmaker, Make Me a Match: Can AR Intercompany Matchmaking Tools Be a Pe...
PPTX
Legg Mason’s Enterprise, Profit Driven Quest with Oracle EPM Cloud
PPTX
Supply Chain Advisory and MMIS System Oracle Implementation
PPTX
Digital Transformation in Healthcare: Journey to Oracle Cloud for Integrated,...
PDF
nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud
PPTX
ODTUG Configuring Workforce: Employee? Job? or Both?
PPTX
Oracle Cloud Time and Labor: Default Payroll Rate, Override Rate and Flat Dol...
PDF
AUSOUG I Am Paying for my Cloud License. What's Next?
PDF
A Journey to Profitability with Oracle PCMCS
PPTX
Essbase Calculations: Elements of Style
PPTX
Interstellar - The Thomas Jefferson Enterprise EPM Cloud Journey
Journey to the Oracle Talent Management Cloud
What Did I Miss? Addressing Non-Traditional Reconciliations in AR and Data In...
Leading Practices in Multi-Pillar Oracle Cloud Implementations
Why and How to Implement Operation Transfer Pricing (OTP) with Oracle EPM Cloud
How to Deploy & Integrate Oracle EPM Cloud Profitability and Cost Management ...
How to Allocate Your Close Time More Effectively
Viasat Launches to the Cloud with Oracle Enterprise Data Management
How Do I Love Cash Flow? Let Me Count the Ways…
How WillScot-Mobile Mini Utilized Enterprise Data Management for Business Tra...
❤️ Matchmaker, Make Me a Match: Can AR Intercompany Matchmaking Tools Be a Pe...
Legg Mason’s Enterprise, Profit Driven Quest with Oracle EPM Cloud
Supply Chain Advisory and MMIS System Oracle Implementation
Digital Transformation in Healthcare: Journey to Oracle Cloud for Integrated,...
nter-pod Revolutions: Connected Enterprise Solution in Oracle EPM Cloud
ODTUG Configuring Workforce: Employee? Job? or Both?
Oracle Cloud Time and Labor: Default Payroll Rate, Override Rate and Flat Dol...
AUSOUG I Am Paying for my Cloud License. What's Next?
A Journey to Profitability with Oracle PCMCS
Essbase Calculations: Elements of Style
Interstellar - The Thomas Jefferson Enterprise EPM Cloud Journey
Ad

Recently uploaded (20)

PDF
THE EFFECT OF FOREIGN AID ON ECONOMIC GROWTH IN ETHIOPIA
PPT
KPMG FA Benefits Report_FINAL_Jan 27_2010.ppt
DOCX
BUSINESS PERFORMANCE SITUATION AND PERFORMANCE EVALUATION OF FELIX HOTEL IN H...
PDF
Fintech Regulatory Sandbox: Lessons Learned and Future Prospects
PPTX
General-Characteristics-of-Microorganisms.pptx
PPT
features and equilibrium under MONOPOLY 17.11.20.ppt
PDF
Statistics for Management and Economics Keller 10th Edition by Gerald Keller ...
PPTX
2. RBI.pptx202029291023i38039013i92292992
PDF
Financial discipline for educational purpose
PPTX
OAT_ORI_Fed Independence_August 2025.pptx
PPTX
Very useful ppt for your banking assignments Banking.pptx
PDF
Pitch Deck.pdf .pdf all about finance in
PDF
Truxton Capital: Middle Market Quarterly Review - August 2025
PDF
2018_Simulating Hedge Fund Strategies Generalising Fund Performance Presentat...
PDF
Best Accounting Outsourcing Companies in The USA
PDF
Buy Verified Stripe Accounts for Sale - Secure and.pdf
DOCX
Final. 150 minutes exercise agrumentative Essay
PPTX
Grp C.ppt presentation.pptx for Economics
PDF
Unkipdf.pdf of work in the economy we are
THE EFFECT OF FOREIGN AID ON ECONOMIC GROWTH IN ETHIOPIA
KPMG FA Benefits Report_FINAL_Jan 27_2010.ppt
BUSINESS PERFORMANCE SITUATION AND PERFORMANCE EVALUATION OF FELIX HOTEL IN H...
Fintech Regulatory Sandbox: Lessons Learned and Future Prospects
General-Characteristics-of-Microorganisms.pptx
features and equilibrium under MONOPOLY 17.11.20.ppt
Statistics for Management and Economics Keller 10th Edition by Gerald Keller ...
2. RBI.pptx202029291023i38039013i92292992
Financial discipline for educational purpose
OAT_ORI_Fed Independence_August 2025.pptx
Very useful ppt for your banking assignments Banking.pptx
Pitch Deck.pdf .pdf all about finance in
Truxton Capital: Middle Market Quarterly Review - August 2025
2018_Simulating Hedge Fund Strategies Generalising Fund Performance Presentat...
Best Accounting Outsourcing Companies in The USA
Buy Verified Stripe Accounts for Sale - Secure and.pdf
Final. 150 minutes exercise agrumentative Essay
Grp C.ppt presentation.pptx for Economics
Unkipdf.pdf of work in the economy we are

Getting Started with Calc Manager for Hyperion Financial Management

  • 1. Getting started with Calc Manager for Hyperion Financial Management Chris Barbieri Practice Director Edgewater Ranzal cbarbieri@ranzal.com Session 7610
  • 2. Chris Barbieri Established HFM performance tuning techniques and statistics widely used today 4+ years as Sr. Product Issues Manager at Hyperion HFM, Smart View, Shared Services, MDM Member of HFM launch team in 2001, certified in HFM and Enterprise MBA, Babson College B.S. Finance & Accounting, Boston College Co-founded the HFM Performance Tuning Lab at Ranzal with infrastructure expert Kurt Schletter Awarded Oracle ACE status
  • 3. Calc Manager Intro: What, where, and why would I use it? Object hierarchies ◦ Variables ◦ Rule sets ◦ Objects Hung up on naming schemes Deploying, importing, exporting Troubleshooting
  • 4. Why Use Calc Manager? Code and document better ◦ Flow metaphor better describes the decision process ◦ Enforces structured variables ◦ Easy re-use of objects New feature in 11.1.1.0: EPMA apps only 11.1.1.3 added support for Classic apps Very useable
  • 5. Object Hierarchy System View: primary view when you enter Calc Manager Choose the product
  • 6. Application Once you select a product, you will see the available applications for each
  • 7. Calculation Type These are the available HFM subroutines
  • 8. A rule set is like a playlist Usually have one main set One “blank” set And one “debug” set ◦ Add or remove individual rules until you found the culprit ◦ Revert to the normal one when ready … per calculation type Rule Sets
  • 9. View > Deployment View Manage which set will be the deployed one ◦ Only one can be checked ◦ All can be unchecked Deployment View
  • 10. Double-click on a set to see the contained rules ◦ Puts you into rule set manager ◦ Drag a rule in, or right-click to remove ◦ Sequence matters! Manage a Rule Set
  • 11. How do you define a rule? ◦ A logical grouping of conditions, ranges, and formulas that perform a distinct task Rules don’t have to be included in a set ◦ They won’t run if they are not in a deployed set And finally… Rules!
  • 12. Variables Tools > Variables Replacement Execution
  • 13. Replacement Variables “Type less” – Jim “the rules guy” Heflin Type fewer variables
  • 15. Execution Variables • Some are defined with the variable, so the same definition can be used by all rules. • In most cases however, especially string and number variables, we defined them inside the rule itself. In these cases, the variable is part of a common formula, but the contents are rule specific. • Boolean • String • Number
  • 18. Variable Scope Define the scope for each variable Most are “Rule” specific Some, like Tax Rates, are application specific
  • 19. Variable Groups Useful for sorting or associating the variables
  • 20. Numeric Variables Most often populated at the rule level nData is the most useful, as part of Data Range (HS.OpenDataUnit)
  • 21. String Variables Second most popular Useful for storing and managing metadata member names or attributes
  • 22. Do this before you make changes Select an application name from System View and File > Export Export Rules
  • 23. Import the entire collection, including variables, by choosing File > Import Browse for the .XML file Import Rules
  • 24. Choose the target application. Update Location Details This has no connection to the application you highlighted Click Import Import Rules, cont’d
  • 25. Helpful scheme while looking at various list views RS_ for “Rule Set” ◦ RS_Blank ◦ RS_Calculate ◦ RS_Debug RO_ for “Rule Object” ◦ RS_number if they are readily sequenced ◦ RS_ObviousPurposeInTitleCase Within a rule, provide intuitive Captions for each object Object Naming
  • 26. Be Obvious, Not Cryptic
  • 27. Does the graphical flow make sense? Another Rule Example
  • 28. Use long names HFM supports up to 50 alphanumeric characters for the rule name And feel sorry for Essbase users ☺ Create a New Rule
  • 30. 1. Condition 2. Formula 3. Data Range 4. Member Range 5. Script 6. Fixed Loop The Rule Palette
  • 31. 99% of your rules should have some Most important performance aspect of your application Always ask yourself: ◦ Value dimension member? ◦ Which entities? ◦ Which period? Conditions
  • 32. Used to populate variables And for most functions ◦ HS.Exp ◦ HS.SetDataWithPOV ◦ HS.Clear ◦ Many more Formula
  • 35. Like Windows, shows a little hand on the icon Usage ◦ Check this if you want to change or delete the formula. Shared Formulas
  • 36. Does not appear in graphical ◦ Just set two intersections equal to each other ◦ Still a concept of left and right Pull to the left HS.Exp
  • 37. Last one in wins! Multiple Rows
  • 38. Blank for a dimension implies all base members with data Fill in a single parent member Use lists Data Range
  • 39. Evaluate the account ◦ We only want accounts beginning with “3” String Functions
  • 40. Translate balance sheet accounts at average rate, using PVA Translate
  • 41. Simple example The only time you can write to another entity ◦ A sibling ◦ [Proportion] or [Elimination] only ◦ Use a condition to avoid consolidating to a particular entity Consolidate
  • 42. Only accounts flagged Consolidated are available Consolidate, cont’d
  • 44. Cycle through a list of members within a given dimension Can be defined in the rules “Parent”,”[Base]” Or from custom member lists “OverrideAccounts” Most common inNoInput rules Member Range
  • 47. Note the use of a different formula for each View Dynamic
  • 49. Zoom
  • 50. Is the rule running? Did it pass each condition? Add a formula {i} = {i} Enable Logging ◦ Rule Level Debugging, aka “WriteToFile” “WriteToFile”
  • 51. Icon indicates you can enter text Also add variables to see their contents at that point in the rule Debugging, cont’d
  • 52. Within data range, but before account condition After the condition Debugging Example
  • 54. Possible, but… ◦ … chicken’s way out Take you just as long to write in script as it would to use graphical mode ◦ And it would still be better written Script