SlideShare a Scribd company logo
1 of 37
Download to read offline
What would happen if I did…
in HFM?
Session ID#
Chris Barbieri
About Edgewater Ranzal
One of the Largest Hyperion
Practices in the U.S.
Oracle / Hyperion Platinum
Partner - Highest Status
15 Years
700+ clients
1000+ projects

Vertical Expertise with HighProfile Clients from Coast to
Coast
Sound Project Methodology
Insures Project Success
“One Stop Shop” for ALL EPM
Implementation needs

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
What would happen if I…
Changed the IsCalculated flag on an account?
Changed an entity’s currency?
Changed the Zero View settings?
Inserted a new entity into a locked hierarchy?
Loaded metadata without integrity check?
Changed number of review levels for a scenario?

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Changed the IsCalculated flag
on an account/custom?
IsCalculated does two things:
● Built-in No Input rule
● HFM automatically clears the values

Sample account “CalculatedAccount”

Not checked = Input-able

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Enter Data
Enter “78” in <EC>

Naturally “155” is
calculated (Translated)

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
What’s Under the Hood?
Kscope_DCE_1_2005 table
● Stores <EC> and <PC> data

What’s are these code
numbers?
Need to convert labels to
ItemIDs*

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Dp0_Input & Dp0_InputTransType
Dp*_Input stores YTD number
● Each record holds 12 months, numbered “0” through
“11”

Dp*_InputTransType tells HFM what sort of number
it is
● Input (16)
● Calculated (32)
● Derived (128)

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
This is Critical to Understand
The InputTransType is the metadata attribute

at the time the number is written to
the database!
If the IsCalculated attribute changes on the
Account, this is not updated in the table!
…until a new number is written to that cell

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Extract Data
Type “16” data can be
extracted
Extract Calculated will
include type “32” data

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Change Flag to IsCalculated
Turn on IsCalculated

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Load Metadata Only
Database still shows Input (16)

Grid shows “no
input”
Data extract shows
not calculated

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Consolidate Data
Data remains
● HFM clears cells with type “32”, not “16”
●

Despite the IsCalculated flag

● Must clear it manually using HS.Clear in rules

Must remove data Prior to changing flag

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Changed an Entity’s Currency?
Data and journals are
stored by currency ID
UKSales
● Originally GBP
● Change to EUR
● Parent EastRegion USD

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Classic Mode Metadata Change
Error during load
● Metadata Integrity Check

● Won’t load
● Un-post then delete the journal?
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Successfully Changed?
Before

After load

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Translate
Parent Currency

Translate GBP
● Is now translated value
from EUR to GBP

Time to
reload all
data and
journals!

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Changed the Zero View settings?
Scenario setting
“How should I treat missing data?”
● Zero YTD
●

HFM will derive a periodic value so we arrive at zero on a
YTD basis, reversing out the entire YTD balance from
prior period

● Zero Periodic
●

HFM adds the periodic zero to prior period YTD,
essentially carrying prior period forward

Applies only to Revenue/Expense/Flow
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Sample Sales for UKSales

Notice August Periodic and YTD

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Change Actual Zero View to “Periodic”
Metadata load prevented

Unpost/reject journals and re-load metadata?
● Re-post same journals

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Notice August Changes?

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Inserted a new entity into a locked
hierarchy?
July and August 2005 are
consolidated, published,
and locked
Insert new parent “West”

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Changes from New Entity to Top
Review status and
Calc Status of
ancestors change
Consolidate and
Publish each period

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Move Europe
Change existing entity
structure
● Looking for NoData status
change

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Move an Entity with NoData
No change to Calc status
Review Level stays same

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Loaded metadata without the
integrity check enabled?
Has no bearing on data, only journals
Prevents broken journal entries from:
● Deleted / renamed base members
● Make an intersection invalid
●
●

Change Custom 1..4 Top Member
Remove IsICP

● Promote a base Account / Custom to parent
● Change currency on an entity
● Change Zero View on scenario

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Rename “Sales” to “Revenue”

Load metadata in “Replace” mode

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Item IDs
Appname_Account_Item
Data and journals use ItemID
number “133”, not “Sales”
● Journal records in
Appname_JLENT_1_2005

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Integrity Check “On”

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Remove Check Integrity Flag
Don’t try this at home!!!

No metadata load errors
… seems too easy

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
…now, about that journal

Account is removed
It cannot be “looked up”
● Journal still refers to “133”

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Account_Item table
Replace mode
● Removes “Sales” from
Appname_Account_Item
table
● Adds “Revenue”
●
●

Assigns a new Item ID
“177” is the next number
available

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Reload Original Metadata?
Try to “bring ‘Sales’ back” by
reloading
Enable “Check Integrity”
No errors this time around
“Sales” is assigned a new ID
“178”
● Treated like a new member
● Next ID in sequence

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Delete Invalid Records
HFM deletes any data records or tables for
ItemIDs which don’t exist in *_Item tables
No way to tell what account “133” was

Leaves journal records though
● Forever orphaned

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Changed the Maximum
Review Level?
September: all entities approved Levels 1- 5
Scenario Settings at default “10”
● Change to “2”

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
MaxReviewLevel = 2
No bearing on
existing review
levels
● Still at “5”

No change to promote options
● All “10” levels still available

No error when promoting
straight to “10”
Placebo

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Disable Process Management
for a scenario
Actual: set SupportsProcessManagement = “N”
All levels for scenario revert to “Not Supported”

Add it back? SupportsProcessManagement = “Y”
Eureka!

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Chris Barbieri
cbarbieri@ranzal.com
+1.617.480.6173
www.ranzal.com

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal

More Related Content

What's hot

Quick asset
Quick asset  Quick asset
Quick asset Qelocity
 
Oracle Order To Cash Accounting Made Easy
Oracle Order To Cash Accounting   Made EasyOracle Order To Cash Accounting   Made Easy
Oracle Order To Cash Accounting Made Easybrijeshbharat
 
Quantas Allocation Engine for Oracle Projects
Quantas Allocation Engine for Oracle ProjectsQuantas Allocation Engine for Oracle Projects
Quantas Allocation Engine for Oracle ProjectsAndy Fry
 
Newgen Accounts Payable Solution with SAP
Newgen Accounts Payable Solution with SAPNewgen Accounts Payable Solution with SAP
Newgen Accounts Payable Solution with SAPqbitra
 
Usha infotech - Stock Inventory Management & Audit Tools for CA Study Circle
Usha infotech - Stock Inventory Management & Audit Tools for CA Study CircleUsha infotech - Stock Inventory Management & Audit Tools for CA Study Circle
Usha infotech - Stock Inventory Management & Audit Tools for CA Study CircleUsha Infotech
 
Oracle EBS: P2P with EBS Payables and Non-EBS Procurement
Oracle EBS: P2P with EBS Payables and Non-EBS ProcurementOracle EBS: P2P with EBS Payables and Non-EBS Procurement
Oracle EBS: P2P with EBS Payables and Non-EBS ProcurementEric Guether
 
AP Fiscal Year-End Close: A 10-Step Checklist
AP Fiscal Year-End Close: A 10-Step ChecklistAP Fiscal Year-End Close: A 10-Step Checklist
AP Fiscal Year-End Close: A 10-Step ChecklistTradeshift
 
Avalara (Avatax) Implementation
Avalara (Avatax) ImplementationAvalara (Avatax) Implementation
Avalara (Avatax) ImplementationDonald Fernandes
 
Where Did That Come From? Techniques for Debugging HFM
Where Did That Come From?  Techniques for Debugging HFMWhere Did That Come From?  Techniques for Debugging HFM
Where Did That Come From? Techniques for Debugging HFMfinitsolutions
 
Vendor reconciliation in SAP
Vendor reconciliation in SAPVendor reconciliation in SAP
Vendor reconciliation in SAPLiza Reyneke
 
IAPP Accounts Payable Automation Presentation
IAPP Accounts Payable Automation PresentationIAPP Accounts Payable Automation Presentation
IAPP Accounts Payable Automation Presentationrdpigott
 
Detailed comparison between various version of tally
Detailed comparison  between various version of tallyDetailed comparison  between various version of tally
Detailed comparison between various version of tallyDeep Srivastava
 
Comparison between various version of tally
Comparison  between various version of tallyComparison  between various version of tally
Comparison between various version of tallyparineeta0611
 
Finit formula and business rule efficiency in one stream
Finit   formula and business rule efficiency in one streamFinit   formula and business rule efficiency in one stream
Finit formula and business rule efficiency in one streamfinitsolutions
 
Accounts payable-notes
Accounts payable-notesAccounts payable-notes
Accounts payable-notesRangabashyam S
 
Overview of fusion payables.v1
Overview of fusion payables.v1Overview of fusion payables.v1
Overview of fusion payables.v1Suresh Mishra
 
Ariba Network Integration
Ariba Network IntegrationAriba Network Integration
Ariba Network IntegrationSAP Ariba
 

What's hot (20)

Quick asset
Quick asset  Quick asset
Quick asset
 
Oracle Order To Cash Accounting Made Easy
Oracle Order To Cash Accounting   Made EasyOracle Order To Cash Accounting   Made Easy
Oracle Order To Cash Accounting Made Easy
 
Quantas Allocation Engine for Oracle Projects
Quantas Allocation Engine for Oracle ProjectsQuantas Allocation Engine for Oracle Projects
Quantas Allocation Engine for Oracle Projects
 
Newgen Accounts Payable Solution with SAP
Newgen Accounts Payable Solution with SAPNewgen Accounts Payable Solution with SAP
Newgen Accounts Payable Solution with SAP
 
Usha infotech - Stock Inventory Management & Audit Tools for CA Study Circle
Usha infotech - Stock Inventory Management & Audit Tools for CA Study CircleUsha infotech - Stock Inventory Management & Audit Tools for CA Study Circle
Usha infotech - Stock Inventory Management & Audit Tools for CA Study Circle
 
Oracle EBS: P2P with EBS Payables and Non-EBS Procurement
Oracle EBS: P2P with EBS Payables and Non-EBS ProcurementOracle EBS: P2P with EBS Payables and Non-EBS Procurement
Oracle EBS: P2P with EBS Payables and Non-EBS Procurement
 
AP Fiscal Year-End Close: A 10-Step Checklist
AP Fiscal Year-End Close: A 10-Step ChecklistAP Fiscal Year-End Close: A 10-Step Checklist
AP Fiscal Year-End Close: A 10-Step Checklist
 
Avalara (Avatax) Implementation
Avalara (Avatax) ImplementationAvalara (Avatax) Implementation
Avalara (Avatax) Implementation
 
Where Did That Come From? Techniques for Debugging HFM
Where Did That Come From?  Techniques for Debugging HFMWhere Did That Come From?  Techniques for Debugging HFM
Where Did That Come From? Techniques for Debugging HFM
 
Vendor reconciliation in SAP
Vendor reconciliation in SAPVendor reconciliation in SAP
Vendor reconciliation in SAP
 
IAPP Accounts Payable Automation Presentation
IAPP Accounts Payable Automation PresentationIAPP Accounts Payable Automation Presentation
IAPP Accounts Payable Automation Presentation
 
Webcast: BUDGETING - R12.1.3 ORACLE GENERAL LEDGER
Webcast: BUDGETING - R12.1.3 ORACLE GENERAL LEDGERWebcast: BUDGETING - R12.1.3 ORACLE GENERAL LEDGER
Webcast: BUDGETING - R12.1.3 ORACLE GENERAL LEDGER
 
Ace Financials
Ace FinancialsAce Financials
Ace Financials
 
Detailed comparison between various version of tally
Detailed comparison  between various version of tallyDetailed comparison  between various version of tally
Detailed comparison between various version of tally
 
Comparison between various version of tally
Comparison  between various version of tallyComparison  between various version of tally
Comparison between various version of tally
 
Oracle AP Cycle
Oracle AP CycleOracle AP Cycle
Oracle AP Cycle
 
Finit formula and business rule efficiency in one stream
Finit   formula and business rule efficiency in one streamFinit   formula and business rule efficiency in one stream
Finit formula and business rule efficiency in one stream
 
Accounts payable-notes
Accounts payable-notesAccounts payable-notes
Accounts payable-notes
 
Overview of fusion payables.v1
Overview of fusion payables.v1Overview of fusion payables.v1
Overview of fusion payables.v1
 
Ariba Network Integration
Ariba Network IntegrationAriba Network Integration
Ariba Network Integration
 

Similar to What would happen if i did... in hfm?

Hyperion financial management: Application design for performance
Hyperion financial management: Application design for performanceHyperion financial management: Application design for performance
Hyperion financial management: Application design for performanceAlithya
 
Flink Forward Berlin 2018: Igal Shilman - "data Artisans Product Announcement"
Flink Forward Berlin 2018: Igal Shilman - "data Artisans Product Announcement"Flink Forward Berlin 2018: Igal Shilman - "data Artisans Product Announcement"
Flink Forward Berlin 2018: Igal Shilman - "data Artisans Product Announcement"Flink Forward
 
Subscribed 2017: Building a Data Pipeline to Engage and Retain Your Subscribers
Subscribed 2017: Building a Data Pipeline to Engage and Retain Your SubscribersSubscribed 2017: Building a Data Pipeline to Engage and Retain Your Subscribers
Subscribed 2017: Building a Data Pipeline to Engage and Retain Your SubscribersZuora, Inc.
 
KPIs for e-commerce startups
KPIs for e-commerce startupsKPIs for e-commerce startups
KPIs for e-commerce startupsMartin Loetzsch
 
Operating at Scale: Preparing for the Journey
Operating at Scale: Preparing for the JourneyOperating at Scale: Preparing for the Journey
Operating at Scale: Preparing for the JourneyAmazon Web Services
 
Intro to Accounting with QuickBooks for Startups, Software Development Compan...
Intro to Accounting with QuickBooks for Startups, Software Development Compan...Intro to Accounting with QuickBooks for Startups, Software Development Compan...
Intro to Accounting with QuickBooks for Startups, Software Development Compan...SmartLogic
 
Operating at Scale- Preparing for the Journey [Portuguese]
Operating at Scale- Preparing for the Journey [Portuguese]Operating at Scale- Preparing for the Journey [Portuguese]
Operating at Scale- Preparing for the Journey [Portuguese]Amazon Web Services
 
Analytics Update from Tim Leighton-Boyce
Analytics Update from Tim Leighton-BoyceAnalytics Update from Tim Leighton-Boyce
Analytics Update from Tim Leighton-BoyceScreen Pages
 
Get the analytics edge, learn Einstein Analytics, Rikke Hovgaard
Get the analytics edge, learn Einstein Analytics, Rikke HovgaardGet the analytics edge, learn Einstein Analytics, Rikke Hovgaard
Get the analytics edge, learn Einstein Analytics, Rikke HovgaardCzechDreamin
 
Commodity Trading Firm PowerPoint Presentation Slides
Commodity Trading Firm PowerPoint Presentation SlidesCommodity Trading Firm PowerPoint Presentation Slides
Commodity Trading Firm PowerPoint Presentation SlidesSlideTeam
 
Tally Material with GST
Tally Material with GSTTally Material with GST
Tally Material with GSTMSND Prasad
 
What IT Transformation Really Means for the Enterprise
What IT Transformation Really Means for the EnterpriseWhat IT Transformation Really Means for the Enterprise
What IT Transformation Really Means for the EnterpriseTom Laszewski
 
Basics of accounting_from_oracle_perspective level-i
Basics of accounting_from_oracle_perspective level-iBasics of accounting_from_oracle_perspective level-i
Basics of accounting_from_oracle_perspective level-imohamed atia
 
Increasing Customer Retention through Automation
Increasing Customer Retention through AutomationIncreasing Customer Retention through Automation
Increasing Customer Retention through AutomationSAP Ariba
 
KScope 14 Implementing HFM - The Rock Opera
KScope 14 Implementing HFM - The Rock OperaKScope 14 Implementing HFM - The Rock Opera
KScope 14 Implementing HFM - The Rock OperaAlithya
 
Key financial reports and metrics for small business
Key financial reports and metrics for small businessKey financial reports and metrics for small business
Key financial reports and metrics for small businessScott Gregory
 
Virtual accountant proposal
Virtual accountant proposalVirtual accountant proposal
Virtual accountant proposalcorpzo
 

Similar to What would happen if i did... in hfm? (20)

Hyperion financial management: Application design for performance
Hyperion financial management: Application design for performanceHyperion financial management: Application design for performance
Hyperion financial management: Application design for performance
 
Flink Forward Berlin 2018: Igal Shilman - "data Artisans Product Announcement"
Flink Forward Berlin 2018: Igal Shilman - "data Artisans Product Announcement"Flink Forward Berlin 2018: Igal Shilman - "data Artisans Product Announcement"
Flink Forward Berlin 2018: Igal Shilman - "data Artisans Product Announcement"
 
Tally Material
Tally MaterialTally Material
Tally Material
 
Subscribed 2017: Building a Data Pipeline to Engage and Retain Your Subscribers
Subscribed 2017: Building a Data Pipeline to Engage and Retain Your SubscribersSubscribed 2017: Building a Data Pipeline to Engage and Retain Your Subscribers
Subscribed 2017: Building a Data Pipeline to Engage and Retain Your Subscribers
 
KPIs for e-commerce startups
KPIs for e-commerce startupsKPIs for e-commerce startups
KPIs for e-commerce startups
 
Operating at Scale: Preparing for the Journey
Operating at Scale: Preparing for the JourneyOperating at Scale: Preparing for the Journey
Operating at Scale: Preparing for the Journey
 
Intro to Accounting with QuickBooks for Startups, Software Development Compan...
Intro to Accounting with QuickBooks for Startups, Software Development Compan...Intro to Accounting with QuickBooks for Startups, Software Development Compan...
Intro to Accounting with QuickBooks for Startups, Software Development Compan...
 
Czech Dreamin
Czech DreaminCzech Dreamin
Czech Dreamin
 
Operating at Scale- Preparing for the Journey [Portuguese]
Operating at Scale- Preparing for the Journey [Portuguese]Operating at Scale- Preparing for the Journey [Portuguese]
Operating at Scale- Preparing for the Journey [Portuguese]
 
Analytics Update from Tim Leighton-Boyce
Analytics Update from Tim Leighton-BoyceAnalytics Update from Tim Leighton-Boyce
Analytics Update from Tim Leighton-Boyce
 
Get the analytics edge, learn Einstein Analytics, Rikke Hovgaard
Get the analytics edge, learn Einstein Analytics, Rikke HovgaardGet the analytics edge, learn Einstein Analytics, Rikke Hovgaard
Get the analytics edge, learn Einstein Analytics, Rikke Hovgaard
 
Commodity Trading Firm PowerPoint Presentation Slides
Commodity Trading Firm PowerPoint Presentation SlidesCommodity Trading Firm PowerPoint Presentation Slides
Commodity Trading Firm PowerPoint Presentation Slides
 
Tally Material with GST
Tally Material with GSTTally Material with GST
Tally Material with GST
 
What IT Transformation Really Means for the Enterprise
What IT Transformation Really Means for the EnterpriseWhat IT Transformation Really Means for the Enterprise
What IT Transformation Really Means for the Enterprise
 
Basics of accounting_from_oracle_perspective level-i
Basics of accounting_from_oracle_perspective level-iBasics of accounting_from_oracle_perspective level-i
Basics of accounting_from_oracle_perspective level-i
 
Happens online by Bastiaan Zijlema
Happens online by Bastiaan ZijlemaHappens online by Bastiaan Zijlema
Happens online by Bastiaan Zijlema
 
Increasing Customer Retention through Automation
Increasing Customer Retention through AutomationIncreasing Customer Retention through Automation
Increasing Customer Retention through Automation
 
KScope 14 Implementing HFM - The Rock Opera
KScope 14 Implementing HFM - The Rock OperaKScope 14 Implementing HFM - The Rock Opera
KScope 14 Implementing HFM - The Rock Opera
 
Key financial reports and metrics for small business
Key financial reports and metrics for small businessKey financial reports and metrics for small business
Key financial reports and metrics for small business
 
Virtual accountant proposal
Virtual accountant proposalVirtual accountant proposal
Virtual accountant proposal
 

More from Alithya

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

More from Alithya (20)

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

Recently uploaded

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 

Recently uploaded (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

What would happen if i did... in hfm?

  • 1. What would happen if I did… in HFM? Session ID# Chris Barbieri
  • 2. About Edgewater Ranzal One of the Largest Hyperion Practices in the U.S. Oracle / Hyperion Platinum Partner - Highest Status 15 Years 700+ clients 1000+ projects Vertical Expertise with HighProfile Clients from Coast to Coast Sound Project Methodology Insures Project Success “One Stop Shop” for ALL EPM Implementation needs Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 3. What would happen if I… Changed the IsCalculated flag on an account? Changed an entity’s currency? Changed the Zero View settings? Inserted a new entity into a locked hierarchy? Loaded metadata without integrity check? Changed number of review levels for a scenario? Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 4. Changed the IsCalculated flag on an account/custom? IsCalculated does two things: ● Built-in No Input rule ● HFM automatically clears the values Sample account “CalculatedAccount” Not checked = Input-able Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 5. Enter Data Enter “78” in <EC> Naturally “155” is calculated (Translated) Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 6. What’s Under the Hood? Kscope_DCE_1_2005 table ● Stores <EC> and <PC> data What’s are these code numbers? Need to convert labels to ItemIDs* Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 7. Dp0_Input & Dp0_InputTransType Dp*_Input stores YTD number ● Each record holds 12 months, numbered “0” through “11” Dp*_InputTransType tells HFM what sort of number it is ● Input (16) ● Calculated (32) ● Derived (128) Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 8. This is Critical to Understand The InputTransType is the metadata attribute at the time the number is written to the database! If the IsCalculated attribute changes on the Account, this is not updated in the table! …until a new number is written to that cell Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 9. Extract Data Type “16” data can be extracted Extract Calculated will include type “32” data Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 10. Change Flag to IsCalculated Turn on IsCalculated Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 11. Load Metadata Only Database still shows Input (16) Grid shows “no input” Data extract shows not calculated Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 12. Consolidate Data Data remains ● HFM clears cells with type “32”, not “16” ● Despite the IsCalculated flag ● Must clear it manually using HS.Clear in rules Must remove data Prior to changing flag Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 13. Changed an Entity’s Currency? Data and journals are stored by currency ID UKSales ● Originally GBP ● Change to EUR ● Parent EastRegion USD Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 14. Classic Mode Metadata Change Error during load ● Metadata Integrity Check ● Won’t load ● Un-post then delete the journal? Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 15. Successfully Changed? Before After load Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 16. Translate Parent Currency Translate GBP ● Is now translated value from EUR to GBP Time to reload all data and journals! Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 17. Changed the Zero View settings? Scenario setting “How should I treat missing data?” ● Zero YTD ● HFM will derive a periodic value so we arrive at zero on a YTD basis, reversing out the entire YTD balance from prior period ● Zero Periodic ● HFM adds the periodic zero to prior period YTD, essentially carrying prior period forward Applies only to Revenue/Expense/Flow Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 18. Sample Sales for UKSales Notice August Periodic and YTD Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 19. Change Actual Zero View to “Periodic” Metadata load prevented Unpost/reject journals and re-load metadata? ● Re-post same journals Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 20. Notice August Changes? Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 21. Inserted a new entity into a locked hierarchy? July and August 2005 are consolidated, published, and locked Insert new parent “West” Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 22. Changes from New Entity to Top Review status and Calc Status of ancestors change Consolidate and Publish each period Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 23. Move Europe Change existing entity structure ● Looking for NoData status change Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 24. Move an Entity with NoData No change to Calc status Review Level stays same Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 25. Loaded metadata without the integrity check enabled? Has no bearing on data, only journals Prevents broken journal entries from: ● Deleted / renamed base members ● Make an intersection invalid ● ● Change Custom 1..4 Top Member Remove IsICP ● Promote a base Account / Custom to parent ● Change currency on an entity ● Change Zero View on scenario Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 26. Rename “Sales” to “Revenue” Load metadata in “Replace” mode Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 27. Item IDs Appname_Account_Item Data and journals use ItemID number “133”, not “Sales” ● Journal records in Appname_JLENT_1_2005 Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 28. Integrity Check “On” Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 29. Remove Check Integrity Flag Don’t try this at home!!! No metadata load errors … seems too easy Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 30. …now, about that journal Account is removed It cannot be “looked up” ● Journal still refers to “133” Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 31. Account_Item table Replace mode ● Removes “Sales” from Appname_Account_Item table ● Adds “Revenue” ● ● Assigns a new Item ID “177” is the next number available Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 32. Reload Original Metadata? Try to “bring ‘Sales’ back” by reloading Enable “Check Integrity” No errors this time around “Sales” is assigned a new ID “178” ● Treated like a new member ● Next ID in sequence Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 33. Delete Invalid Records HFM deletes any data records or tables for ItemIDs which don’t exist in *_Item tables No way to tell what account “133” was Leaves journal records though ● Forever orphaned Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 34. Changed the Maximum Review Level? September: all entities approved Levels 1- 5 Scenario Settings at default “10” ● Change to “2” Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 35. MaxReviewLevel = 2 No bearing on existing review levels ● Still at “5” No change to promote options ● All “10” levels still available No error when promoting straight to “10” Placebo Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 36. Disable Process Management for a scenario Actual: set SupportsProcessManagement = “N” All levels for scenario revert to “Not Supported” Add it back? SupportsProcessManagement = “Y” Eureka! Copyright ©2013 by Chris Barbieri, Edgewater Ranzal