SlideShare a Scribd company logo
1 of 46
Download to read offline
Zombies, Pie Charts and
Overrides… Oh My!
Jim Heflin
Edgewater Ranzal
Focus
Services
People
Methodology
Customers
Partnership
15 Years
700+ clients
1000+ projects
About Edgewater Ranzal
We offer a full spectrum of EPM/BI Services
Dashboards & Scorecards, Financial
Analytics & Reporting, Operational Analytics,
What-if Analysis, Query & Reporting, Visual
Exploration
Financial performance, Legal,
Segment & Mgmt Reporting, Financial
Close
HFM Optimization, Performance Lab
SOX Compliance Support
Strategic Finance, Planning,
Budgeting, Forecasting, Workforce
Planning, Capital Planning, Project
Financial Planning
Data Integration, Financial Data
Management, Data Warehousing,
Master Data Management &DRM,
ETL Services, Automation
Project/Program Mgmt, EPM
Road Maps, Application
Reviews, Business
Requirements, Process
Change, Documentation
Installation, Upgrades,
Migration, System
Monitoring, Backup and
Recovery, Disaster
Recovery, Load Testing,
Hardware Sizing, Exalytics
Benchmarking
Consolidation
Business
Intelligence
Enterprise
Planning
Infrastructure
Training &
Support Services
Project
Management
Data
Services
Costing &
Profitability
Mgmt
Support Services – Infrastructure &
Application Support Contracts
Key Teach Course Delivery: Planning, Essbase,
Financial Reporting, Smart View, HPCM, HFM,
FDM, DRM, OBIEE
Custom Training Delivery: Process & Reporting
HPCM Standard & Detailed
Models, Waterfall Allocations,
Activity Based Costing,
Customer, Product & LOB
Profitability
Our Theme for the Day
Agenda
 What is an Override?
 Why would you want
one?
 What are the design
considerations?
 What is a straight forward
method for creation?
 Is there anything else to
consider?
What is a Override?
 An Override is just a way to change the post
translated data in an account.
 This can take the form or replacing the existing
data with a new amount or by adjusting the
existing data.
 Sometimes people will speak in terms of
“Historical Rate” accounts. This is another
method of getting to the same result but is not
recommended as we shall see.
Why do I want one?
 While the vast majority of data in the system
will translate using a standard P&L or Balance
Sheet method, accounting rules dictate that
some accounts / transactions behave
differently.
 You may need to load historical data to HFM
that was not translated “consistently” at the
time.
 All of the other kids have one!
For those who don’t like Overrides
Design Considerations
 Are currency translations part of this
application?
 Do any of the translating entities actually have
populated accounts that will need Overrides?
 Establish what the current process is doing.
 What are the accounts that need to be
Overridden?
 Will you need to have Overrides into multiple
currencies?
Design Considerations Continued
 If there are going to be overrides, will they be
an adjustment to the existing data or a
replacement?
 How is this data going to get into HFM?
 Will you need to Override “all” accounts for
History?
A Simple Solution
 Identify the Override accounts
 Create a custom structure
 Attach the custom structure to the accounts
A Simple Solution - Code
Example for Simple Override
There are rates in the system
Thrilling!
A Simple Solution – but Multi-Currency
 Overrides are needed for USD and EUR
 Modify our custom structure
Entity Structure
 The base entity is in Yen
 The first level parent is in EUR
 The second level parent is in USD
 We wish to have overrides in EUR and USD
Multi Currency Override Code Part 1
Multi Currency Override Code Part 2
Multi Currency Override Code Part 3
• This is the code in the Translate routine. As you
can see it is simple.
• Note this code is just to keep the override change
from translating. You can pull the override
change data from either pre or post translated as
it is the same amount.
Still with me ?
Example Multi Currency 1
 This shows 100 Yen translating into 13,333 Euro
which translates into 10,000 USD.
 The second part overrides Capital Stock with
12,000 Euro which then translates to 9,000USD
Example Multi Currency 2
 This shows a USD override of 15,000
 There is no change in Paid in Capital or the Euro
amounts.
 This is all happening in January
Example Multi Currency 3
 This shows the Total Override for EUR in January
moving into February with the red arrow.
 The green arrow shows the override taking place
in February.
Example Multi Currency 4
 This shows that as the override of 15,000 USD
starts in JPY then translates to EUR and then to
USD the amount never changes.
 The green arrow shows the override taking place
in February.
A different Example
Lots of Intersections?
 If there are overrides to ICP accounts or the
accounts to override utilize other customs the
number of possible intersections can be huge.
 At some point most clients will decided that there
are too many intersections for them to type in all of
the overrides.
 This can be accomplished by the rules.
 The trade off is that some standard rate will need
to be used.
 Adjustments can still be allowed
Modify the structure again
Code to capture the Change
 There are only two differences in the code
Code to Translate the Change
 If we are translating into USD then translate the USD part
at the USD rate.
 Or we are translating into EUR then populate that portion
of the override.
 This is simplification – a two step override is more complex
Example of Calculated Change
 The red box contains the ledger amounts
 The blue box contains the calculated change
 The green box is the post translated change
The Sizzle
The Overriding part of Overrides
 The code we just looked at accomplishes three
basic types of overrides
1. One currency with loaded changes
2. Multi currency with loaded changes
3. Calculated changes
I Bet I Can Break It!
 You can add conditions and complicating factors
forever. Here are a couple to be aware of:
 Overrides using Historical rates
 Overrides at multiple spot rates
 Hey I want to only type in one override to
represent these three entities in only this structure.
Complications
 Yes Virginia you can override P&L accounts.
 The accounting reasons for BS overrides on Equity and
Investments are solid. For P&L it tends to be preference to
see data a certain way.
 If not forced stay away from this. You will need a pile of
code longer than everything we have seen in this
presentation to make this work.
 P1 does not pull from the prior year for the P&L.
 Default translation rates / methods are different
 The ability to write simple non-account based rule is
gone…Etc etc etc
When I say this I kind of mean that…
Other considerations - CTA
 Is there anything else to consider? Now I will talk
too much about CTA.
 When you override the translated amount you are
creating “real” CTA on the Balance Sheet.
 The easy way to handle this is to simply take the
difference between what would have translated
and the post translated overridden amount and
add that to the CTA account.
 The following example flips back to overrides on
identified accounts.
Other considerations – CTA Code
 In the Translate routine loop through the override
accounts.
 Translate the accounts at the EOM Rate and place
into the calculated CTA Account
Other considerations – CTA Code 2
Loop through the same accounts post translated and
back those amounts out of the CTA account.
No account CTA
 You can figure out the CTA without
specifically addressing the accounts.
 The code just utilized all the data in the
specific Custom 4 for total overrides vs.
what would translate at the [None]
 Or you can find the accounts by saying the
ones with a Custom 4 top member of
Overrides.
Another consideration
Your History is Where?
 How are you going to handle translations on
Historical data?
 What if a different translation methodology was
used?
 Were journals made post translated?
 What if different rates are used on different entities
with the same foreign currency?
 Don’t forget any existing overrides.
 Is actual local currency data needed?
Overrides for Everyone!
 When dealing with historical data the main
objective not to lose sight of is that you are try to
make data tie.
 You don’t need to run the regular “go forward”
rules.
 Load the normal local currency data and load the
post translated data you wish to see.
 Add salt and adjust to your heart’s content.
It goes where???
 Total Data Source Custom 4
● Ledger Data
● Historical Data
● HE_LC_Historical
● HE_USD_Historical
The Custom 4 dimension looks like this.
Data is extracted from Hyperion Enterprise both pre
and post translated and loaded here.
The aggregation weight on the USD member is zero.
Questions ???
Jim Heflin
JHeflin@ranzal.com
Greenville, SC
USA
www.ranzal.com

More Related Content

What's hot

Utilizing HFM to Handle the Requirements of IFRS
Utilizing HFM to Handle the Requirements of IFRSUtilizing HFM to Handle the Requirements of IFRS
Utilizing HFM to Handle the Requirements of IFRSAlithya
 
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
 
Getting Started with Calc Manager for Hyperion Financial Management
Getting Started with Calc Manager for Hyperion Financial ManagementGetting Started with Calc Manager for Hyperion Financial Management
Getting Started with Calc Manager for Hyperion Financial ManagementAlithya
 
Getting Started with Calc Manager for HFM
Getting Started with Calc Manager for HFMGetting Started with Calc Manager for HFM
Getting Started with Calc Manager for HFMAlithya
 
What would happen if i did...in hfm (part 2)
What would happen if i did...in hfm (part 2)What would happen if i did...in hfm (part 2)
What would happen if i did...in hfm (part 2)Alithya
 
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope FormatKSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope FormatAlexandre SERAN
 
The Search for the Single Source of Truth - Eliminating a Multi-Instance Envi...
The Search for the Single Source of Truth - Eliminating a Multi-Instance Envi...The Search for the Single Source of Truth - Eliminating a Multi-Instance Envi...
The Search for the Single Source of Truth - Eliminating a Multi-Instance Envi...eprentise
 
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
 
Hot Topics and Emerging Trends in Hyperion Planning
Hot Topics and Emerging Trends in Hyperion PlanningHot Topics and Emerging Trends in Hyperion Planning
Hot Topics and Emerging Trends in Hyperion PlanningAlithya
 
HFM Extended Analytics
HFM Extended AnalyticsHFM Extended Analytics
HFM Extended Analyticsaa026593
 
Thavron: Service Costing for the Board Room to Finance
Thavron: Service Costing for the Board Room to FinanceThavron: Service Costing for the Board Room to Finance
Thavron: Service Costing for the Board Room to FinanceThavron Solutions
 
How to find your Mr/s Wonderful- ITFM
How to find your Mr/s Wonderful-  ITFMHow to find your Mr/s Wonderful-  ITFM
How to find your Mr/s Wonderful- ITFMThavron Solutions
 
Visual Approach to Essbase Calcs: 2018
Visual Approach to Essbase Calcs: 2018Visual Approach to Essbase Calcs: 2018
Visual Approach to Essbase Calcs: 2018Joseph Alaimo Jr
 
Thavron maturing to consumption based models
Thavron maturing to consumption based modelsThavron maturing to consumption based models
Thavron maturing to consumption based modelsThavron Solutions
 
inter-company-reconciliation in SAP
inter-company-reconciliation in SAPinter-company-reconciliation in SAP
inter-company-reconciliation in SAPRajeev Kumar
 

What's hot (15)

Utilizing HFM to Handle the Requirements of IFRS
Utilizing HFM to Handle the Requirements of IFRSUtilizing HFM to Handle the Requirements of IFRS
Utilizing HFM to Handle the Requirements of IFRS
 
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
 
Getting Started with Calc Manager for Hyperion Financial Management
Getting Started with Calc Manager for Hyperion Financial ManagementGetting Started with Calc Manager for Hyperion Financial Management
Getting Started with Calc Manager for Hyperion Financial Management
 
Getting Started with Calc Manager for HFM
Getting Started with Calc Manager for HFMGetting Started with Calc Manager for HFM
Getting Started with Calc Manager for HFM
 
What would happen if i did...in hfm (part 2)
What would happen if i did...in hfm (part 2)What would happen if i did...in hfm (part 2)
What would happen if i did...in hfm (part 2)
 
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope FormatKSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
 
The Search for the Single Source of Truth - Eliminating a Multi-Instance Envi...
The Search for the Single Source of Truth - Eliminating a Multi-Instance Envi...The Search for the Single Source of Truth - Eliminating a Multi-Instance Envi...
The Search for the Single Source of Truth - Eliminating a Multi-Instance Envi...
 
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
 
Hot Topics and Emerging Trends in Hyperion Planning
Hot Topics and Emerging Trends in Hyperion PlanningHot Topics and Emerging Trends in Hyperion Planning
Hot Topics and Emerging Trends in Hyperion Planning
 
HFM Extended Analytics
HFM Extended AnalyticsHFM Extended Analytics
HFM Extended Analytics
 
Thavron: Service Costing for the Board Room to Finance
Thavron: Service Costing for the Board Room to FinanceThavron: Service Costing for the Board Room to Finance
Thavron: Service Costing for the Board Room to Finance
 
How to find your Mr/s Wonderful- ITFM
How to find your Mr/s Wonderful-  ITFMHow to find your Mr/s Wonderful-  ITFM
How to find your Mr/s Wonderful- ITFM
 
Visual Approach to Essbase Calcs: 2018
Visual Approach to Essbase Calcs: 2018Visual Approach to Essbase Calcs: 2018
Visual Approach to Essbase Calcs: 2018
 
Thavron maturing to consumption based models
Thavron maturing to consumption based modelsThavron maturing to consumption based models
Thavron maturing to consumption based models
 
inter-company-reconciliation in SAP
inter-company-reconciliation in SAPinter-company-reconciliation in SAP
inter-company-reconciliation in SAP
 

Viewers also liked

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
 
Immigration for Top 10 Countries
Immigration for Top 10 CountriesImmigration for Top 10 Countries
Immigration for Top 10 CountriesMekko Graphics
 
Profit Improvement Webinar
Profit Improvement WebinarProfit Improvement Webinar
Profit Improvement WebinarMekko Graphics
 
Mekko Graphics Webinar - Choosing The Right Chart
Mekko Graphics Webinar - Choosing The Right ChartMekko Graphics Webinar - Choosing The Right Chart
Mekko Graphics Webinar - Choosing The Right ChartMekko Graphics
 
Reduce Churn and Improve Customer Loyalty
Reduce Churn and Improve Customer LoyaltyReduce Churn and Improve Customer Loyalty
Reduce Churn and Improve Customer LoyaltyMekko Graphics
 
Mekko graphics sample charts
Mekko graphics sample chartsMekko graphics sample charts
Mekko graphics sample chartsMekko Graphics
 
Smart View and Financial Reporting Training
Smart View and Financial Reporting TrainingSmart View and Financial Reporting Training
Smart View and Financial Reporting TrainingAlithya
 
Profit improvement analysis toolkit
Profit improvement analysis toolkitProfit improvement analysis toolkit
Profit improvement analysis toolkitMekko Graphics
 
Big Data Meets Customer Profitability Analytics
Big Data Meets Customer Profitability AnalyticsBig Data Meets Customer Profitability Analytics
Big Data Meets Customer Profitability AnalyticsFitzgerald Analytics, Inc.
 
Profitability analysis
Profitability analysisProfitability analysis
Profitability analysisJess Wiley
 

Viewers also liked (12)

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
 
Stats and the Flat Fee - BASF
Stats and the Flat Fee - BASFStats and the Flat Fee - BASF
Stats and the Flat Fee - BASF
 
Immigration for Top 10 Countries
Immigration for Top 10 CountriesImmigration for Top 10 Countries
Immigration for Top 10 Countries
 
Profit Improvement Webinar
Profit Improvement WebinarProfit Improvement Webinar
Profit Improvement Webinar
 
Mekko Graphics Webinar - Choosing The Right Chart
Mekko Graphics Webinar - Choosing The Right ChartMekko Graphics Webinar - Choosing The Right Chart
Mekko Graphics Webinar - Choosing The Right Chart
 
Reduce Churn and Improve Customer Loyalty
Reduce Churn and Improve Customer LoyaltyReduce Churn and Improve Customer Loyalty
Reduce Churn and Improve Customer Loyalty
 
Mekko graphics sample charts
Mekko graphics sample chartsMekko graphics sample charts
Mekko graphics sample charts
 
Smart View and Financial Reporting Training
Smart View and Financial Reporting TrainingSmart View and Financial Reporting Training
Smart View and Financial Reporting Training
 
Profit improvement analysis toolkit
Profit improvement analysis toolkitProfit improvement analysis toolkit
Profit improvement analysis toolkit
 
Big Data Meets Customer Profitability Analytics
Big Data Meets Customer Profitability AnalyticsBig Data Meets Customer Profitability Analytics
Big Data Meets Customer Profitability Analytics
 
Profitability analysis
Profitability analysisProfitability analysis
Profitability analysis
 
Icici bank ppt
Icici bank pptIcici bank ppt
Icici bank ppt
 

Similar to KScope14 Zombies, Pie Charts and Overrides…Oh My!

Sap parallel currency activation
Sap parallel currency activationSap parallel currency activation
Sap parallel currency activationDavid Jaimes
 
· Select and respond to 3 posts listed below. Advance the conversa.docx
· Select and respond to 3 posts listed below. Advance the conversa.docx· Select and respond to 3 posts listed below. Advance the conversa.docx
· Select and respond to 3 posts listed below. Advance the conversa.docxLynellBull52
 
Fico interview quetions
Fico interview quetionsFico interview quetions
Fico interview quetionsneerukonda
 
Ficointerviewquestionsandanswers
FicointerviewquestionsandanswersFicointerviewquestionsandanswers
Ficointerviewquestionsandanswerskaran bhagat
 
Ficointerviewquestionsandanswers
FicointerviewquestionsandanswersFicointerviewquestionsandanswers
FicointerviewquestionsandanswersSatyaranjan Swain
 
Fico interview questions and answers
Fico interview questions and answersFico interview questions and answers
Fico interview questions and answersProcessweaver Hr
 
Sap fico interview questions
Sap fico interview questionsSap fico interview questions
Sap fico interview questionsLeila Morteza
 
Ficointerviewquestionsandanswers
FicointerviewquestionsandanswersFicointerviewquestionsandanswers
FicointerviewquestionsandanswersKiran Kumar
 
Sap fico interview question
Sap fico interview questionSap fico interview question
Sap fico interview questionpandyagaurav13
 
Sap interview questions Anilkumar chowdary
Sap interview questions Anilkumar chowdarySap interview questions Anilkumar chowdary
Sap interview questions Anilkumar chowdaryANILKUMARPULIPATI1
 
2. Financial and Accounting System
2. Financial and Accounting System2. Financial and Accounting System
2. Financial and Accounting SystemAshish Desai
 
Virtual Trader; - The end of ERP customizations
Virtual Trader; - The end of ERP customizationsVirtual Trader; - The end of ERP customizations
Virtual Trader; - The end of ERP customizationsvankuyk
 
Foreign currency translation
Foreign currency translationForeign currency translation
Foreign currency translationANMOL GULATI
 
Sap fico interview questions
Sap fico interview questionsSap fico interview questions
Sap fico interview questionsmanishk93
 
SAP FICO Interview Questions By Garudatrainings
SAP FICO Interview Questions By GarudatrainingsSAP FICO Interview Questions By Garudatrainings
SAP FICO Interview Questions By Garudatrainingspiyushchawala
 
Infocost solutions pvt ltd -Costing in SAP
Infocost solutions pvt ltd -Costing in SAPInfocost solutions pvt ltd -Costing in SAP
Infocost solutions pvt ltd -Costing in SAPSaratAgrawal1
 
The ultimate guide to cost management
The ultimate guide to cost managementThe ultimate guide to cost management
The ultimate guide to cost managementTim Kalbitzer
 

Similar to KScope14 Zombies, Pie Charts and Overrides…Oh My! (20)

Sap parallel currency activation
Sap parallel currency activationSap parallel currency activation
Sap parallel currency activation
 
· Select and respond to 3 posts listed below. Advance the conversa.docx
· Select and respond to 3 posts listed below. Advance the conversa.docx· Select and respond to 3 posts listed below. Advance the conversa.docx
· Select and respond to 3 posts listed below. Advance the conversa.docx
 
Fico interview quetions
Fico interview quetionsFico interview quetions
Fico interview quetions
 
Ficointerviewquestionsandanswers
FicointerviewquestionsandanswersFicointerviewquestionsandanswers
Ficointerviewquestionsandanswers
 
Ficointerviewquestionsandanswers
FicointerviewquestionsandanswersFicointerviewquestionsandanswers
Ficointerviewquestionsandanswers
 
Fico interview questions and answers
Fico interview questions and answersFico interview questions and answers
Fico interview questions and answers
 
Sap fico interview questions
Sap fico interview questionsSap fico interview questions
Sap fico interview questions
 
Ficointerviewquestionsandanswers
FicointerviewquestionsandanswersFicointerviewquestionsandanswers
Ficointerviewquestionsandanswers
 
Ficointerviewquestionsandanswers
FicointerviewquestionsandanswersFicointerviewquestionsandanswers
Ficointerviewquestionsandanswers
 
Sap fico interview question
Sap fico interview questionSap fico interview question
Sap fico interview question
 
Sap interview questions Anilkumar chowdary
Sap interview questions Anilkumar chowdarySap interview questions Anilkumar chowdary
Sap interview questions Anilkumar chowdary
 
2. Financial and Accounting System
2. Financial and Accounting System2. Financial and Accounting System
2. Financial and Accounting System
 
Virtual Trader; - The end of ERP customizations
Virtual Trader; - The end of ERP customizationsVirtual Trader; - The end of ERP customizations
Virtual Trader; - The end of ERP customizations
 
Foreign currency translation
Foreign currency translationForeign currency translation
Foreign currency translation
 
Sap fico interview questions
Sap fico interview questionsSap fico interview questions
Sap fico interview questions
 
Interview questions
Interview questionsInterview questions
Interview questions
 
SAP FICO Interview Questions By Garudatrainings
SAP FICO Interview Questions By GarudatrainingsSAP FICO Interview Questions By Garudatrainings
SAP FICO Interview Questions By Garudatrainings
 
Infocost solutions pvt ltd -Costing in SAP
Infocost solutions pvt ltd -Costing in SAPInfocost solutions pvt ltd -Costing in SAP
Infocost solutions pvt ltd -Costing in SAP
 
SAP QA.pptx
SAP QA.pptxSAP QA.pptx
SAP QA.pptx
 
The ultimate guide to cost management
The ultimate guide to cost managementThe ultimate guide to cost management
The ultimate guide to cost management
 

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

Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...lizamodels9
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessAggregage
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc.../:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...lizamodels9
 
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service DewasVip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewasmakika9823
 
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneVIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneCall girls in Ahmedabad High profile
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Tina Ji
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfPaul Menig
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
Vip Female Escorts Noida 9711199171 Greater Noida Escorts Service
Vip Female Escorts Noida 9711199171 Greater Noida Escorts ServiceVip Female Escorts Noida 9711199171 Greater Noida Escorts Service
Vip Female Escorts Noida 9711199171 Greater Noida Escorts Serviceankitnayak356677
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in managementchhavia330
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdfOrient Homes
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni
 

Recently uploaded (20)

Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
KestrelPro Flyer Japan IT Week 2024 (English)
KestrelPro Flyer Japan IT Week 2024 (English)KestrelPro Flyer Japan IT Week 2024 (English)
KestrelPro Flyer Japan IT Week 2024 (English)
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
 
Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for Success
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc.../:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
 
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service DewasVip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
Vip Dewas Call Girls #9907093804 Contact Number Escorts Service Dewas
 
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneVIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
 
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
 
Grateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdfGrateful 7 speech thanking everyone that has helped.pdf
Grateful 7 speech thanking everyone that has helped.pdf
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
Best Practices for Implementing an External Recruiting Partnership
Best Practices for Implementing an External Recruiting PartnershipBest Practices for Implementing an External Recruiting Partnership
Best Practices for Implementing an External Recruiting Partnership
 
Vip Female Escorts Noida 9711199171 Greater Noida Escorts Service
Vip Female Escorts Noida 9711199171 Greater Noida Escorts ServiceVip Female Escorts Noida 9711199171 Greater Noida Escorts Service
Vip Female Escorts Noida 9711199171 Greater Noida Escorts Service
 
GD Birla and his contribution in management
GD Birla and his contribution in managementGD Birla and his contribution in management
GD Birla and his contribution in management
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdf
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.
 

KScope14 Zombies, Pie Charts and Overrides…Oh My!

  • 1. Zombies, Pie Charts and Overrides… Oh My! Jim Heflin Edgewater Ranzal
  • 3. We offer a full spectrum of EPM/BI Services Dashboards & Scorecards, Financial Analytics & Reporting, Operational Analytics, What-if Analysis, Query & Reporting, Visual Exploration Financial performance, Legal, Segment & Mgmt Reporting, Financial Close HFM Optimization, Performance Lab SOX Compliance Support Strategic Finance, Planning, Budgeting, Forecasting, Workforce Planning, Capital Planning, Project Financial Planning Data Integration, Financial Data Management, Data Warehousing, Master Data Management &DRM, ETL Services, Automation Project/Program Mgmt, EPM Road Maps, Application Reviews, Business Requirements, Process Change, Documentation Installation, Upgrades, Migration, System Monitoring, Backup and Recovery, Disaster Recovery, Load Testing, Hardware Sizing, Exalytics Benchmarking Consolidation Business Intelligence Enterprise Planning Infrastructure Training & Support Services Project Management Data Services Costing & Profitability Mgmt Support Services – Infrastructure & Application Support Contracts Key Teach Course Delivery: Planning, Essbase, Financial Reporting, Smart View, HPCM, HFM, FDM, DRM, OBIEE Custom Training Delivery: Process & Reporting HPCM Standard & Detailed Models, Waterfall Allocations, Activity Based Costing, Customer, Product & LOB Profitability
  • 4. Our Theme for the Day
  • 5. Agenda  What is an Override?  Why would you want one?  What are the design considerations?  What is a straight forward method for creation?  Is there anything else to consider?
  • 6. What is a Override?  An Override is just a way to change the post translated data in an account.  This can take the form or replacing the existing data with a new amount or by adjusting the existing data.  Sometimes people will speak in terms of “Historical Rate” accounts. This is another method of getting to the same result but is not recommended as we shall see.
  • 7. Why do I want one?  While the vast majority of data in the system will translate using a standard P&L or Balance Sheet method, accounting rules dictate that some accounts / transactions behave differently.  You may need to load historical data to HFM that was not translated “consistently” at the time.  All of the other kids have one!
  • 8. For those who don’t like Overrides
  • 9. Design Considerations  Are currency translations part of this application?  Do any of the translating entities actually have populated accounts that will need Overrides?  Establish what the current process is doing.  What are the accounts that need to be Overridden?  Will you need to have Overrides into multiple currencies?
  • 10. Design Considerations Continued  If there are going to be overrides, will they be an adjustment to the existing data or a replacement?  How is this data going to get into HFM?  Will you need to Override “all” accounts for History?
  • 11. A Simple Solution  Identify the Override accounts  Create a custom structure  Attach the custom structure to the accounts
  • 13. Example for Simple Override
  • 14. There are rates in the system
  • 16. A Simple Solution – but Multi-Currency  Overrides are needed for USD and EUR  Modify our custom structure
  • 17. Entity Structure  The base entity is in Yen  The first level parent is in EUR  The second level parent is in USD  We wish to have overrides in EUR and USD
  • 18. Multi Currency Override Code Part 1
  • 19. Multi Currency Override Code Part 2
  • 20. Multi Currency Override Code Part 3 • This is the code in the Translate routine. As you can see it is simple. • Note this code is just to keep the override change from translating. You can pull the override change data from either pre or post translated as it is the same amount.
  • 22. Example Multi Currency 1  This shows 100 Yen translating into 13,333 Euro which translates into 10,000 USD.  The second part overrides Capital Stock with 12,000 Euro which then translates to 9,000USD
  • 23. Example Multi Currency 2  This shows a USD override of 15,000  There is no change in Paid in Capital or the Euro amounts.  This is all happening in January
  • 24. Example Multi Currency 3  This shows the Total Override for EUR in January moving into February with the red arrow.  The green arrow shows the override taking place in February.
  • 25. Example Multi Currency 4  This shows that as the override of 15,000 USD starts in JPY then translates to EUR and then to USD the amount never changes.  The green arrow shows the override taking place in February.
  • 27. Lots of Intersections?  If there are overrides to ICP accounts or the accounts to override utilize other customs the number of possible intersections can be huge.  At some point most clients will decided that there are too many intersections for them to type in all of the overrides.  This can be accomplished by the rules.  The trade off is that some standard rate will need to be used.  Adjustments can still be allowed
  • 29. Code to capture the Change  There are only two differences in the code
  • 30. Code to Translate the Change  If we are translating into USD then translate the USD part at the USD rate.  Or we are translating into EUR then populate that portion of the override.  This is simplification – a two step override is more complex
  • 31. Example of Calculated Change  The red box contains the ledger amounts  The blue box contains the calculated change  The green box is the post translated change
  • 33. The Overriding part of Overrides  The code we just looked at accomplishes three basic types of overrides 1. One currency with loaded changes 2. Multi currency with loaded changes 3. Calculated changes
  • 34. I Bet I Can Break It!  You can add conditions and complicating factors forever. Here are a couple to be aware of:  Overrides using Historical rates  Overrides at multiple spot rates  Hey I want to only type in one override to represent these three entities in only this structure.
  • 35. Complications  Yes Virginia you can override P&L accounts.  The accounting reasons for BS overrides on Equity and Investments are solid. For P&L it tends to be preference to see data a certain way.  If not forced stay away from this. You will need a pile of code longer than everything we have seen in this presentation to make this work.  P1 does not pull from the prior year for the P&L.  Default translation rates / methods are different  The ability to write simple non-account based rule is gone…Etc etc etc
  • 36. When I say this I kind of mean that…
  • 37. Other considerations - CTA  Is there anything else to consider? Now I will talk too much about CTA.  When you override the translated amount you are creating “real” CTA on the Balance Sheet.  The easy way to handle this is to simply take the difference between what would have translated and the post translated overridden amount and add that to the CTA account.  The following example flips back to overrides on identified accounts.
  • 38. Other considerations – CTA Code  In the Translate routine loop through the override accounts.  Translate the accounts at the EOM Rate and place into the calculated CTA Account
  • 39. Other considerations – CTA Code 2 Loop through the same accounts post translated and back those amounts out of the CTA account.
  • 40. No account CTA  You can figure out the CTA without specifically addressing the accounts.  The code just utilized all the data in the specific Custom 4 for total overrides vs. what would translate at the [None]  Or you can find the accounts by saying the ones with a Custom 4 top member of Overrides.
  • 42. Your History is Where?  How are you going to handle translations on Historical data?  What if a different translation methodology was used?  Were journals made post translated?  What if different rates are used on different entities with the same foreign currency?  Don’t forget any existing overrides.  Is actual local currency data needed?
  • 43. Overrides for Everyone!  When dealing with historical data the main objective not to lose sight of is that you are try to make data tie.  You don’t need to run the regular “go forward” rules.  Load the normal local currency data and load the post translated data you wish to see.  Add salt and adjust to your heart’s content.
  • 44. It goes where???  Total Data Source Custom 4 ● Ledger Data ● Historical Data ● HE_LC_Historical ● HE_USD_Historical The Custom 4 dimension looks like this. Data is extracted from Hyperion Enterprise both pre and post translated and loaded here. The aggregation weight on the USD member is zero.