SlideShare a Scribd company logo
Mapping in FDMEE
It's Time to Reassess Your FDM Mappings
Tony Scalese & Francisco Amores Torres
Edgewater Ranzal & Infratects
About Us- Infratects
DEEP EXPERTISE
HOSTING
CLOUD
DESIGN
CONFIGURATION
INSTALLATION
STRESS TESTING
UPGRADES
MIGRATIONS
PATCHING
INTEGRATION
SUPPORT
TRAINING
INFRASTRUCTURE
FOLLOW THE SUN
SUPPORT
40+
CONSULTANTS
15+ YEARS
EXPERIENCE
5 DATA
CENTERS
NA EMEA APAC
DEDICATED
MANAGED SERVICES
& SUPPPORT
TEAM
FOCUSED
15
IN BUSINESS
YEARS INFRATECTS FI
INFRATECTS UK
INFRATECTS NL2000
INFRATECTS AUS2008
2009
2012
INFRATECTS US2014
INFRATECTS SP2012
WWW.INFRATECTS.COM
About Us – Edgewater Ranzal
Our Services – Edgewater Ranzal
Financial Close &
Consolidations
Business
Intelligence
Enterprise
Planning &
Analytics
Data Integration
Services
Training &
Support Services
Advisory ServicesInfrastructure
Costing &
Profitability
Mgmt
Data Integration Services
• FDMEE, ERPi & FDM
Classic
• ERP Integration including
EBS, PeopleSoft & SAP
• Master Data Management
(DRM)
• Automation
 Mapping Overview
 FDMEE New Capabilities Overview
 Mapping Design Discussion
 Classic to FDMEE Discussion & Case Study
 Tuning Discussion
 Roadmap Discussion
 Questions
Agenda
Mapping Process
Source
TDATASEG_T TDATASEG
Target
AIF_OPEN_INTERFACE
Logic Accts
Mappings
Type Description Example
Explicit One to One Mapping GL account 10000 maps
to EPM account Cash
Between A continuous range of source
system members mapping to 1
target member
GL Accounts 10000-10099
map to EPM account
Cash
In A non-continuous range of
source system members
mapping to 1 target member
GL Account 10100,10135,
& 10143 map to EPM
account ST_Investments
Multi Dimension 2 or more source system
members used to map to 1
target member
Account 50799 and cost
centers like ???75 map to
EPM account Severance
Like Wildcard mapping supporting
single or multi character
wildcards
Accounts beginning with
12* maps to EPM Account
Fixed_Assets
Mapping Types
Wildcard Usage Example Limitations
? Single
character
wildcard
CC 100?? = Finance
* Multi
character
wildcard
CC 100* = Finance
<x> Use x field of
a
concatenated
source field
<2> for source C1
CompanyCode_Cost
Center = CostCenter
1000_10065 = 10065
Concatenation character
must be underscore
<BLANK> Source field is
blank
<BLANK> = [None] Field must contain a
blank space, cannot be
null
More About Like Maps
See Examples of Expressions Using Special Characters in Admin Guide
 New to FDMEE 11.1.2.3.510
 Originally developed for ARM targets but
applicable to any target
 Very powerful for when needing to combine
source system chart fields to derive EPM target
 Enter #FORMAT in the target
● #FORMAT(Source Value,Delimiter)
Advanced Mapping – Format Mask
Operator Usage
? Single character wildcard
# Skip/Ignore character at a given position
String/Character Hard coded text to append to the target
* Include all characters for a segment
Format Mask Operators
 Source: 12345-6789-012-3456ABC-001
 Format Mask: #FORMAT(“???-*-GROUP-AA##?#*X-
GROUP”,”-“)
● Take characters 1-3 of 1st segment (12345)
● Take the entire 2nd segment (6789)
● Replace the 3rd segment (012) with the word “GROUP”
● Append text “AA” to the 4th segment
● Ignore characters 1 & 2 (34) of the 4th segment
● Take the 3rd character (5) of the 4th segment
● Ignore the 5th character (6) of the 4th segment
● Take the remaining characters of the 4th segment (ABC)
● Append the text “X” to the 4th segment
● Replace the 5th segment (001) with the text “GROUP”
 Target: 123-6789-GROUP-AA5ABCX-GROUP
Format Mask Example
 Within a dimension, maps processing in the
following order:
● Explicit, Between, In, Multi Dimension, Like
 Dimensions process in the following order:
● Account, Entity, ICP, Custom1-20
Map Processing Order
 Replaces varValues concept
 Supported for Between, In & Like
 Supports Jython or SQL
 Only required when needing to map based on
TARGET dimensions
● Use Multi dimension maps for source values
● Use DLR specific mapping for location and category
based mapping
Advanced Mapping - Scripting
 Map based on a debit/credit balance for the
record
Mapping Script Example
 Using custom SQL functions
● Map based on logic account value
● Map based on HFM “is icp” metadata property
Mapping Script Example
 Limited audit
● Premapping in script
 Limited version control
 “Administrator” owned/maintained
 Unnecessary with new mapping capabilities
 Performance impact pre-11.1.2.3.530
Why Import Scripts May No Longer Be Needed
 Parse a chart field
● 100.210.50010.1468.000
 Get & Put functions
 Dynamically assign source entity as Location
Name
Import Script Use Cases
Importing Maps
Method Interface Number of
Dimensions
Number
of
Locations
Validation Load Method
Flat File GUI – Data
Load
Mapping
1+ 1 Yes Merge/Replace
Excel GUI – Data
Load
Mapping
1 1 Yes Merge/Replace
Excel GUI –
Excel
Interface
1+ 1+ No Append
Flat File Command
Line
1 1 Yes Merge/Replace
Importing Text Maps
 Download template from Import  Download
Excel Template
Excel Upload – Data Load Mapping
 Uses Excel Named Range
● First cell: Table name (tdatamap)
● Row 2: Field names for table
● Row 3-x: Maps to be imported
Excel Upload – Excel Interface
 Applicable to text files only
 Arguments:
● User Name
● Password
● Location Name: FDM location Name
● Dimension Name: ACCOUNT, ENTITY, ICP, UDx
● File Path: Path to text file
● Import Method: MERGE/REPLACE
● Validate: Y/N
● Sync Mode: SYNC/ASYNC
Command Line
OracleMiddlewareEPMSystem11R1productsFinancialDataQualitybin>importmapping.bat admin
PASSWORD TestHFM ACCOUNT E:OracleFDMEE_ShareMap_TestHFM.txt MERGE Y SYNC
 Essbase DRs
● Defined as data slice
● Created from mappings regardless data loaded
● Only mappings with explicit target value (A* A1)
 Current approach
● Limits #Drill Regions
● Restricts mapping definition
 Planned approach
● Define DR in Data Load Rules using member
functions
Mapping impact on HP/Essbase Drill Regions
Researching Data
 View Mappings
 Show Invalid
Researching Maps
The Art & Science of Designing Maps
 Science: Understanding what source system
chart fields are required to determine the target
system member and the transformation
(mapping) required
 Art: Designing mapping that is:
1. Accurate
2. Balances
a) Maintenance
b) Performance
 High Level (BRs) > Lowest Level (MRs)
 Good start: Dimension Mapping Matrix
The Art & Science of Designing Maps
FDMEE
Source Entity Account ICP C1
Department x
Profit Center x
Account x x
Sub-Account x
Partner Code x
Functional Area x
 GL has 1 chart field containing natural account
& cost center (not always populated)
 Cost Center is only applicable for mapping
HFM Cost of Goods & Operating Expenses
Mapping Case Study
 Combination of Explicit & Like Maps
FDM Classic Maps
 Import script to split the GL chart field to Natural
Account & Cost Center
 Natural Account used as source HFM Account
 Cost Center used as source Custom3
● All mapped to [None]
 Transitioned to mainly explicit maps (116)
 Leveraged Between maps for COGS & OPEX
(7)
 Reduced mapping records (and complexity)
from 171 to 124 – 27% reduction
FDMEE Mapping
FDMEE Mapping Result
 Explicit maps perform “best”
 Performance penalty for “extra” wildcard maps
Tuning - Map Design
 Good mapping design still with lower
performance
 Additional indexes may be needed on
TDATASEG_T
 Analyze your mappings in
TDATAMAP
Tuning: Database
 Monitor load process with the DBA
● Use DB Tuning Advisory tools
Tuning: Database
CREATE NONCLUSTERED INDEX [CUST_TDATASEG_T_ENT] ON [dbo].[TDATASEG_T]
(
[CATKEY] ASC,
[LOADID] ASC,
[PARTITIONKEY] ASC,
[PERIODKEY] ASC,
[ENTITY] ASC,
[ENTITYX] ASC
)
 Don’t just “lift & shift”
 Recreate varValues mapping as multi
dimension or #SQL
 Remove mapping records that are not
applicable, especially non explicit maps
 Identify opportunities for parent maps
 Test, Test, Test!
● Ported maps
● Redesigned maps
Classic to FDMEE Considerations
 DRM Integration
 Mapping Review Mode
 Mapping Audit Report
Roadmap
 Fix “Fix Maps”
 Use NOT in multi dimension maps
 Limit entity to active entities only (HFM)
 Include target dimensions in Multi Dimension maps
 Include amount criteria in Account mappings
 Grid for searching mappings across locations and
dimensions
 Define mappings at DLR level for Parent Locations
 Copy maps
Pending Enhancement Requests
 All the search fields accept wildcards (? or *)
 E.g.: want to search anything that maps to a
certain account, across all locations
Custom Web for Mapping Searching
Tony Scalese
Edgewater Ranzal
ascalese@ranzal.com
Francisco Amores Torres
Infratects
francisco.amores@infrat
ects.com
Questions
Edgewater Ranzal
108 Corporate Park Drive, Suite 105
White Plains, NY 10604
Tel (914) 253-6600
Email: info@ranzal.com
Co-Presenter
Tony Scalese, Integration Practice Director
45 Beech Street, Suite
109
London EC2Y 8AD
United Kingdom
Tel +44 (0) 2033 717 174
150 North Michigan
Ave.
Suite 2800
Chicago, IL 60601
Tel (312) 624-7738
200 Harvard Mill
Square
Suite 210
Wakefield, MA 01880
Tel (781) 246-3343
Contact Information
Infratects
2401 Internet Blvd., Suite 101
Frisco, Texas 75034
Tel (214) 436-8987
Email: info@infratects.com
Co-Presenter
Francisco Amores Torres, Integration Specialist
Contact Information
Herculesplein 32-34
Utrecht 3584 AA
The Netherlands
Tel +31 (0)88 238 08 00
Horton House
Exchange Flags
Liverpool L2 3PF
Tel +44 (0) 7833 444717
Tekniikantie 14
Espoo 02150
Finland
Tel +358 (0)40 559 2630
It's Time to Reassess Your FDM Mappings

More Related Content

What's hot

Hfm rule custom consolidation
Hfm rule custom consolidationHfm rule custom consolidation
Hfm rule custom consolidation
Amit Sharma
 
Hfm to Financial Consolidation and Close Cloud
Hfm to Financial Consolidation and Close CloudHfm to Financial Consolidation and Close Cloud
Hfm to Financial Consolidation and Close Cloud
Alithya
 
FDMEE Can Do That?
FDMEE Can Do That?FDMEE Can Do That?
FDMEE Can Do That?
Alithya
 
03. data forms in hyperion planning
03. data forms in hyperion planning03. data forms in hyperion planning
03. data forms in hyperion planning
epmvirtual.com
 
HFM Member List Tips
HFM Member List TipsHFM Member List Tips
HFM Member List Tips
aa026593
 
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
Alithya
 
KScope14 Jython Scripting
KScope14 Jython ScriptingKScope14 Jython Scripting
KScope14 Jython Scripting
Alithya
 
Data-Driven Rules in HFM
Data-Driven Rules in HFMData-Driven Rules in HFM
Data-Driven Rules in HFM
aa026593
 
Oracle Hyperion Planning Best Practices
Oracle Hyperion Planning Best PracticesOracle Hyperion Planning Best Practices
Oracle Hyperion Planning Best PracticesIssam Hejazin
 
FDMEE script examples
FDMEE script examplesFDMEE script examples
FDMEE script examples
Amit Soni
 
Calculation commands in essbase
Calculation commands in essbaseCalculation commands in essbase
Calculation commands in essbase
Shoheb Mohammad
 
Finit solutions getting the most out of hfm - intercompany matching and eli...
Finit solutions   getting the most out of hfm - intercompany matching and eli...Finit solutions   getting the most out of hfm - intercompany matching and eli...
Finit solutions getting the most out of hfm - intercompany matching and eli...
finitsolutions
 
FDMEE script examples
FDMEE script examplesFDMEE script examples
FDMEE script examples
Amit 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
 
Application Integration: EPM, ERP, Cloud and On-Premise – All options explained
Application Integration: EPM, ERP, Cloud and On-Premise – All options explainedApplication Integration: EPM, ERP, Cloud and On-Premise – All options explained
Application Integration: EPM, ERP, Cloud and On-Premise – All options explained
Alithya
 
Queries in SAP: Introduction
Queries in SAP: IntroductionQueries in SAP: Introduction
Queries in SAP: Introduction
Jonathan Eemans
 
FDMEE Taking Source Filters to the Next Level
FDMEE Taking Source Filters to the Next LevelFDMEE Taking Source Filters to the Next Level
FDMEE Taking Source Filters to the Next Level
Francisco Amores
 
HFM-Implementation
HFM-ImplementationHFM-Implementation
HFM-Implementation
sailajasatish
 
HFM Zero view settings
HFM Zero view settings HFM Zero view settings
HFM Zero view settings
faizan uddin
 
ODTUG KSCOPE 2017 - Black Belt Techniques for FDMEE and Cloud Data Management
ODTUG KSCOPE 2017 - Black Belt Techniques for FDMEE and Cloud Data ManagementODTUG KSCOPE 2017 - Black Belt Techniques for FDMEE and Cloud Data Management
ODTUG KSCOPE 2017 - Black Belt Techniques for FDMEE and Cloud Data Management
Francisco Amores
 

What's hot (20)

Hfm rule custom consolidation
Hfm rule custom consolidationHfm rule custom consolidation
Hfm rule custom consolidation
 
Hfm to Financial Consolidation and Close Cloud
Hfm to Financial Consolidation and Close CloudHfm to Financial Consolidation and Close Cloud
Hfm to Financial Consolidation and Close Cloud
 
FDMEE Can Do That?
FDMEE Can Do That?FDMEE Can Do That?
FDMEE Can Do That?
 
03. data forms in hyperion planning
03. data forms in hyperion planning03. data forms in hyperion planning
03. data forms in hyperion planning
 
HFM Member List Tips
HFM Member List TipsHFM Member List Tips
HFM Member List Tips
 
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
 
KScope14 Jython Scripting
KScope14 Jython ScriptingKScope14 Jython Scripting
KScope14 Jython Scripting
 
Data-Driven Rules in HFM
Data-Driven Rules in HFMData-Driven Rules in HFM
Data-Driven Rules in HFM
 
Oracle Hyperion Planning Best Practices
Oracle Hyperion Planning Best PracticesOracle Hyperion Planning Best Practices
Oracle Hyperion Planning Best Practices
 
FDMEE script examples
FDMEE script examplesFDMEE script examples
FDMEE script examples
 
Calculation commands in essbase
Calculation commands in essbaseCalculation commands in essbase
Calculation commands in essbase
 
Finit solutions getting the most out of hfm - intercompany matching and eli...
Finit solutions   getting the most out of hfm - intercompany matching and eli...Finit solutions   getting the most out of hfm - intercompany matching and eli...
Finit solutions getting the most out of hfm - intercompany matching and eli...
 
FDMEE script examples
FDMEE script examplesFDMEE script examples
FDMEE script examples
 
Best Practices in HFM Application Design
Best Practices in HFM Application Design Best Practices in HFM Application Design
Best Practices in HFM Application Design
 
Application Integration: EPM, ERP, Cloud and On-Premise – All options explained
Application Integration: EPM, ERP, Cloud and On-Premise – All options explainedApplication Integration: EPM, ERP, Cloud and On-Premise – All options explained
Application Integration: EPM, ERP, Cloud and On-Premise – All options explained
 
Queries in SAP: Introduction
Queries in SAP: IntroductionQueries in SAP: Introduction
Queries in SAP: Introduction
 
FDMEE Taking Source Filters to the Next Level
FDMEE Taking Source Filters to the Next LevelFDMEE Taking Source Filters to the Next Level
FDMEE Taking Source Filters to the Next Level
 
HFM-Implementation
HFM-ImplementationHFM-Implementation
HFM-Implementation
 
HFM Zero view settings
HFM Zero view settings HFM Zero view settings
HFM Zero view settings
 
ODTUG KSCOPE 2017 - Black Belt Techniques for FDMEE and Cloud Data Management
ODTUG KSCOPE 2017 - Black Belt Techniques for FDMEE and Cloud Data ManagementODTUG KSCOPE 2017 - Black Belt Techniques for FDMEE and Cloud Data Management
ODTUG KSCOPE 2017 - Black Belt Techniques for FDMEE and Cloud Data Management
 

Viewers also liked

Migration Approaches for FDMEE
Migration Approaches for FDMEEMigration Approaches for FDMEE
Migration Approaches for FDMEE
Alithya
 
Cycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGH
Cycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGHCycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGH
Cycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGH
Alithya
 
What Would Happen If I...? FDMEE Edition
What Would Happen If I...? FDMEE EditionWhat Would Happen If I...? FDMEE Edition
What Would Happen If I...? FDMEE Edition
Alithya
 
KScope14 FDMEE Multiproduct
KScope14 FDMEE MultiproductKScope14 FDMEE Multiproduct
KScope14 FDMEE Multiproduct
Alithya
 
FDMEE Tutorial - Part 1
FDMEE Tutorial - Part 1FDMEE Tutorial - Part 1
FDMEE Tutorial - Part 1
Van Huy
 
Configuring FDMEE 11.1.2.4 & File Load (HFM)
Configuring FDMEE 11.1.2.4 & File Load (HFM)Configuring FDMEE 11.1.2.4 & File Load (HFM)
Configuring FDMEE 11.1.2.4 & File Load (HFM)
Charles Babu J
 
Terumo Medical Integrated Business Analytics at its Best
Terumo Medical Integrated Business Analytics at its BestTerumo Medical Integrated Business Analytics at its Best
Terumo Medical Integrated Business Analytics at its Best
Alithya
 
Loading Smartlists into PBCS using FDMEE
Loading Smartlists into PBCS using FDMEELoading Smartlists into PBCS using FDMEE
Loading Smartlists into PBCS using FDMEE
Ray Février
 
Taking Your FDM Application to the Next Level with Advanced Scripting
Taking Your FDM Application to the Next Level with Advanced ScriptingTaking Your FDM Application to the Next Level with Advanced Scripting
Taking Your FDM Application to the Next Level with Advanced Scripting
Alithya
 
FDMEE 11.1.2.4.200 Partner Meeting - May 2016
FDMEE 11.1.2.4.200 Partner Meeting - May 2016FDMEE 11.1.2.4.200 Partner Meeting - May 2016
FDMEE 11.1.2.4.200 Partner Meeting - May 2016
Ray Février
 
FDMEE Tutorial - Part 1
FDMEE Tutorial - Part 1FDMEE Tutorial - Part 1
FDMEE Tutorial - Part 1Van Huy
 
Configuring FDMEE 11.1.2.4 & Sample File Load (HFM).
Configuring FDMEE 11.1.2.4 & Sample File Load (HFM).Configuring FDMEE 11.1.2.4 & Sample File Load (HFM).
Configuring FDMEE 11.1.2.4 & Sample File Load (HFM).
Charles Babu J
 

Viewers also liked (12)

Migration Approaches for FDMEE
Migration Approaches for FDMEEMigration Approaches for FDMEE
Migration Approaches for FDMEE
 
Cycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGH
Cycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGHCycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGH
Cycling Off FDM Classic on Steroids and Taking a Dose of FDMEE HGH
 
What Would Happen If I...? FDMEE Edition
What Would Happen If I...? FDMEE EditionWhat Would Happen If I...? FDMEE Edition
What Would Happen If I...? FDMEE Edition
 
KScope14 FDMEE Multiproduct
KScope14 FDMEE MultiproductKScope14 FDMEE Multiproduct
KScope14 FDMEE Multiproduct
 
FDMEE Tutorial - Part 1
FDMEE Tutorial - Part 1FDMEE Tutorial - Part 1
FDMEE Tutorial - Part 1
 
Configuring FDMEE 11.1.2.4 & File Load (HFM)
Configuring FDMEE 11.1.2.4 & File Load (HFM)Configuring FDMEE 11.1.2.4 & File Load (HFM)
Configuring FDMEE 11.1.2.4 & File Load (HFM)
 
Terumo Medical Integrated Business Analytics at its Best
Terumo Medical Integrated Business Analytics at its BestTerumo Medical Integrated Business Analytics at its Best
Terumo Medical Integrated Business Analytics at its Best
 
Loading Smartlists into PBCS using FDMEE
Loading Smartlists into PBCS using FDMEELoading Smartlists into PBCS using FDMEE
Loading Smartlists into PBCS using FDMEE
 
Taking Your FDM Application to the Next Level with Advanced Scripting
Taking Your FDM Application to the Next Level with Advanced ScriptingTaking Your FDM Application to the Next Level with Advanced Scripting
Taking Your FDM Application to the Next Level with Advanced Scripting
 
FDMEE 11.1.2.4.200 Partner Meeting - May 2016
FDMEE 11.1.2.4.200 Partner Meeting - May 2016FDMEE 11.1.2.4.200 Partner Meeting - May 2016
FDMEE 11.1.2.4.200 Partner Meeting - May 2016
 
FDMEE Tutorial - Part 1
FDMEE Tutorial - Part 1FDMEE Tutorial - Part 1
FDMEE Tutorial - Part 1
 
Configuring FDMEE 11.1.2.4 & Sample File Load (HFM).
Configuring FDMEE 11.1.2.4 & Sample File Load (HFM).Configuring FDMEE 11.1.2.4 & Sample File Load (HFM).
Configuring FDMEE 11.1.2.4 & Sample File Load (HFM).
 

Similar to It's Time to Reassess Your FDM Mappings

Scalable, Fast Analytics with Graph - Why and How
Scalable, Fast Analytics with Graph - Why and HowScalable, Fast Analytics with Graph - Why and How
Scalable, Fast Analytics with Graph - Why and How
Cambridge Semantics
 
How to migrate to fdmee not die trying: Levi's knows
How to migrate to fdmee not die trying: Levi's knowsHow to migrate to fdmee not die trying: Levi's knows
How to migrate to fdmee not die trying: Levi's knows
Christopher Chong
 
AutoML for user segmentation: how to match millions of users with hundreds of...
AutoML for user segmentation: how to match millions of users with hundreds of...AutoML for user segmentation: how to match millions of users with hundreds of...
AutoML for user segmentation: how to match millions of users with hundreds of...
Institute of Contemporary Sciences
 
Netflix Machine Learning Infra for Recommendations - 2018
Netflix Machine Learning Infra for Recommendations - 2018Netflix Machine Learning Infra for Recommendations - 2018
Netflix Machine Learning Infra for Recommendations - 2018
Karthik Murugesan
 
ML Infra for Netflix Recommendations - AI NEXTCon talk
ML Infra for Netflix Recommendations - AI NEXTCon talkML Infra for Netflix Recommendations - AI NEXTCon talk
ML Infra for Netflix Recommendations - AI NEXTCon talk
Faisal Siddiqi
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between  CAD & GIS: 6 Ways to Automate Your  Data IntegrationBridging Between  CAD & GIS: 6 Ways to Automate Your  Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Safe Software
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
marketing932765
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
marketing932765
 
ProgrammingPrimerAndOOPS
ProgrammingPrimerAndOOPSProgrammingPrimerAndOOPS
ProgrammingPrimerAndOOPS
sunmitraeducation
 
Data Warehousing with Python
Data Warehousing with PythonData Warehousing with Python
Data Warehousing with Python
Martin Loetzsch
 
Challenges of Building a First Class SQL-on-Hadoop Engine
Challenges of Building a First Class SQL-on-Hadoop EngineChallenges of Building a First Class SQL-on-Hadoop Engine
Challenges of Building a First Class SQL-on-Hadoop Engine
Nicolas Morales
 
Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...
Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...
Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...
Arvind Surve
 
Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...
Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...
Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...
Arvind Surve
 
Best Practices for Migrating your Data Warehouse to Amazon Redshift
Best Practices for Migrating your Data Warehouse to Amazon Redshift Best Practices for Migrating your Data Warehouse to Amazon Redshift
Best Practices for Migrating your Data Warehouse to Amazon Redshift
Amazon Web Services
 
Dynamics ax 2012 development overview
Dynamics ax 2012 development overviewDynamics ax 2012 development overview
Dynamics ax 2012 development overviewAli Raza Zaidi
 
seminar100326a.pdf
seminar100326a.pdfseminar100326a.pdf
seminar100326a.pdf
ShrutiPanda12
 
2012 connectionpoint pcammisa_hpcm
2012 connectionpoint pcammisa_hpcm2012 connectionpoint pcammisa_hpcm
2012 connectionpoint pcammisa_hpcmInnovusPartners
 
Migration of Domino Application Landscapes…using cedros Software Analysis & M...
Migration of Domino Application Landscapes…using cedros Software Analysis & M...Migration of Domino Application Landscapes…using cedros Software Analysis & M...
Migration of Domino Application Landscapes…using cedros Software Analysis & M...
Philipp Königs
 

Similar to It's Time to Reassess Your FDM Mappings (20)

Scalable, Fast Analytics with Graph - Why and How
Scalable, Fast Analytics with Graph - Why and HowScalable, Fast Analytics with Graph - Why and How
Scalable, Fast Analytics with Graph - Why and How
 
How to migrate to fdmee not die trying: Levi's knows
How to migrate to fdmee not die trying: Levi's knowsHow to migrate to fdmee not die trying: Levi's knows
How to migrate to fdmee not die trying: Levi's knows
 
AutoML for user segmentation: how to match millions of users with hundreds of...
AutoML for user segmentation: how to match millions of users with hundreds of...AutoML for user segmentation: how to match millions of users with hundreds of...
AutoML for user segmentation: how to match millions of users with hundreds of...
 
Netflix Machine Learning Infra for Recommendations - 2018
Netflix Machine Learning Infra for Recommendations - 2018Netflix Machine Learning Infra for Recommendations - 2018
Netflix Machine Learning Infra for Recommendations - 2018
 
ML Infra for Netflix Recommendations - AI NEXTCon talk
ML Infra for Netflix Recommendations - AI NEXTCon talkML Infra for Netflix Recommendations - AI NEXTCon talk
ML Infra for Netflix Recommendations - AI NEXTCon talk
 
Sandeep Grandhi (1)
Sandeep Grandhi (1)Sandeep Grandhi (1)
Sandeep Grandhi (1)
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between  CAD & GIS: 6 Ways to Automate Your  Data IntegrationBridging Between  CAD & GIS: 6 Ways to Automate Your  Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
ProgrammingPrimerAndOOPS
ProgrammingPrimerAndOOPSProgrammingPrimerAndOOPS
ProgrammingPrimerAndOOPS
 
Data Warehousing with Python
Data Warehousing with PythonData Warehousing with Python
Data Warehousing with Python
 
Challenges of Building a First Class SQL-on-Hadoop Engine
Challenges of Building a First Class SQL-on-Hadoop EngineChallenges of Building a First Class SQL-on-Hadoop Engine
Challenges of Building a First Class SQL-on-Hadoop Engine
 
Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...
Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...
Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...
 
Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...
Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...
Apache SystemML Optimizer and Runtime techniques by Arvind Surve and Matthias...
 
Best Practices for Migrating your Data Warehouse to Amazon Redshift
Best Practices for Migrating your Data Warehouse to Amazon Redshift Best Practices for Migrating your Data Warehouse to Amazon Redshift
Best Practices for Migrating your Data Warehouse to Amazon Redshift
 
Dynamics ax 2012 development overview
Dynamics ax 2012 development overviewDynamics ax 2012 development overview
Dynamics ax 2012 development overview
 
seminar100326a.pdf
seminar100326a.pdfseminar100326a.pdf
seminar100326a.pdf
 
2012 connectionpoint pcammisa_hpcm
2012 connectionpoint pcammisa_hpcm2012 connectionpoint pcammisa_hpcm
2012 connectionpoint pcammisa_hpcm
 
Migration of Domino Application Landscapes…using cedros Software Analysis & M...
Migration of Domino Application Landscapes…using cedros Software Analysis & M...Migration of Domino Application Landscapes…using cedros Software Analysis & M...
Migration of Domino Application Landscapes…using cedros Software Analysis & M...
 
R2 roadshows
R2 roadshowsR2 roadshows
R2 roadshows
 

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 Cloud
Alithya
 
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 Implementations
Alithya
 
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 Effectively
Alithya
 
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 Cloud
Alithya
 
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
Alithya
 
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 PCMCS
Alithya
 
Essbase Calculations: Elements of Style
Essbase Calculations: Elements of StyleEssbase Calculations: Elements of Style
Essbase Calculations: Elements of Style
Alithya
 

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

RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
BBPMedia1
 
ikea_woodgreen_petscharity_cat-alogue_digital.pdf
ikea_woodgreen_petscharity_cat-alogue_digital.pdfikea_woodgreen_petscharity_cat-alogue_digital.pdf
ikea_woodgreen_petscharity_cat-alogue_digital.pdf
agatadrynko
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
agatadrynko
 
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdfModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
fisherameliaisabella
 
Sustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & EconomySustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & Economy
Operational Excellence Consulting
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Lviv Startup Club
 
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
fakeloginn69
 
anas about venice for grade 6f about venice
anas about venice for grade 6f about veniceanas about venice for grade 6f about venice
anas about venice for grade 6f about venice
anasabutalha2013
 
Memorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.pptMemorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.ppt
seri bangash
 
Cracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptxCracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptx
Workforce Group
 
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdfMeas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
dylandmeas
 
20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf
tjcomstrang
 
April 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products NewsletterApril 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products Newsletter
NathanBaughman3
 
Premium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern BusinessesPremium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern Businesses
SynapseIndia
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
Cynthia Clay
 
What are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdfWhat are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdf
HumanResourceDimensi1
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
tanyjahb
 
FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134
LR1709MUSIC
 
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).pptENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
zechu97
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
sarahvanessa51503
 

Recently uploaded (20)

RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
 
ikea_woodgreen_petscharity_cat-alogue_digital.pdf
ikea_woodgreen_petscharity_cat-alogue_digital.pdfikea_woodgreen_petscharity_cat-alogue_digital.pdf
ikea_woodgreen_petscharity_cat-alogue_digital.pdf
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
 
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdfModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
ModelingMarketingStrategiesMKS.CollumbiaUniversitypdf
 
Sustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & EconomySustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & Economy
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
 
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
 
anas about venice for grade 6f about venice
anas about venice for grade 6f about veniceanas about venice for grade 6f about venice
anas about venice for grade 6f about venice
 
Memorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.pptMemorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.ppt
 
Cracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptxCracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptx
 
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdfMeas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
 
20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf
 
April 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products NewsletterApril 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products Newsletter
 
Premium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern BusinessesPremium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern Businesses
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
What are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdfWhat are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdf
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
 
FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134
 
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).pptENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
 

It's Time to Reassess Your FDM Mappings

  • 1.
  • 2. Mapping in FDMEE It's Time to Reassess Your FDM Mappings Tony Scalese & Francisco Amores Torres Edgewater Ranzal & Infratects
  • 3. About Us- Infratects DEEP EXPERTISE HOSTING CLOUD DESIGN CONFIGURATION INSTALLATION STRESS TESTING UPGRADES MIGRATIONS PATCHING INTEGRATION SUPPORT TRAINING INFRASTRUCTURE FOLLOW THE SUN SUPPORT 40+ CONSULTANTS 15+ YEARS EXPERIENCE 5 DATA CENTERS NA EMEA APAC DEDICATED MANAGED SERVICES & SUPPPORT TEAM FOCUSED 15 IN BUSINESS YEARS INFRATECTS FI INFRATECTS UK INFRATECTS NL2000 INFRATECTS AUS2008 2009 2012 INFRATECTS US2014 INFRATECTS SP2012 WWW.INFRATECTS.COM
  • 4. About Us – Edgewater Ranzal
  • 5. Our Services – Edgewater Ranzal Financial Close & Consolidations Business Intelligence Enterprise Planning & Analytics Data Integration Services Training & Support Services Advisory ServicesInfrastructure Costing & Profitability Mgmt Data Integration Services • FDMEE, ERPi & FDM Classic • ERP Integration including EBS, PeopleSoft & SAP • Master Data Management (DRM) • Automation
  • 6.  Mapping Overview  FDMEE New Capabilities Overview  Mapping Design Discussion  Classic to FDMEE Discussion & Case Study  Tuning Discussion  Roadmap Discussion  Questions Agenda
  • 8. Type Description Example Explicit One to One Mapping GL account 10000 maps to EPM account Cash Between A continuous range of source system members mapping to 1 target member GL Accounts 10000-10099 map to EPM account Cash In A non-continuous range of source system members mapping to 1 target member GL Account 10100,10135, & 10143 map to EPM account ST_Investments Multi Dimension 2 or more source system members used to map to 1 target member Account 50799 and cost centers like ???75 map to EPM account Severance Like Wildcard mapping supporting single or multi character wildcards Accounts beginning with 12* maps to EPM Account Fixed_Assets Mapping Types
  • 9. Wildcard Usage Example Limitations ? Single character wildcard CC 100?? = Finance * Multi character wildcard CC 100* = Finance <x> Use x field of a concatenated source field <2> for source C1 CompanyCode_Cost Center = CostCenter 1000_10065 = 10065 Concatenation character must be underscore <BLANK> Source field is blank <BLANK> = [None] Field must contain a blank space, cannot be null More About Like Maps See Examples of Expressions Using Special Characters in Admin Guide
  • 10.  New to FDMEE 11.1.2.3.510  Originally developed for ARM targets but applicable to any target  Very powerful for when needing to combine source system chart fields to derive EPM target  Enter #FORMAT in the target ● #FORMAT(Source Value,Delimiter) Advanced Mapping – Format Mask
  • 11. Operator Usage ? Single character wildcard # Skip/Ignore character at a given position String/Character Hard coded text to append to the target * Include all characters for a segment Format Mask Operators
  • 12.  Source: 12345-6789-012-3456ABC-001  Format Mask: #FORMAT(“???-*-GROUP-AA##?#*X- GROUP”,”-“) ● Take characters 1-3 of 1st segment (12345) ● Take the entire 2nd segment (6789) ● Replace the 3rd segment (012) with the word “GROUP” ● Append text “AA” to the 4th segment ● Ignore characters 1 & 2 (34) of the 4th segment ● Take the 3rd character (5) of the 4th segment ● Ignore the 5th character (6) of the 4th segment ● Take the remaining characters of the 4th segment (ABC) ● Append the text “X” to the 4th segment ● Replace the 5th segment (001) with the text “GROUP”  Target: 123-6789-GROUP-AA5ABCX-GROUP Format Mask Example
  • 13.  Within a dimension, maps processing in the following order: ● Explicit, Between, In, Multi Dimension, Like  Dimensions process in the following order: ● Account, Entity, ICP, Custom1-20 Map Processing Order
  • 14.  Replaces varValues concept  Supported for Between, In & Like  Supports Jython or SQL  Only required when needing to map based on TARGET dimensions ● Use Multi dimension maps for source values ● Use DLR specific mapping for location and category based mapping Advanced Mapping - Scripting
  • 15.  Map based on a debit/credit balance for the record Mapping Script Example
  • 16.  Using custom SQL functions ● Map based on logic account value ● Map based on HFM “is icp” metadata property Mapping Script Example
  • 17.  Limited audit ● Premapping in script  Limited version control  “Administrator” owned/maintained  Unnecessary with new mapping capabilities  Performance impact pre-11.1.2.3.530 Why Import Scripts May No Longer Be Needed
  • 18.  Parse a chart field ● 100.210.50010.1468.000  Get & Put functions  Dynamically assign source entity as Location Name Import Script Use Cases
  • 19. Importing Maps Method Interface Number of Dimensions Number of Locations Validation Load Method Flat File GUI – Data Load Mapping 1+ 1 Yes Merge/Replace Excel GUI – Data Load Mapping 1 1 Yes Merge/Replace Excel GUI – Excel Interface 1+ 1+ No Append Flat File Command Line 1 1 Yes Merge/Replace
  • 21.  Download template from Import  Download Excel Template Excel Upload – Data Load Mapping
  • 22.  Uses Excel Named Range ● First cell: Table name (tdatamap) ● Row 2: Field names for table ● Row 3-x: Maps to be imported Excel Upload – Excel Interface
  • 23.  Applicable to text files only  Arguments: ● User Name ● Password ● Location Name: FDM location Name ● Dimension Name: ACCOUNT, ENTITY, ICP, UDx ● File Path: Path to text file ● Import Method: MERGE/REPLACE ● Validate: Y/N ● Sync Mode: SYNC/ASYNC Command Line OracleMiddlewareEPMSystem11R1productsFinancialDataQualitybin>importmapping.bat admin PASSWORD TestHFM ACCOUNT E:OracleFDMEE_ShareMap_TestHFM.txt MERGE Y SYNC
  • 24.  Essbase DRs ● Defined as data slice ● Created from mappings regardless data loaded ● Only mappings with explicit target value (A* A1)  Current approach ● Limits #Drill Regions ● Restricts mapping definition  Planned approach ● Define DR in Data Load Rules using member functions Mapping impact on HP/Essbase Drill Regions
  • 26.  View Mappings  Show Invalid Researching Maps
  • 27. The Art & Science of Designing Maps  Science: Understanding what source system chart fields are required to determine the target system member and the transformation (mapping) required  Art: Designing mapping that is: 1. Accurate 2. Balances a) Maintenance b) Performance
  • 28.  High Level (BRs) > Lowest Level (MRs)  Good start: Dimension Mapping Matrix The Art & Science of Designing Maps FDMEE Source Entity Account ICP C1 Department x Profit Center x Account x x Sub-Account x Partner Code x Functional Area x
  • 29.  GL has 1 chart field containing natural account & cost center (not always populated)  Cost Center is only applicable for mapping HFM Cost of Goods & Operating Expenses Mapping Case Study
  • 30.  Combination of Explicit & Like Maps FDM Classic Maps
  • 31.  Import script to split the GL chart field to Natural Account & Cost Center  Natural Account used as source HFM Account  Cost Center used as source Custom3 ● All mapped to [None]  Transitioned to mainly explicit maps (116)  Leveraged Between maps for COGS & OPEX (7)  Reduced mapping records (and complexity) from 171 to 124 – 27% reduction FDMEE Mapping
  • 33.  Explicit maps perform “best”  Performance penalty for “extra” wildcard maps Tuning - Map Design
  • 34.  Good mapping design still with lower performance  Additional indexes may be needed on TDATASEG_T  Analyze your mappings in TDATAMAP Tuning: Database
  • 35.  Monitor load process with the DBA ● Use DB Tuning Advisory tools Tuning: Database CREATE NONCLUSTERED INDEX [CUST_TDATASEG_T_ENT] ON [dbo].[TDATASEG_T] ( [CATKEY] ASC, [LOADID] ASC, [PARTITIONKEY] ASC, [PERIODKEY] ASC, [ENTITY] ASC, [ENTITYX] ASC )
  • 36.  Don’t just “lift & shift”  Recreate varValues mapping as multi dimension or #SQL  Remove mapping records that are not applicable, especially non explicit maps  Identify opportunities for parent maps  Test, Test, Test! ● Ported maps ● Redesigned maps Classic to FDMEE Considerations
  • 37.  DRM Integration  Mapping Review Mode  Mapping Audit Report Roadmap
  • 38.  Fix “Fix Maps”  Use NOT in multi dimension maps  Limit entity to active entities only (HFM)  Include target dimensions in Multi Dimension maps  Include amount criteria in Account mappings  Grid for searching mappings across locations and dimensions  Define mappings at DLR level for Parent Locations  Copy maps Pending Enhancement Requests
  • 39.  All the search fields accept wildcards (? or *)  E.g.: want to search anything that maps to a certain account, across all locations Custom Web for Mapping Searching
  • 40. Tony Scalese Edgewater Ranzal ascalese@ranzal.com Francisco Amores Torres Infratects francisco.amores@infrat ects.com Questions
  • 41. Edgewater Ranzal 108 Corporate Park Drive, Suite 105 White Plains, NY 10604 Tel (914) 253-6600 Email: info@ranzal.com Co-Presenter Tony Scalese, Integration Practice Director 45 Beech Street, Suite 109 London EC2Y 8AD United Kingdom Tel +44 (0) 2033 717 174 150 North Michigan Ave. Suite 2800 Chicago, IL 60601 Tel (312) 624-7738 200 Harvard Mill Square Suite 210 Wakefield, MA 01880 Tel (781) 246-3343 Contact Information
  • 42. Infratects 2401 Internet Blvd., Suite 101 Frisco, Texas 75034 Tel (214) 436-8987 Email: info@infratects.com Co-Presenter Francisco Amores Torres, Integration Specialist Contact Information Herculesplein 32-34 Utrecht 3584 AA The Netherlands Tel +31 (0)88 238 08 00 Horton House Exchange Flags Liverpool L2 3PF Tel +44 (0) 7833 444717 Tekniikantie 14 Espoo 02150 Finland Tel +358 (0)40 559 2630