SlideShare a Scribd company logo
1 of 32
Download to read offline
Hyperion Financial Management

Application Design for Performance

Chris Barbieri

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Personal Background
Established HFM performance tuning techniques and
statistics widely used today
4+ years as Sr. Product Issues Manager at Hyperion
2001 HFM launch team 2001
Certified HFM, Hyperion Enterprise
B.S. Finance & Accounting, Boston College
MBA, Babson College
Established HFM Performance Tuning Lab at Ranzal
● Vice President of world’s largest HFM practice

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Foundation of Performance
Focus first on single user
Metadata design as it
impacts performance
● Volume of members
● Impact of structures

Data
● Content
● Density

Rules
Environment
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Metadata

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Designing HFM’s 12* Dimensions
Application Profile
1. Year
2. Period
3. View

User controlled
5. Entity
6. Account
7. ICP
8. Scenario

System
4. Value dimension,

includes currencies

User defined
Custom 1
10. Custom 2
11. Custom 3
12. Custom 4
(*and more customs 11.1.2.2)
9.

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Application Profile
Year
● No inherent impact on performance
● Can be increased after the application is built
● Impacts database table volume

Period
● Base periods comprise column structure of every table,
whether you use them or not
● Avoid weekly profiles unless it is key to your entire
application’s design
● Daily is inadvisable

View
● No impact, but only YTD is stored
● Other views are on-the-fly derivations
●

Consider number of UI clicks
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
System Dimension
Value Dimension
● Can not directly modify this
● “<Entity Currency>” points to entity’s default currency
● “<Parent Currency>” points to default currency of the entity’s parent
●

Anything above “<Entity Curr Total>” must be Parent.Child format

Currencies
● Don’t add currencies you aren’t using
●
●

Sets of calc status records for (every entity * every currency)
Impact of loading metadata with entity or currency changes

● Normally translate from the entity’s currency only into it’s parent’s
currency
● Beware of non-default translations
●
●
●

Impacted calc status
Data explosion
Adds to cycle time
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
User Controlled Dimensions
Entity
● Single biggest factor in consolidation time
● Avoid Consolidate All or All With Data on each
hierarchy
● Assign Adj flags sparingly
●

Don’t disable if you ever had journals on entity

ICP
● “Hidden” dimension

Scenario
● Number of tables
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Impact of Account Depth

6- Net Income

4- Net Income

5- EBIT

3- Optg Income
2- Gross Margin

4- Optg Income

1- Sales

3- Gross Profit
2- Gross Margin
1- Sales

Effect is multiplied when you consider
the custom dimensions
Parent accounts don’t lock
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
User Defined Dimensions
Custom 1..4
● Think dozens or hundreds; resist thousands
●
●
●

If Thousands are necessary, 64 bit makes this possible
Rules remain a major factor in performance
UI click

● Avoid:
●
●
●

●

Employees
Detailed Products
Anything that is very dynamic, changing greatly from year to
year
One to one relationship with the entities

Configurable dimensions in 11.1.2.2
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Metadata Efficiency Ratio
What does the average entity have in common with the
top entity?
● Measure re-use of accounts and customs across entities
top entity

base

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Metadata Volume Study: 82 apps
Median

+1 Std Deviation

Accounts
1,444
ICP Accounts With Plug
17
Accounts With Data Audit
32
Consolidation Rules
45%
OrgBy Period
16%
Currencies
25
Custom1
181
Custom2
72
Custom3
46
Custom4
19
Entity Hierarchies
4
Entities (unique)
672
ICP Members
208
Scenarios
12
Process Management
Scenarios
Scenarios Using Data Audit
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Using Phased Submission?
17%

High

2,915
288
1,358

7,491
2,273
7,490

57
3,219
2,374
909
182
12
4,352
1,160
29
7

150
23,897
20,484
5,681
1,199
44
21,199
7,770
81
37

11

78
Data

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
What’s a Subcube?
HFM data structure
Database tables stored by
● Each record contains all periods for a [Year]
● All records for a subcube are loaded into memory together

Parent subcube,
stored in DCN tables
Currency
subcubes, stored in
DCE tables
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Take it to the Limit
Reports, Grids, or Forms that:
● Pull lots of entities
● Lots of years
● Lots of scenarios

Not so problematic:
● Lots of accounts
● Lots of custom members

Smart View
● Subcubes impact server performance
● Cell volume impacts bandwidth
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Data Design
“Metadata volume is interesting, but it’s
how you

it that matters most”

Density
Content
● Specifically: zeros
● Tiny numbers
● Invalid Records

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Data Volume Measurement
No perfect method
Method

How-To

Pros

Cons

Data
Extract

Extract all data,
count per entity

Simple, easy to see
input from calculated

Can only extract
<Entity Currency>

FreeLRU

Parse HFM event
logs

Good sense of
average cube, easy to
monitor monthly
growth

Can’t identify
individual cubes,
harder to understand

Database
Analysis

Query DCE, DCN
tables and count

Easy for a DBA, see
all subcubes

Doesn’t count
dynamic members,
includes invalid
records

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Data Density Using FreeLRU
Number of applications reviewed
46
NumCubesInRAM

1,369

NumDataRecordsInRAM
NumRecordsInLargestCube
Records per cube
Metadata efficiency

Median +1 Std Dev

9,426

Min

72

Max

51,840

1,179,049 4,679,031 247,900 23,019,754
53,089

167,085

2,508

593,924

1,352

15,537

24

91,418

3.4%

12.2%

0.3%

39.7%

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Loaded vs. Consolidated Zeros
What percent of the loaded data is a
zero value?
● <5% is reasonable
● Ideally, no zeros
● Watch ZeroView settings on scenarios

How many zeros are generated by
the consolidation process?
● Intercompany eliminations
● Allocations
● Empty variables

Consolidated 19.6%
Calculated 9.4%
Loaded 0.9%

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Data Growth Up the Entity Hierarchy
Number of Entities
Top of hierarchy

1

Total in hierarchy

5,571

Base of hierarchy

2,980
Average
Entity 178
records

Base Entity
input 91
records

Top Entity
16,829 records

Base Entity
calculated 153
records

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Loaded, Calculated, and Consolidated Data
Rough stats: median from 12 applications
● +1 std deviation

Zeros Monthly
Monthly
%
Growth
153,826

Loaded Records

534,239

Loaded + Calculated
Records
Consolidated
Records

349,360
717,570

62,090
142,432

4.3%

3.3%

22.5%

2.7%

8.7%

3.2%

Rules
Growth

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal

2.0
Invalid Records
Type 1: Orphaned records from metadata that has
been deleted
● Member is removed from dimension_Item table, but not
from the data tables
● These can be removed by Database > Delete Invalid
Records

Type 2: the member still exists, but is no longer in a
valid intersection
● Most often from changing CustomX Top Member on an
account
● These cannot be removed by HFM, but are filtered out in
memory
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
So… How Much Memory Do I Really Need?
Calculation
Number of entities
* 2 cubes: entity currency + contribution
Non-USD entities
add another cube for parent currency
Entity_value cubes
Actual 2013, 2012
Forecast1 2013, Plan 2013, TestForecast 2013
Tests, etc.
Total Year_scenarios
Total cubes
Average records per cube
Optimal NumDataRecordsinRAM setting
bytes per record
Records * bytes converted to MB = MaxDataCacheSizeInMB

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal

Company
11,321
11,321
2,939
2,939
14,260
2
3
10
15
213,900
175
37,432,500
120
4,284
Rules Timing

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Data Density <> Calc Time
Average Rule Execution Time in Contrast with Data Volume
2.500

900
800

2.000

700

1.500
500
400
1.000

Seconds

Records

600

300
200

0.500

100
-

Jan

Feb

Mar

Apr

May

Jun

Jul

Aug

Sep

Oct

Nov

Dec

correlation between density and calc times
Most applications are rules bound
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
450
400
350
300
250
200
150
100
50
0
3820.83820_D
FR .FR _N B M
_R E GION S .U S
U S C A .U S
E ME A .D E
A P .C N
C Z .C Z_N B M
E _N B M.83704
R _N B M.83519
TH .83899
U S .U S GO
U S .80808
B R .83545
0.83820_1801
OTH A P .82828
0.83820_1851
E ME A .B E
LA .B R
U S .80820
A R .83856

S econds

But Some Applications are I/O Bound
Time vs. Volume
60,000

50,000

elapsed

totalrecords

HFM app server CPU is waiting for data
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal

40,000

30,000

20,000

10,000

0
How Long Should Rules Take?
Total consolidation time in seconds,12 periods
● Consolidate All With Data for consistency, reliability
● Fastest of three consecutive runs

Divide by 12 periods and total number of entities
● Descendants inclusive of POV parent

Seconds Per Entity Per Period
0 0.25

2.0

4.0

10.0

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Rules Impact Ratio
Total consolidation time with
rules
Divided by time with Blank
Rules
Typically 2- 5 times
More than that is an
opportunity for improvement
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Consolidation Rules = “R”
Ideal for simple applications that do not need
consolidation rules
Skips writing [Proportion] to the database
● Smaller DCN tables
● If no [Elimination], [Parent Adjs] or [Contribution Adjs]
the DCN tables won’t even exist

Studies show about 30% faster consolidation times
Must be enabled at app creation

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Reference
Application

Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
Small but Constant Application
0:05:02

0:04:19

Full Rules
0:03:36

Blank Rules
0:02:53

0:02:10

Target

0:01:26

0:00:43

0:00:00
physical physical virtual

virtual physical physical virtual physical virtual

virtual

virtual

virtual

virtual

virtual

virtual

HFM lab A: Dev

C: Dev

T-61
laptop

E: non- F: prod
prod

T-410
laptop

G: Dev

H: Dev H: prod

B: Dev

K: FIT

D: QA

Ranzal: L: Stage K: dev
dev

Applied across multiple environments
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal

virtual

virtual
I: prod
Chris Barbieri
cbarbieri@ranzal.com
Needham, MA
USA
+1.617.480.6173
www.ranzal.com
Copyright ©2013 by Chris Barbieri, Edgewater Ranzal

More Related Content

What's hot

HFM_Course_Content
HFM_Course_ContentHFM_Course_Content
HFM_Course_Contentkapildevang
 
Hyperion Implementation Questionaries
Hyperion Implementation QuestionariesHyperion Implementation Questionaries
Hyperion Implementation QuestionariesAmit Sharma
 
Oracle hfm beginner's guide part ii
Oracle hfm beginner's guide  part iiOracle hfm beginner's guide  part ii
Oracle hfm beginner's guide part iiAmit Sharma
 
Best Practices in HFM Application Design
Best Practices in HFM Application Design Best Practices in HFM Application Design
Best Practices in HFM Application Design Alithya
 
Hfm demo (1)
Hfm demo (1)Hfm demo (1)
Hfm demo (1)rsreenu
 
A decade of hits: The evolution of hyperion financial management
A decade of hits: The evolution of hyperion financial managementA decade of hits: The evolution of hyperion financial management
A decade of hits: The evolution of hyperion financial managementAlithya
 
Going From Public to Private - The Oracle E-Business Suite Challenges
Going From Public to Private - The Oracle E-Business Suite ChallengesGoing From Public to Private - The Oracle E-Business Suite Challenges
Going From Public to Private - The Oracle E-Business Suite Challengeseprentise
 
Secondary Ledgers - The Power of Adjustment Ledgers for Reporting and Compliance
Secondary Ledgers - The Power of Adjustment Ledgers for Reporting and ComplianceSecondary Ledgers - The Power of Adjustment Ledgers for Reporting and Compliance
Secondary Ledgers - The Power of Adjustment Ledgers for Reporting and Complianceeprentise
 
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
 
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
 
Breakin’ Up is Hard to Do: Complexities of Separating Data in an ERP Environment
Breakin’ Up is Hard to Do: Complexities of Separating Data in an ERP EnvironmentBreakin’ Up is Hard to Do: Complexities of Separating Data in an ERP Environment
Breakin’ Up is Hard to Do: Complexities of Separating Data in an ERP Environmenteprentise
 
Oracle r12subledgeraccounting1241665450
Oracle r12subledgeraccounting1241665450Oracle r12subledgeraccounting1241665450
Oracle r12subledgeraccounting1241665450Mohammed Rafiuddin
 
Who Does What, When, and How for a Divestiture?
Who Does What, When, and How for a Divestiture?Who Does What, When, and How for a Divestiture?
Who Does What, When, and How for a Divestiture?eprentise
 
Hear How Rust-Oleum Embraced Unlimited HFM Dimentionality
Hear How Rust-Oleum Embraced Unlimited HFM DimentionalityHear How Rust-Oleum Embraced Unlimited HFM Dimentionality
Hear How Rust-Oleum Embraced Unlimited HFM DimentionalityAlithya
 
Unleashing the Power of R12: The Mechanics of Ledger Sets and Secondary Ledgers
Unleashing the Power of R12: The Mechanics of Ledger Sets and Secondary LedgersUnleashing the Power of R12: The Mechanics of Ledger Sets and Secondary Ledgers
Unleashing the Power of R12: The Mechanics of Ledger Sets and Secondary Ledgerseprentise
 
Complexities of Separating Data in an ERP Environment
Complexities of Separating Data in an ERP EnvironmentComplexities of Separating Data in an ERP Environment
Complexities of Separating Data in an ERP Environmenteprentise
 

What's hot (20)

HFM-Implementation
HFM-ImplementationHFM-Implementation
HFM-Implementation
 
HFM Intro for new users
HFM Intro for new usersHFM Intro for new users
HFM Intro for new users
 
HFM_Course_Content
HFM_Course_ContentHFM_Course_Content
HFM_Course_Content
 
Hyperion Implementation Questionaries
Hyperion Implementation QuestionariesHyperion Implementation Questionaries
Hyperion Implementation Questionaries
 
Oracle hfm beginner's guide part ii
Oracle hfm beginner's guide  part iiOracle hfm beginner's guide  part ii
Oracle hfm beginner's guide part ii
 
Best Practices in HFM Application Design
Best Practices in HFM Application Design Best Practices in HFM Application Design
Best Practices in HFM Application Design
 
Hfm demo (1)
Hfm demo (1)Hfm demo (1)
Hfm demo (1)
 
A decade of hits: The evolution of hyperion financial management
A decade of hits: The evolution of hyperion financial managementA decade of hits: The evolution of hyperion financial management
A decade of hits: The evolution of hyperion financial management
 
Journal web
Journal webJournal web
Journal web
 
Going From Public to Private - The Oracle E-Business Suite Challenges
Going From Public to Private - The Oracle E-Business Suite ChallengesGoing From Public to Private - The Oracle E-Business Suite Challenges
Going From Public to Private - The Oracle E-Business Suite Challenges
 
Secondary Ledgers - The Power of Adjustment Ledgers for Reporting and Compliance
Secondary Ledgers - The Power of Adjustment Ledgers for Reporting and ComplianceSecondary Ledgers - The Power of Adjustment Ledgers for Reporting and Compliance
Secondary Ledgers - The Power of Adjustment Ledgers for Reporting and Compliance
 
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...
 
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
 
Breakin’ Up is Hard to Do: Complexities of Separating Data in an ERP Environment
Breakin’ Up is Hard to Do: Complexities of Separating Data in an ERP EnvironmentBreakin’ Up is Hard to Do: Complexities of Separating Data in an ERP Environment
Breakin’ Up is Hard to Do: Complexities of Separating Data in an ERP Environment
 
Secondary Ledger implementation in Oracle R12
Secondary Ledger implementation in Oracle R12Secondary Ledger implementation in Oracle R12
Secondary Ledger implementation in Oracle R12
 
Oracle r12subledgeraccounting1241665450
Oracle r12subledgeraccounting1241665450Oracle r12subledgeraccounting1241665450
Oracle r12subledgeraccounting1241665450
 
Who Does What, When, and How for a Divestiture?
Who Does What, When, and How for a Divestiture?Who Does What, When, and How for a Divestiture?
Who Does What, When, and How for a Divestiture?
 
Hear How Rust-Oleum Embraced Unlimited HFM Dimentionality
Hear How Rust-Oleum Embraced Unlimited HFM DimentionalityHear How Rust-Oleum Embraced Unlimited HFM Dimentionality
Hear How Rust-Oleum Embraced Unlimited HFM Dimentionality
 
Unleashing the Power of R12: The Mechanics of Ledger Sets and Secondary Ledgers
Unleashing the Power of R12: The Mechanics of Ledger Sets and Secondary LedgersUnleashing the Power of R12: The Mechanics of Ledger Sets and Secondary Ledgers
Unleashing the Power of R12: The Mechanics of Ledger Sets and Secondary Ledgers
 
Complexities of Separating Data in an ERP Environment
Complexities of Separating Data in an ERP EnvironmentComplexities of Separating Data in an ERP Environment
Complexities of Separating Data in an ERP Environment
 

Similar to Hyperion Financial Management Application Design for Performance

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
 
Sage Fixed Assets Accounting for Sage 100
Sage Fixed Assets Accounting for Sage 100Sage Fixed Assets Accounting for Sage 100
Sage Fixed Assets Accounting for Sage 100Net at Work
 
Overview of the financial architecture in oracle e business suite release 12
Overview of the  financial architecture in oracle e business suite release 12Overview of the  financial architecture in oracle e business suite release 12
Overview of the financial architecture in oracle e business suite release 12magnificsairam
 
Overview of the financial architecture in oracle e business suite release 12
Overview of the  financial architecture in oracle e business suite release 12Overview of the  financial architecture in oracle e business suite release 12
Overview of the financial architecture in oracle e business suite release 12magnificbsr
 
Overview of the financial architecture in oracle e business suite release 12
Overview of the  financial architecture in oracle e business suite release 12Overview of the  financial architecture in oracle e business suite release 12
Overview of the financial architecture in oracle e business suite release 12babymagnific
 
Jazz for Service Management
Jazz for Service ManagementJazz for Service Management
Jazz for Service ManagementIBM Danmark
 
The Need for Speed: Building Reports That Fly
The Need for Speed: Building Reports That FlyThe Need for Speed: Building Reports That Fly
The Need for Speed: Building Reports That FlySalesforce Developers
 
[Webinar Slides] Working Faster and Smarter in a Digital Transforming World W...
[Webinar Slides] Working Faster and Smarter in a Digital Transforming World W...[Webinar Slides] Working Faster and Smarter in a Digital Transforming World W...
[Webinar Slides] Working Faster and Smarter in a Digital Transforming World W...AIIM International
 
There are 250 Database products, are you running the right one?
There are 250 Database products, are you running the right one?There are 250 Database products, are you running the right one?
There are 250 Database products, are you running the right one?Aerospike, Inc.
 
Deliver agile flow presentation (1)
Deliver agile   flow presentation (1)Deliver agile   flow presentation (1)
Deliver agile flow presentation (1)James Urquhart
 
Usage Trend Reporting
Usage Trend Reporting Usage Trend Reporting
Usage Trend Reporting Gainsight
 
MongoDB World 2019: From the Closet to the Cloud
MongoDB World 2019: From the Closet to the CloudMongoDB World 2019: From the Closet to the Cloud
MongoDB World 2019: From the Closet to the CloudMongoDB
 
Overview of the financial architecture in oracle e business suite release 12
Overview of the  financial architecture in oracle e business suite release 12Overview of the  financial architecture in oracle e business suite release 12
Overview of the financial architecture in oracle e business suite release 12magnificsairam
 
Overview of the financial architecture in oracle e business suite release 12
Overview of the  financial architecture in oracle e business suite release 12Overview of the  financial architecture in oracle e business suite release 12
Overview of the financial architecture in oracle e business suite release 12magnificsmile
 
Overview of the financial architecture in oracle e business suite release 12
Overview of the  financial architecture in oracle e business suite release 12Overview of the  financial architecture in oracle e business suite release 12
Overview of the financial architecture in oracle e business suite release 12magnifics
 
The Hidden Economics of Business Content - A Revelation by Union Bank
The Hidden Economics of Business Content - A Revelation by Union BankThe Hidden Economics of Business Content - A Revelation by Union Bank
The Hidden Economics of Business Content - A Revelation by Union BankPyramid Solutions, Inc.
 

Similar to Hyperion Financial Management Application Design for Performance (20)

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
 
Sage Fixed Assets Accounting for Sage 100
Sage Fixed Assets Accounting for Sage 100Sage Fixed Assets Accounting for Sage 100
Sage Fixed Assets Accounting for Sage 100
 
Overview of the financial architecture in oracle e business suite release 12
Overview of the  financial architecture in oracle e business suite release 12Overview of the  financial architecture in oracle e business suite release 12
Overview of the financial architecture in oracle e business suite release 12
 
Overview of the financial architecture in oracle e business suite release 12
Overview of the  financial architecture in oracle e business suite release 12Overview of the  financial architecture in oracle e business suite release 12
Overview of the financial architecture in oracle e business suite release 12
 
Overview of the financial architecture in oracle e business suite release 12
Overview of the  financial architecture in oracle e business suite release 12Overview of the  financial architecture in oracle e business suite release 12
Overview of the financial architecture in oracle e business suite release 12
 
Jazz for Service Management
Jazz for Service ManagementJazz for Service Management
Jazz for Service Management
 
Cloud Computing for CPAs: What Your Client Will Ask You
Cloud Computing for CPAs: What Your Client Will Ask YouCloud Computing for CPAs: What Your Client Will Ask You
Cloud Computing for CPAs: What Your Client Will Ask You
 
The Need for Speed: Building Reports That Fly
The Need for Speed: Building Reports That FlyThe Need for Speed: Building Reports That Fly
The Need for Speed: Building Reports That Fly
 
[Webinar Slides] Working Faster and Smarter in a Digital Transforming World W...
[Webinar Slides] Working Faster and Smarter in a Digital Transforming World W...[Webinar Slides] Working Faster and Smarter in a Digital Transforming World W...
[Webinar Slides] Working Faster and Smarter in a Digital Transforming World W...
 
There are 250 Database products, are you running the right one?
There are 250 Database products, are you running the right one?There are 250 Database products, are you running the right one?
There are 250 Database products, are you running the right one?
 
Deliver agile flow presentation (1)
Deliver agile   flow presentation (1)Deliver agile   flow presentation (1)
Deliver agile flow presentation (1)
 
digat3
digat3digat3
digat3
 
Usage Trend Reporting
Usage Trend Reporting Usage Trend Reporting
Usage Trend Reporting
 
MongoDB World 2019: From the Closet to the Cloud
MongoDB World 2019: From the Closet to the CloudMongoDB World 2019: From the Closet to the Cloud
MongoDB World 2019: From the Closet to the Cloud
 
oracle Presntation.ppt
oracle Presntation.pptoracle Presntation.ppt
oracle Presntation.ppt
 
Inforln.com ERP LN Finance Concepts Overview Training
Inforln.com ERP LN Finance Concepts Overview TrainingInforln.com ERP LN Finance Concepts Overview Training
Inforln.com ERP LN Finance Concepts Overview Training
 
Overview of the financial architecture in oracle e business suite release 12
Overview of the  financial architecture in oracle e business suite release 12Overview of the  financial architecture in oracle e business suite release 12
Overview of the financial architecture in oracle e business suite release 12
 
Overview of the financial architecture in oracle e business suite release 12
Overview of the  financial architecture in oracle e business suite release 12Overview of the  financial architecture in oracle e business suite release 12
Overview of the financial architecture in oracle e business suite release 12
 
Overview of the financial architecture in oracle e business suite release 12
Overview of the  financial architecture in oracle e business suite release 12Overview of the  financial architecture in oracle e business suite release 12
Overview of the financial architecture in oracle e business suite release 12
 
The Hidden Economics of Business Content - A Revelation by Union Bank
The Hidden Economics of Business Content - A Revelation by Union BankThe Hidden Economics of Business Content - A Revelation by Union Bank
The Hidden Economics of Business Content - A Revelation by Union Bank
 

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

Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 

Recently uploaded (20)

Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
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
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 

Hyperion Financial Management Application Design for Performance

  • 1. Hyperion Financial Management Application Design for Performance Chris Barbieri Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 2. Personal Background Established HFM performance tuning techniques and statistics widely used today 4+ years as Sr. Product Issues Manager at Hyperion 2001 HFM launch team 2001 Certified HFM, Hyperion Enterprise B.S. Finance & Accounting, Boston College MBA, Babson College Established HFM Performance Tuning Lab at Ranzal ● Vice President of world’s largest HFM practice Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 3. Foundation of Performance Focus first on single user Metadata design as it impacts performance ● Volume of members ● Impact of structures Data ● Content ● Density Rules Environment Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 4. Metadata Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 5. Designing HFM’s 12* Dimensions Application Profile 1. Year 2. Period 3. View User controlled 5. Entity 6. Account 7. ICP 8. Scenario System 4. Value dimension, includes currencies User defined Custom 1 10. Custom 2 11. Custom 3 12. Custom 4 (*and more customs 11.1.2.2) 9. Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 6. Application Profile Year ● No inherent impact on performance ● Can be increased after the application is built ● Impacts database table volume Period ● Base periods comprise column structure of every table, whether you use them or not ● Avoid weekly profiles unless it is key to your entire application’s design ● Daily is inadvisable View ● No impact, but only YTD is stored ● Other views are on-the-fly derivations ● Consider number of UI clicks Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 7. System Dimension Value Dimension ● Can not directly modify this ● “<Entity Currency>” points to entity’s default currency ● “<Parent Currency>” points to default currency of the entity’s parent ● Anything above “<Entity Curr Total>” must be Parent.Child format Currencies ● Don’t add currencies you aren’t using ● ● Sets of calc status records for (every entity * every currency) Impact of loading metadata with entity or currency changes ● Normally translate from the entity’s currency only into it’s parent’s currency ● Beware of non-default translations ● ● ● Impacted calc status Data explosion Adds to cycle time Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 8. User Controlled Dimensions Entity ● Single biggest factor in consolidation time ● Avoid Consolidate All or All With Data on each hierarchy ● Assign Adj flags sparingly ● Don’t disable if you ever had journals on entity ICP ● “Hidden” dimension Scenario ● Number of tables Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 9. Impact of Account Depth 6- Net Income 4- Net Income 5- EBIT 3- Optg Income 2- Gross Margin 4- Optg Income 1- Sales 3- Gross Profit 2- Gross Margin 1- Sales Effect is multiplied when you consider the custom dimensions Parent accounts don’t lock Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 10. User Defined Dimensions Custom 1..4 ● Think dozens or hundreds; resist thousands ● ● ● If Thousands are necessary, 64 bit makes this possible Rules remain a major factor in performance UI click ● Avoid: ● ● ● ● Employees Detailed Products Anything that is very dynamic, changing greatly from year to year One to one relationship with the entities Configurable dimensions in 11.1.2.2 Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 11. Metadata Efficiency Ratio What does the average entity have in common with the top entity? ● Measure re-use of accounts and customs across entities top entity base Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 12. Metadata Volume Study: 82 apps Median +1 Std Deviation Accounts 1,444 ICP Accounts With Plug 17 Accounts With Data Audit 32 Consolidation Rules 45% OrgBy Period 16% Currencies 25 Custom1 181 Custom2 72 Custom3 46 Custom4 19 Entity Hierarchies 4 Entities (unique) 672 ICP Members 208 Scenarios 12 Process Management Scenarios Scenarios Using Data Audit Copyright ©2013 by Chris Barbieri, Edgewater Ranzal Using Phased Submission? 17% High 2,915 288 1,358 7,491 2,273 7,490 57 3,219 2,374 909 182 12 4,352 1,160 29 7 150 23,897 20,484 5,681 1,199 44 21,199 7,770 81 37 11 78
  • 13. Data Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 14. What’s a Subcube? HFM data structure Database tables stored by ● Each record contains all periods for a [Year] ● All records for a subcube are loaded into memory together Parent subcube, stored in DCN tables Currency subcubes, stored in DCE tables Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 15. Take it to the Limit Reports, Grids, or Forms that: ● Pull lots of entities ● Lots of years ● Lots of scenarios Not so problematic: ● Lots of accounts ● Lots of custom members Smart View ● Subcubes impact server performance ● Cell volume impacts bandwidth Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 16. Data Design “Metadata volume is interesting, but it’s how you it that matters most” Density Content ● Specifically: zeros ● Tiny numbers ● Invalid Records Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 17. Data Volume Measurement No perfect method Method How-To Pros Cons Data Extract Extract all data, count per entity Simple, easy to see input from calculated Can only extract <Entity Currency> FreeLRU Parse HFM event logs Good sense of average cube, easy to monitor monthly growth Can’t identify individual cubes, harder to understand Database Analysis Query DCE, DCN tables and count Easy for a DBA, see all subcubes Doesn’t count dynamic members, includes invalid records Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 18. Data Density Using FreeLRU Number of applications reviewed 46 NumCubesInRAM 1,369 NumDataRecordsInRAM NumRecordsInLargestCube Records per cube Metadata efficiency Median +1 Std Dev 9,426 Min 72 Max 51,840 1,179,049 4,679,031 247,900 23,019,754 53,089 167,085 2,508 593,924 1,352 15,537 24 91,418 3.4% 12.2% 0.3% 39.7% Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 19. Loaded vs. Consolidated Zeros What percent of the loaded data is a zero value? ● <5% is reasonable ● Ideally, no zeros ● Watch ZeroView settings on scenarios How many zeros are generated by the consolidation process? ● Intercompany eliminations ● Allocations ● Empty variables Consolidated 19.6% Calculated 9.4% Loaded 0.9% Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 20. Data Growth Up the Entity Hierarchy Number of Entities Top of hierarchy 1 Total in hierarchy 5,571 Base of hierarchy 2,980 Average Entity 178 records Base Entity input 91 records Top Entity 16,829 records Base Entity calculated 153 records Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 21. Loaded, Calculated, and Consolidated Data Rough stats: median from 12 applications ● +1 std deviation Zeros Monthly Monthly % Growth 153,826 Loaded Records 534,239 Loaded + Calculated Records Consolidated Records 349,360 717,570 62,090 142,432 4.3% 3.3% 22.5% 2.7% 8.7% 3.2% Rules Growth Copyright ©2013 by Chris Barbieri, Edgewater Ranzal 2.0
  • 22. Invalid Records Type 1: Orphaned records from metadata that has been deleted ● Member is removed from dimension_Item table, but not from the data tables ● These can be removed by Database > Delete Invalid Records Type 2: the member still exists, but is no longer in a valid intersection ● Most often from changing CustomX Top Member on an account ● These cannot be removed by HFM, but are filtered out in memory Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 23. So… How Much Memory Do I Really Need? Calculation Number of entities * 2 cubes: entity currency + contribution Non-USD entities add another cube for parent currency Entity_value cubes Actual 2013, 2012 Forecast1 2013, Plan 2013, TestForecast 2013 Tests, etc. Total Year_scenarios Total cubes Average records per cube Optimal NumDataRecordsinRAM setting bytes per record Records * bytes converted to MB = MaxDataCacheSizeInMB Copyright ©2013 by Chris Barbieri, Edgewater Ranzal Company 11,321 11,321 2,939 2,939 14,260 2 3 10 15 213,900 175 37,432,500 120 4,284
  • 24. Rules Timing Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 25. Data Density <> Calc Time Average Rule Execution Time in Contrast with Data Volume 2.500 900 800 2.000 700 1.500 500 400 1.000 Seconds Records 600 300 200 0.500 100 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec correlation between density and calc times Most applications are rules bound Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 26. 450 400 350 300 250 200 150 100 50 0 3820.83820_D FR .FR _N B M _R E GION S .U S U S C A .U S E ME A .D E A P .C N C Z .C Z_N B M E _N B M.83704 R _N B M.83519 TH .83899 U S .U S GO U S .80808 B R .83545 0.83820_1801 OTH A P .82828 0.83820_1851 E ME A .B E LA .B R U S .80820 A R .83856 S econds But Some Applications are I/O Bound Time vs. Volume 60,000 50,000 elapsed totalrecords HFM app server CPU is waiting for data Copyright ©2013 by Chris Barbieri, Edgewater Ranzal 40,000 30,000 20,000 10,000 0
  • 27. How Long Should Rules Take? Total consolidation time in seconds,12 periods ● Consolidate All With Data for consistency, reliability ● Fastest of three consecutive runs Divide by 12 periods and total number of entities ● Descendants inclusive of POV parent Seconds Per Entity Per Period 0 0.25 2.0 4.0 10.0 Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 28. Rules Impact Ratio Total consolidation time with rules Divided by time with Blank Rules Typically 2- 5 times More than that is an opportunity for improvement Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 29. Consolidation Rules = “R” Ideal for simple applications that do not need consolidation rules Skips writing [Proportion] to the database ● Smaller DCN tables ● If no [Elimination], [Parent Adjs] or [Contribution Adjs] the DCN tables won’t even exist Studies show about 30% faster consolidation times Must be enabled at app creation Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 30. Reference Application Copyright ©2013 by Chris Barbieri, Edgewater Ranzal
  • 31. Small but Constant Application 0:05:02 0:04:19 Full Rules 0:03:36 Blank Rules 0:02:53 0:02:10 Target 0:01:26 0:00:43 0:00:00 physical physical virtual virtual physical physical virtual physical virtual virtual virtual virtual virtual virtual virtual HFM lab A: Dev C: Dev T-61 laptop E: non- F: prod prod T-410 laptop G: Dev H: Dev H: prod B: Dev K: FIT D: QA Ranzal: L: Stage K: dev dev Applied across multiple environments Copyright ©2013 by Chris Barbieri, Edgewater Ranzal virtual virtual I: prod