SlideShare a Scribd company logo
1 of 72
Deep Dive on Dynamic Member Lists and
Dynamic Point of View Member Lists for
HFM
April 27, 2018
Grace Xu, Finit Solutions
Mary Chan , Finit Solutions
OUR HISTORY
A brief history of our partnerships
Oracle Gold Partner Finit
• Founded in 2002
• 90+ employees in 20+ states
• Mostly CPAs, MBAs
• 300+ Clients – all CPM / EPM
Focused
• 1,000+ CPM / EPM projects
• 20+ Fortune 100, 60+
Fortune 500, 100+ Fortune
1000
OneStream Platinum Partner
• 150+ HFM Projects
• Managed largest roll-out of
HFM in North America
• 175+ FDM Projects
• World leader in FDM
implementations and
custom solutions
• 100+ Planning / Essbase
projects
• 40+ OneStream Clients
(Market Leader)
• #1 Implementer of
OneStream
• Platinum Partner
• First OneStream
MarketPlace App
• RequestIT
The Finit Model
Fully aligned with
our clients, not just
bottom line $
No debt or external
ownership
Work with Finit
employees, no
subcontractors
Compensation
based on CLIENT
SATISFACTION
PRIVATELY
OWNED
CLIENT
SATISFACTION
NO
SUBCONTRACTORS
DEBT FREE
Our values, culture, and approach to
becoming a trusted advisor to our
customers has led to
100% CUSTOMER SUCCESS
for every project since our inception
in 2002
300+ Clients
1,000+ Projects
Some Finit Clients
Questions
Upcoming Webinars
• Friday, May 18 – Cash Flow 2D vs 3D – Part I
• Presented by Matt Spencer
• Friday, May 25 – Cash Flow 2D vs 3D – Part II
• Presented by Matt Spencer
About The Presenters
• Grace Xu
• (gxu@finit.com)
• Lead Consultant
• 4+ years at Finit
• 10+ years working with HFM,
FDM, BI+ Financial Reporting,
Smart View, ARM, FCM and
Hyperion Enterprise
• HFM/Planning Essbase
Certified
• Mary Chan
• (mchan@finit.com)
• Implementation Manager
• 11+ years at Finit
• 11+ years working with HFM,
FDMEE, BI+ Financial Reporting,
Smart View, FCM and Hyperion
Enterprise
• Oracle Hyperion Financial
Management 11 Certified
Implementation Specialist
Agenda
• Static vs. Dynamic Member Lists
• Dynamic Member Lists Use Cases
• Dynamic Member Lists Limitation
• Dynamic Point-of-View (POV) Member Lists
• Dynamic POV Member Lists Use Cases
• Dynamic POV Member Lists Limitation
• Q&A
Static vs. Dynamic Member Lists
Usage of Member Lists – Demonstration
• Challenge:
• Often times, users have to select the year and the period before
entering data into data forms
• Can you design data forms so that they are automatically set to
the current year and period without the users having to select
them and to prevent users from selecting the wrong year and/or
period?
Usage of Member Lists – Demonstration (cont’d)
Static vs. Dynamic Member Lists
• Static Member Lists
• Members in the lists are hard-coded in the scripts
• Members in the lists are not intended to change frequently or at all
• Example: Quarter end periods list (Mar, Jun, Sep, Dec)
• Maintenance is performed in the member lists file
• Dynamic Member Lists
• Members in the lists share similar property or attribute
• Members in the lists may change, especially if new metadata is added
• Example: Non-USD Entities list, Rollforward Account list
• Maintenance is intended to be done in metadata rather than member lists file
• What dimensions can static / dynamic member lists be applied to?
• Scenario, Year, Period, Entity, Account, ICP, and Custom dimensions
Static vs. Dynamic Member Lists – Demonstration (cont’d)
• Option 1: Static Member List approach
• Create a CurPeriod and a CurYear member lists with the current period and
the current year hard-coded in the lists
• Have all the periods listed and commented out, then uncomment the line
that represent the current period
• Replace the current year manually every year
Static vs. Dynamic Member Lists – Demonstration (cont’d)
• Option 1: Static Member List approach
• Pros
• Easy to understand and to update
• Cons
• Require update to the member list file
• Require loading the member list file to HFM which means system down
time
Static vs. Dynamic Member Lists – Demonstration (cont’d)
• Option 2: Dynamic Member List approach
• Create a current year and a current period member lists that reference the
value inputted into a trigger account
• Create a data form for the administrator to enter the current year and
current period values into the trigger account
• The member lists are updated after the value is entered and saved in HFM
Static vs. Dynamic Member Lists – Demonstration
(cont’d)
Static vs. Dynamic Member Lists – Demonstration (cont’d)
• Option 2: Dynamic Member List approach
• Pros
• No member lists update required
• No system down time required
• Easy to use
• Cons
• Require setting up a trigger account
• The scripts for the member lists are not as simple or straightforward as the
static lists
Dynamic Member Lists
• Whenever possible, design and use dynamic member lists over
static member lists
• Aim for update to member lists based on metadata update rather
than the member lists file
• Can be used in rules, data forms, FR reports, data grids, Smart
View, taskflow, journals reports and intercompany matching
reports
• Can use VBScript syntax and functions as well as HFM functions in
the script
• Can use custom defined functions or subroutines in the script such
as Sorting and WriteToFile
Dynamic Member Lists Use Cases
Dynamic Member Lists for Account Dimension
• Challenge:
• Is there any easy way to pull the balance sheet accounts subject
to historical currency override into a data form for override input
and into a FR Report for review and analysis?
Dynamic Member Lists for Account Dimension (cont’d)
• Solution:
• In one of the three User Defined (UD) fields in the Account dimension,
enter a code such as “HIST” for the accounts that are subject to historical
currency override
Dynamic Member Lists for Account Dimension (cont’d)
• Solution (cont’d):
• Create a Historical Override Account member list for the balance sheet
accounts that have the code “HIST” in the UD field
• To add or change members in the list, modify the code used in the UD field
for the applicable accounts
• Use the Account member list in the row of the applicable data form and FR
report
Dynamic Member Lists for Entity Dimension
• Challenge:
• A client has legal entities set up as parent entities in the Entity
dimension
• Process Control is used and validations are to be run on the legal
entities instead of the base entities
• How can you include all the legal entities that are in multiple
Entity hierarchies in the validation rules or FR Report for
analysis?
Dynamic Member Lists for Entity Dimension (cont’d)
• Solution:
• In one of the three User Defined (UD) fields in the Entity dimension, enter a
code such as “LEC” for the parent entities that are legal entities and are
subject to validations
Dynamic Member Lists for Entity Dimension (cont’d)
• Solution (cont’d):
• Create a LEC Entity member list for the parent entities that have the code
“LEC” in the UD field
• Reference the Entity member list in the rules, data forms or FR reports
Dynamic Member Lists for ICP Dimension
• Challenge:
• A client wants to be able to enable data input and running
reports for their entities with Intercompany Partner (ICP) in a
certain country, and with ICP excluding a certain country
• How do you limit the users’ selection of ICP to a certain country
or excluding a certain country?
Dynamic Member Lists for ICP Dimension (cont’d)
• Solution:
• In one of the three User Defined (UD) fields in the Entity dimension, enter a
code that represents the country such as “IL” for Israel in all the entities in
Israel that can be used as ICP
Dynamic Member Lists for ICP Dimension (cont’d)
• Solution (cont’d):
• Create the ICP member lists for the entities that are flagged as ICP and have
the code equals or not equals “IL” in the UD field
• Use the relevant ICP member lists in the data forms and FR Reports
Dynamic Member Lists Limitation
Dynamic Member Lists Limitation
• Challenge:
• A client wants to have the users enter rollforward data by legal
entity or market or region (parent member) instead of by every
base entity
• Can you set up a data form that shows the beginning and ending
balances from the parent entity and allow input to the child
(base) entity?
Dynamic Member Lists Limitation (cont’d)
• Solution:
• Identify one base entity for each legal entity or market or region
• By the unique naming convention for the entity with certain prefix such
as “Input_” or suffix such as “_Input”
• By entering a code in one of the three User Defined fields in the Entity
dimension
Dynamic Member Lists Limitation (cont’d)
• Solution (cont’d):
• Create a dynamic Entity member list for the base input entity called
Data_Forms_Input
• In the data form, let the users select the base input entity in the POV from
the dynamic member list Data_Forms_Input
Dynamic Member Lists Limitation (cont’d)
• Solution (cont’d):
• Use the HFM function E{@Cur.[Parents]} for the beginning balance, ending
balance and activity check columns which are pulled from the parent entity
• Use the HFM function E#@Cur in the columns for data input
Dynamic Member Lists Limitation (cont’d)
• Issue:
• Each base input entity can have one and only one parent, which means no
alternative entity hierarchy with the base input entities
• The HFM function E{@Cur.[Parents]} pulls all the parents for the current
entity selected by the user in the POV
• If there are multiple entity hierarchies, there will be more than one column
of beginning balance, ending balance and activity check, and could be very
confusing
Dynamic Point-of-View Member Lists
How to solve the problem?
• Goal is to have user select the entity from the POV and the data form to show
the beginning balance, ending balance and activity check from 1 designated
parent regardless of how many parents the base entity has
Dynamic Point-of-View (POV) Member Lists Demo
• Solution:
• Create a dynamic point-of-view (POV) Entity member list that will
dynamically pull a base entity based on the entity selected in the POV
• In the data form POV, use the dynamic Entity member list LE_Check to
allow users to select the parent entity
• The designated base entity with the code “LEI” will be pulled into the
columns for data input
Dynamic Point-of-View (POV) Member Lists Demo (cont’d)
• Solution (cont’d):
• In the columns where the parent amounts are pulled, use the HFM function
E#@Cur to reference the parent entity selected by the user in the POV
• In the columns where user is to input the rollforward activities, use the
dynamic POV Entity member list
What is Dynamic Point-of-View (POV) Member List?
• Dynamic POV member list is part of Dynamic member list, and is
based on the current POV member of one or more dimensions
• POV Dimensions include:
• Scenario
• Year
• Period
• Entity
• Can be used in Data Forms and FR Reports
Dynamic POV Member Lists Use Cases
Dynamic POV Member Lists – Use Case #1
• Challenge: Previous example, but with users selecting the base
entity instead of the parent entity
Dynamic POV Member Lists – Use Case #1 (cont’d)
• Solution:
• Create a dynamic POV Entity member list that will dynamically pull a parent
entity based on the base entity selected in the POV
• In the data form POV, use the dynamic Entity member list
Data_Forms_Input to allow users to select the base entity
• The corresponding parent entity will be pulled into the columns for the
beginning balance, ending balance and activity check
Dynamic POV Member Lists – Use Case #1 (cont’d)
• Solution (cont’d):
• In the columns where the parent amounts are pulled, use the dynamic POV
Entity member list
• In the columns where user is to input the rollforward activities, use the
HFM function E#@Cur to reference the base entity selected by the user
Dynamic POV Member Lists – Use Case #1 (cont’d)
• Caution:
• This solution also requires the designated input base entities to have one
parent only since the list is pulling [Parents]
Dynamic POV Member Lists – Use Case #2
• Challenge:
• A client’s consolidation team wants to review data using FR
Reports without having to change the POV entity for each entity
• Can you design a FR Report which will enable the user to select a
parent entity for a region and then a report will be generated for
that selected parent entity region and all the legal entities
(intermediate parent entities) that roll up to the region?
• Can the report be dynamic that it can be run for any region and
their children?
Dynamic POV Member Lists – Use Case #2 (cont’d)
• Solution:
• Create a FR Report that allow user to select the region or parent entity in
the POV
• Drop-down box shows the different pages for the different legal entities
Dynamic POV Member Lists – Use Case #2 (cont’d)
• Solution (cont’d):
• Create a dynamic Entity member list for the parent entities
• Create a dynamic POV Entity member list LE_Report(@POV) which will pull
all the legal entity entities with the UD code “LEC” underneath the parent
entity selected by the user in the POV
Dynamic POV Member Lists – Use Case 2
• Solution (cont’d):
• Create a FR Report with the followings:
• Entity in User POV – User can select any parent entity
• Entity in Grid POV – User Point of View for Entity
• Page dimension – the Dynamic POV member list
Dynamic POV Member Lists – Use Case #3
• Challenge:
• A client has an archive application with 15 years (2003-2017) of historical
data
• Some entities are active only in certain years
• Client wants a set of reports to run for only the active entities for each year
• Client does not desire to hard code the active entities for each year in the
rows for every report in the set, which could result in hundreds of report
and not a sustainable solution
• Can you design a set of FR reports that will generate a report for the active
entities in the year selected by the user in the POV?
Dynamic POV Member Lists – Use Case #3 (cont’d)
• Solution:
• In one of the three User Defined (UD) fields in the Entity dimension, use a
15-digit code to tag the active years for each entity where 1 indicates active
and 0 indicates inactive
• For example, if entity A is active in the years 2003-2005, enter a UD code
“111000000000000”. If entity B is active in the years 2014-2017, enter a UD
code “000000000001111” (to avoid becoming a number, add a letter at front)
Dynamic POV Member Lists – Use Case #3 (cont’d)
• Solution (cont’d):
• Create a dynamic POV Entity member list based on the POV Year selected
by the user
• For example, if the POV Year selected is 2003, the dynamic POV Entity member
list will check if the 1st digit of the 15-digit UD code equals “1” for each entity
being considered. If it is, the entity will be added to the member list and
included in the FR Report
Dynamic POV Member Lists – Use Case #3 (cont’d)
• Solution (cont’d):
• Create a FR Report with the followings
• Dynamic POV Entity List in the row
• Year in the User POV
Entity list changes automatically when the user
selects different year
Dynamic POV Member Lists – Use Case #4
• Challenge:
• A client has a lot of acquisitions
• Client wants to use a data form to enter information for all newly
acquired base entities within 12 months based on the current POV
of year, period and parent entity
• For example, if an user selects Mar 2018 for region US in the POV,
the data form will need to show all base entities within US that are
acquired between Mar 2017 and Mar 2018
• Can you design the data form that will dynamically pull the base
entities into the form for data input based on the Period, Year and
parent Entity selected in the POV?
Dynamic POV Member Lists – Use Case #4 (cont’d)
• Solution:
• Create a dynamic POV Entity member list based on the combination of
current POV Year, Period and Entity
• Once the user selects the Year and Period in the POV, these values will be
compared against the acquisition date information for the base entities
• In one of the three User Defined (UD) fields in the Entity dimension, enter the
acquisition date information
• Alternatively, enter the acquisition date to a trigger account if the users want
to be able to modify the dates on their own without going through the HFM
admin
• If the difference between the value for the current POV Year and Period and
the value for the acquisition date is within 12 months, and if the entity is a
base of the current POV of entity, add this entity to the list
Dynamic POV Member Lists – Use Case 4 (cont’d)
• Solution (cont’d) Compare Acquisition Date against the POV Date to
check whether the difference is within 12 months, and
also check whether the entity is part of the POV region
every time the user makes a selection
Entity list is generated
dynamically based on
comparison
Dynamic POV Member Lists – Use Case #5
• Challenge:
• A client has a forecast scenario for each month. e.g. JanFcst,
FebFcst, MarFcst, etc.
• The forecast periods start from the month in the forecast
scenario to the end of the year. e.g. JanFcst has Jan as the first
forecast period, FebFcst has Feb as the first forecast period
• Client does not want to create and maintain multiple forecast
data forms
• Can you design a data form for entering the forecast data with
the columns dynamically showing the forecast periods based on
the Scenario selected by the user in the POV?
Dynamic POV Member Lists – Use Case #5.1a (cont’d)
• Solution:
• Option 1 – Dynamic Period Member List approach
• Create a starting forecast period member list that reference the value
inputted into a trigger account
• Create a data form for the administrator to enter the starting forecast
period values into the trigger account
• The member lists are updated after the value is entered and saved in
HFM
Dynamic POV Member Lists – Use Case #5.1a (cont’d)
• Solution (cont’d):
• Data form to input starting period
• Script that creates the dynamic Period member list
Dynamic POV Member Lists – Use Case #5.1a (cont’d)
• Solution (cont’d):
• Data form that uses the dynamic Period member list
• Can we also use a member list to refer to current forecast scenario instead
of hard coded in the form?
Another member list?
Starting period is corresponding
with the forecast scenario
Dynamic POV Member Lists – Use Case #5.1b (cont’d)
• Solution (cont’d):
• Yes, we can. And we can also utilize the trigger account for the starting
period that we previously used.
• Let’s call it CurForecastScenario
Dynamic POV Member Lists – Use Case #5.1b (cont’d)
• Solution (cont’d):
• Put it in the data form
• Now the trigger account value is driving 2 member lists
• Current forecast periods member list
• Current forecast scenario member list
• The data form is dynamically updated once the trigger account is updated
Dynamic POV Member Lists – Use Case #5.2 (cont’d)
• Solution (cont’d):
• Option 2 – Dynamic POV Member List approach
• Create a dynamic POV Period member list which will generate a period
member list base on the current point of view of scenario dimension
• User selects the forecast scenario in the POV, the data form will display
the corresponding forecast periods
Dynamic POV Member Lists – Use Case #5.2 (cont’d)
• Solution (cont’d)
FebFcst with starting period Feb
Form changes the starting period to May automatically when user selects MayFcst
Dynamic POV Member Lists – Use Case #5.2 (cont’d)
• Solution (cont’d):
• Dynamic POV Period member list derived from the user POV Scenario
• Use the dynamic POV Period member list in the data form column
Dynamic POV Member Lists Limitation
Limitation with Dynamic POV Member Lists
• Can only be used in Data Forms and FR Reports with HFM
• Cannot be used in Smart View or Data Grids
• Can create various dimension lists but can only be based on POV
members for dimensions Scenario, Year, Period and Entity
• For FR Reports, Scenario, Year, and Period must be in the user or
the grid POV if the dynamic POV member list is not for them. That
is, they cannot be in the rows or the columns; and only 1 member
can be selected in either the user or the grid POV
• Workaround – create a multi-grid report
Questions?
Upcoming Webinars
• Friday, May 18 – Cash Flow 2D vs 3D – Part I
• Presented by Matt Spencer
• Friday, May 25 – Cash Flow 2D vs 3D – Part II
• Presented by Matt Spencer
• PBCS Revenue Forecasting with On-Prem FDMEE at Weight Watchers – Jun 11 Mon 1:15-2:15p.m.
• Presented by Nathan Rank, Weight Watchers and Cindy Eichner, Finit Solutions
• EPBCS / PBCS / Hyperion Planning 101: The Freshman Level Intro Class – Jun 12 Tue 9:00-10:00a.m.
• Presented by Cindy Eichner, Finit Solutions
• Imagine that! Explore HFM Design Concepts – Jun 12 Tue 11:45a.m.-12:45p.m.
• Presented by Chris Barbieri, Finit Solutions
• Supplementing Your Financial Reporting Diet – Jun 12 Tue 3:45-4:45p.m.
• Presented by Geordan Drummond, Finit Solutions
• Creative Solutions for FX Analysis in HFM – Jun 13 Wed 10:15-11:15a.m.
• Presented by Brock Neal, Yum Brands and Mary Chan, Finit Solutions
• Lego My Cash Flow! – Jun 13 Wed 11:45a.m.-12:45p.m.
• Presented by Geordan Drummond, Finit Solutions
• Wow! You can be a Financial Reporting Pro, too! – Jun 13 Wed 11:45a.m.-12:45p.m.
• Presented by Monica Chan, Finit Solutions and Srinivas Salguti, Finit Solutions
• HFM Rules for Absolute Beginners – Jun 13 Wed 3:30-4:30p.m.
• Presented by Chris Barbieri, Finit Solutions
Thank you for Attending!
Today’s Presenters:
Grace Xu
gxu@finit.com
Mary Chan
mchan@finit.com
Copy of the slides or Recording:
Email us for a copy of the slides or a
link to the recording
insights@finit.com
Past webinars:
www.finit.com/webinars
Follow us on Twitter for updates:
@Finit_Solutions

More Related Content

What's hot

FDMEE script examples
FDMEE script examplesFDMEE script examples
FDMEE script examplesAmit Sharma
 
Finit solutions getting the most out of hfm process management and phased sub...
Finit solutions getting the most out of hfm process management and phased sub...Finit solutions getting the most out of hfm process management and phased sub...
Finit solutions getting the most out of hfm process management and phased sub...finitsolutions
 
HFM Extended Analytics
HFM Extended AnalyticsHFM Extended Analytics
HFM Extended Analyticsaa026593
 
FDMEE script examples
FDMEE script examplesFDMEE script examples
FDMEE script examplesAmit Soni
 
Finit - Creative Solutions for FX Analysis in HFM
Finit - Creative Solutions for FX Analysis in HFM Finit - Creative Solutions for FX Analysis in HFM
Finit - Creative Solutions for FX Analysis in HFM finitsolutions
 
It's Time to Reassess Your FDM Mappings
It's Time to Reassess Your FDM MappingsIt's Time to Reassess Your FDM Mappings
It's Time to Reassess Your FDM MappingsAlithya
 
Security and Auditing in HFM
Security and Auditing in HFMSecurity and Auditing in HFM
Security and Auditing in HFMAlithya
 
Understanding HFM System Tables
Understanding HFM System TablesUnderstanding HFM System Tables
Understanding HFM System Tablesaa026593
 
Finit solutions getting the most out of hfm - web data forms tips and tricks
Finit solutions   getting the most out of hfm - web data forms tips and tricksFinit solutions   getting the most out of hfm - web data forms tips and tricks
Finit solutions getting the most out of hfm - web data forms tips and tricksfinitsolutions
 
HFM Zero view settings
HFM Zero view settings HFM Zero view settings
HFM Zero view settings faizan uddin
 
Supplemental Data Manager - What is it? What are some use cases? How do I get...
Supplemental Data Manager - What is it? What are some use cases? How do I get...Supplemental Data Manager - What is it? What are some use cases? How do I get...
Supplemental Data Manager - What is it? What are some use cases? How do I get...finitsolutions
 
Where Did That Come From? Techniques for Debugging HFM
Where Did That Come From?  Techniques for Debugging HFMWhere Did That Come From?  Techniques for Debugging HFM
Where Did That Come From? Techniques for Debugging HFMfinitsolutions
 
Getting the Most out of EPMA: HFM Managing Metadata with EPMA
Getting the Most out of EPMA: HFM Managing Metadata with EPMAGetting the Most out of EPMA: HFM Managing Metadata with EPMA
Getting the Most out of EPMA: HFM Managing Metadata with EPMAfinitsolutions
 
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope FormatKSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope FormatAlexandre SERAN
 
Cash flow in hfm – simplified
Cash flow in hfm – simplifiedCash flow in hfm – simplified
Cash flow in hfm – simplifiedAlithya
 
FDMEE Can Do That?
FDMEE Can Do That?FDMEE Can Do That?
FDMEE Can Do That?Alithya
 
D53155 hfm 9.3.1_rules_student_guide
D53155 hfm 9.3.1_rules_student_guideD53155 hfm 9.3.1_rules_student_guide
D53155 hfm 9.3.1_rules_student_guideariffsharif
 
Cash Flow Series, Part 2: How to make HFM do the dirty work
Cash Flow Series, Part 2: How to make HFM do the dirty workCash Flow Series, Part 2: How to make HFM do the dirty work
Cash Flow Series, Part 2: How to make HFM do the dirty workfinitsolutions
 
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 CloudAlithya
 

What's hot (20)

FDMEE script examples
FDMEE script examplesFDMEE script examples
FDMEE script examples
 
Finit solutions getting the most out of hfm process management and phased sub...
Finit solutions getting the most out of hfm process management and phased sub...Finit solutions getting the most out of hfm process management and phased sub...
Finit solutions getting the most out of hfm process management and phased sub...
 
HFM Extended Analytics
HFM Extended AnalyticsHFM Extended Analytics
HFM Extended Analytics
 
FDMEE script examples
FDMEE script examplesFDMEE script examples
FDMEE script examples
 
Finit - Creative Solutions for FX Analysis in HFM
Finit - Creative Solutions for FX Analysis in HFM Finit - Creative Solutions for FX Analysis in HFM
Finit - Creative Solutions for FX Analysis in HFM
 
It's Time to Reassess Your FDM Mappings
It's Time to Reassess Your FDM MappingsIt's Time to Reassess Your FDM Mappings
It's Time to Reassess Your FDM Mappings
 
Security and Auditing in HFM
Security and Auditing in HFMSecurity and Auditing in HFM
Security and Auditing in HFM
 
Understanding HFM System Tables
Understanding HFM System TablesUnderstanding HFM System Tables
Understanding HFM System Tables
 
Finit solutions getting the most out of hfm - web data forms tips and tricks
Finit solutions   getting the most out of hfm - web data forms tips and tricksFinit solutions   getting the most out of hfm - web data forms tips and tricks
Finit solutions getting the most out of hfm - web data forms tips and tricks
 
HFM Zero view settings
HFM Zero view settings HFM Zero view settings
HFM Zero view settings
 
Supplemental Data Manager - What is it? What are some use cases? How do I get...
Supplemental Data Manager - What is it? What are some use cases? How do I get...Supplemental Data Manager - What is it? What are some use cases? How do I get...
Supplemental Data Manager - What is it? What are some use cases? How do I get...
 
Where Did That Come From? Techniques for Debugging HFM
Where Did That Come From?  Techniques for Debugging HFMWhere Did That Come From?  Techniques for Debugging HFM
Where Did That Come From? Techniques for Debugging HFM
 
Getting the Most out of EPMA: HFM Managing Metadata with EPMA
Getting the Most out of EPMA: HFM Managing Metadata with EPMAGetting the Most out of EPMA: HFM Managing Metadata with EPMA
Getting the Most out of EPMA: HFM Managing Metadata with EPMA
 
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope FormatKSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
KSCope 2013 - Balance Sheet Reporting - Design Consideration - KSCope Format
 
Cash flow in hfm – simplified
Cash flow in hfm – simplifiedCash flow in hfm – simplified
Cash flow in hfm – simplified
 
FDMEE Can Do That?
FDMEE Can Do That?FDMEE Can Do That?
FDMEE Can Do That?
 
Oracle hyperion financial management
Oracle hyperion financial managementOracle hyperion financial management
Oracle hyperion financial management
 
D53155 hfm 9.3.1_rules_student_guide
D53155 hfm 9.3.1_rules_student_guideD53155 hfm 9.3.1_rules_student_guide
D53155 hfm 9.3.1_rules_student_guide
 
Cash Flow Series, Part 2: How to make HFM do the dirty work
Cash Flow Series, Part 2: How to make HFM do the dirty workCash Flow Series, Part 2: How to make HFM do the dirty work
Cash Flow Series, Part 2: How to make HFM do the dirty work
 
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
 

Similar to Deep dive on dynamic member lists

Finit how to let go - enterprise archive apps
Finit   how to let go - enterprise archive appsFinit   how to let go - enterprise archive apps
Finit how to let go - enterprise archive appsfinitsolutions
 
AIS PPt.pptx
AIS PPt.pptxAIS PPt.pptx
AIS PPt.pptxdereje33
 
Finit OneStream - What's Possible Part II
Finit  OneStream - What's Possible Part IIFinit  OneStream - What's Possible Part II
Finit OneStream - What's Possible Part IIfinitsolutions
 
Smart forms and information templates in Oracle iProcurement
Smart forms and information templates in Oracle iProcurementSmart forms and information templates in Oracle iProcurement
Smart forms and information templates in Oracle iProcurementPrithis Das, PMP, OCS ☁️
 
DWaltherGraniteStateUG 2023.pptx
DWaltherGraniteStateUG 2023.pptxDWaltherGraniteStateUG 2023.pptx
DWaltherGraniteStateUG 2023.pptxDeb Walther
 
10 Points for Business Analysts for Regulatory Reporting Requirements
10 Points for Business Analysts for Regulatory Reporting Requirements10 Points for Business Analysts for Regulatory Reporting Requirements
10 Points for Business Analysts for Regulatory Reporting RequirementsPratibha Rawat Das
 
Digital Operating Model & IT4IT
Digital Operating Model & IT4ITDigital Operating Model & IT4IT
Digital Operating Model & IT4ITDavid Favelle
 
Supplementing the Close Process at UHS
Supplementing the Close Process at UHSSupplementing the Close Process at UHS
Supplementing the Close Process at UHSJoseph Alaimo Jr
 
Getting started with Compete PRO
Getting started with Compete PROGetting started with Compete PRO
Getting started with Compete PROCompete
 
The Rise of Self -service Business Intelligence
The Rise of Self -service Business IntelligenceThe Rise of Self -service Business Intelligence
The Rise of Self -service Business Intelligenceskewdlogix
 
SFDC Other Platform Features
SFDC Other Platform FeaturesSFDC Other Platform Features
SFDC Other Platform FeaturesSujit Kumar
 
Dimension Decisions: A Guide to Defining Dimensions for Your Oracle EPM Solution
Dimension Decisions: A Guide to Defining Dimensions for Your Oracle EPM SolutionDimension Decisions: A Guide to Defining Dimensions for Your Oracle EPM Solution
Dimension Decisions: A Guide to Defining Dimensions for Your Oracle EPM SolutionInnovusPartners
 
IT Service Catalog Taxonomy Essentials
IT Service Catalog Taxonomy EssentialsIT Service Catalog Taxonomy Essentials
IT Service Catalog Taxonomy EssentialsEvergreen Systems
 
Finit - All Things Chart of Accounts
Finit  - All Things Chart of AccountsFinit  - All Things Chart of Accounts
Finit - All Things Chart of Accountsfinitsolutions
 
Payroll integration millennium (jennifer mc_cray)
Payroll integration millennium (jennifer mc_cray)Payroll integration millennium (jennifer mc_cray)
Payroll integration millennium (jennifer mc_cray)Infinity Software Solutions
 
Payroll Roundtable: Payroll Integration With Millennium (MPAY)
Payroll Roundtable: Payroll Integration With Millennium (MPAY)Payroll Roundtable: Payroll Integration With Millennium (MPAY)
Payroll Roundtable: Payroll Integration With Millennium (MPAY)Infinity Software Solutions
 
IT Service Catalog: 5 Steps to Prepare Your Organization for Successful Servi...
IT Service Catalog: 5 Steps to Prepare Your Organization for Successful Servi...IT Service Catalog: 5 Steps to Prepare Your Organization for Successful Servi...
IT Service Catalog: 5 Steps to Prepare Your Organization for Successful Servi...Evergreen Systems
 
Salesforce admin training 1
Salesforce admin training 1Salesforce admin training 1
Salesforce admin training 1HungPham381
 
Fund Accounting Designed for Nonprofits
Fund Accounting Designed for NonprofitsFund Accounting Designed for Nonprofits
Fund Accounting Designed for NonprofitsNet at Work
 

Similar to Deep dive on dynamic member lists (20)

Finit how to let go - enterprise archive apps
Finit   how to let go - enterprise archive appsFinit   how to let go - enterprise archive apps
Finit how to let go - enterprise archive apps
 
AIS PPt.pptx
AIS PPt.pptxAIS PPt.pptx
AIS PPt.pptx
 
Finit OneStream - What's Possible Part II
Finit  OneStream - What's Possible Part IIFinit  OneStream - What's Possible Part II
Finit OneStream - What's Possible Part II
 
Smart forms and information templates in Oracle iProcurement
Smart forms and information templates in Oracle iProcurementSmart forms and information templates in Oracle iProcurement
Smart forms and information templates in Oracle iProcurement
 
DWaltherGraniteStateUG 2023.pptx
DWaltherGraniteStateUG 2023.pptxDWaltherGraniteStateUG 2023.pptx
DWaltherGraniteStateUG 2023.pptx
 
10 Points for Business Analysts for Regulatory Reporting Requirements
10 Points for Business Analysts for Regulatory Reporting Requirements10 Points for Business Analysts for Regulatory Reporting Requirements
10 Points for Business Analysts for Regulatory Reporting Requirements
 
Digital Operating Model & IT4IT
Digital Operating Model & IT4ITDigital Operating Model & IT4IT
Digital Operating Model & IT4IT
 
Supplementing the Close Process at UHS
Supplementing the Close Process at UHSSupplementing the Close Process at UHS
Supplementing the Close Process at UHS
 
Getting started with Compete PRO
Getting started with Compete PROGetting started with Compete PRO
Getting started with Compete PRO
 
The Rise of Self -service Business Intelligence
The Rise of Self -service Business IntelligenceThe Rise of Self -service Business Intelligence
The Rise of Self -service Business Intelligence
 
SFDC Other Platform Features
SFDC Other Platform FeaturesSFDC Other Platform Features
SFDC Other Platform Features
 
Dimension Decisions: A Guide to Defining Dimensions for Your Oracle EPM Solution
Dimension Decisions: A Guide to Defining Dimensions for Your Oracle EPM SolutionDimension Decisions: A Guide to Defining Dimensions for Your Oracle EPM Solution
Dimension Decisions: A Guide to Defining Dimensions for Your Oracle EPM Solution
 
IT Service Catalog Taxonomy Essentials
IT Service Catalog Taxonomy EssentialsIT Service Catalog Taxonomy Essentials
IT Service Catalog Taxonomy Essentials
 
Finit - All Things Chart of Accounts
Finit  - All Things Chart of AccountsFinit  - All Things Chart of Accounts
Finit - All Things Chart of Accounts
 
Payroll integration millennium (jennifer mc_cray)
Payroll integration millennium (jennifer mc_cray)Payroll integration millennium (jennifer mc_cray)
Payroll integration millennium (jennifer mc_cray)
 
Payroll Roundtable: Payroll Integration With Millennium (MPAY)
Payroll Roundtable: Payroll Integration With Millennium (MPAY)Payroll Roundtable: Payroll Integration With Millennium (MPAY)
Payroll Roundtable: Payroll Integration With Millennium (MPAY)
 
Payroll integration millennium-jennifer-mc_cray
Payroll integration millennium-jennifer-mc_crayPayroll integration millennium-jennifer-mc_cray
Payroll integration millennium-jennifer-mc_cray
 
IT Service Catalog: 5 Steps to Prepare Your Organization for Successful Servi...
IT Service Catalog: 5 Steps to Prepare Your Organization for Successful Servi...IT Service Catalog: 5 Steps to Prepare Your Organization for Successful Servi...
IT Service Catalog: 5 Steps to Prepare Your Organization for Successful Servi...
 
Salesforce admin training 1
Salesforce admin training 1Salesforce admin training 1
Salesforce admin training 1
 
Fund Accounting Designed for Nonprofits
Fund Accounting Designed for NonprofitsFund Accounting Designed for Nonprofits
Fund Accounting Designed for Nonprofits
 

More from finitsolutions

Cash Flow Series, Part I: 2-dimensional vs 3-dimensional
Cash Flow Series, Part I: 2-dimensional vs 3-dimensionalCash Flow Series, Part I: 2-dimensional vs 3-dimensional
Cash Flow Series, Part I: 2-dimensional vs 3-dimensionalfinitsolutions
 
Lumberjack: Finit's Oracle EPM - Hyperion System Monitoring Tool
Lumberjack: Finit's Oracle EPM - Hyperion System Monitoring ToolLumberjack: Finit's Oracle EPM - Hyperion System Monitoring Tool
Lumberjack: Finit's Oracle EPM - Hyperion System Monitoring Toolfinitsolutions
 
Finit - Breaking Through the Cloud Part II: FCCS, Closing in on Full Parity w...
Finit - Breaking Through the Cloud Part II: FCCS, Closing in on Full Parity w...Finit - Breaking Through the Cloud Part II: FCCS, Closing in on Full Parity w...
Finit - Breaking Through the Cloud Part II: FCCS, Closing in on Full Parity w...finitsolutions
 
Finit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
Finit - Breaking Through the Cloud: An Overview of Oracle EPM CloudFinit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
Finit - Breaking Through the Cloud: An Overview of Oracle EPM Cloudfinitsolutions
 
Finit - State of Oracle EPM
Finit - State of Oracle EPM Finit - State of Oracle EPM
Finit - State of Oracle EPM finitsolutions
 
Finit - Hybrid Cubes to the Rescue
Finit - Hybrid Cubes to the RescueFinit - Hybrid Cubes to the Rescue
Finit - Hybrid Cubes to the Rescuefinitsolutions
 
Finit Hyperion Planning & PBCS Simplified User Interface
Finit  Hyperion Planning & PBCS Simplified User InterfaceFinit  Hyperion Planning & PBCS Simplified User Interface
Finit Hyperion Planning & PBCS Simplified User Interfacefinitsolutions
 
Finit formula and business rule efficiency in one stream
Finit   formula and business rule efficiency in one streamFinit   formula and business rule efficiency in one stream
Finit formula and business rule efficiency in one streamfinitsolutions
 
Finit creative solutions for cash flow fx analysis through dashboarding
Finit   creative solutions for cash flow fx analysis through dashboardingFinit   creative solutions for cash flow fx analysis through dashboarding
Finit creative solutions for cash flow fx analysis through dashboardingfinitsolutions
 
Finit one small step - tips and tricks for transitioning from fdm to fdmee
Finit   one small step - tips and tricks for transitioning from fdm to fdmeeFinit   one small step - tips and tricks for transitioning from fdm to fdmee
Finit one small step - tips and tricks for transitioning from fdm to fdmeefinitsolutions
 
Finit - What's Trending: Topics on the Cloud and Infrastructure
Finit -  What's Trending: Topics on the Cloud and InfrastructureFinit -  What's Trending: Topics on the Cloud and Infrastructure
Finit - What's Trending: Topics on the Cloud and Infrastructurefinitsolutions
 
Planning Process Considerations
Planning Process ConsiderationsPlanning Process Considerations
Planning Process Considerationsfinitsolutions
 
Finit - Driver Based Forecasting 021216
Finit - Driver Based Forecasting 021216Finit - Driver Based Forecasting 021216
Finit - Driver Based Forecasting 021216finitsolutions
 
Finit - what would happen greatest hits and disasters
Finit -  what would happen greatest hits and disasters Finit -  what would happen greatest hits and disasters
Finit - what would happen greatest hits and disasters finitsolutions
 
Finit solutions - The Benefits of a Rolling Forecast
Finit solutions - The Benefits of a Rolling ForecastFinit solutions - The Benefits of a Rolling Forecast
Finit solutions - The Benefits of a Rolling Forecastfinitsolutions
 
OneStream - What's Possible?
OneStream - What's Possible?OneStream - What's Possible?
OneStream - What's Possible?finitsolutions
 
Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...
Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...
Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...finitsolutions
 
Introduction to Oracle Hyperion Planning - New Features in 11.1.2.4
Introduction to Oracle Hyperion Planning - New Features in 11.1.2.4Introduction to Oracle Hyperion Planning - New Features in 11.1.2.4
Introduction to Oracle Hyperion Planning - New Features in 11.1.2.4finitsolutions
 
Upgrading to 11.1.2.4 and Other Technical Considerations
Upgrading to 11.1.2.4 and Other Technical ConsiderationsUpgrading to 11.1.2.4 and Other Technical Considerations
Upgrading to 11.1.2.4 and Other Technical Considerationsfinitsolutions
 

More from finitsolutions (20)

Cash Flow Series, Part I: 2-dimensional vs 3-dimensional
Cash Flow Series, Part I: 2-dimensional vs 3-dimensionalCash Flow Series, Part I: 2-dimensional vs 3-dimensional
Cash Flow Series, Part I: 2-dimensional vs 3-dimensional
 
Lumberjack: Finit's Oracle EPM - Hyperion System Monitoring Tool
Lumberjack: Finit's Oracle EPM - Hyperion System Monitoring ToolLumberjack: Finit's Oracle EPM - Hyperion System Monitoring Tool
Lumberjack: Finit's Oracle EPM - Hyperion System Monitoring Tool
 
Finit - Breaking Through the Cloud Part II: FCCS, Closing in on Full Parity w...
Finit - Breaking Through the Cloud Part II: FCCS, Closing in on Full Parity w...Finit - Breaking Through the Cloud Part II: FCCS, Closing in on Full Parity w...
Finit - Breaking Through the Cloud Part II: FCCS, Closing in on Full Parity w...
 
Finit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
Finit - Breaking Through the Cloud: An Overview of Oracle EPM CloudFinit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
Finit - Breaking Through the Cloud: An Overview of Oracle EPM Cloud
 
Finit - State of Oracle EPM
Finit - State of Oracle EPM Finit - State of Oracle EPM
Finit - State of Oracle EPM
 
Finit - Hybrid Cubes to the Rescue
Finit - Hybrid Cubes to the RescueFinit - Hybrid Cubes to the Rescue
Finit - Hybrid Cubes to the Rescue
 
Finit Hyperion Planning & PBCS Simplified User Interface
Finit  Hyperion Planning & PBCS Simplified User InterfaceFinit  Hyperion Planning & PBCS Simplified User Interface
Finit Hyperion Planning & PBCS Simplified User Interface
 
Finit formula and business rule efficiency in one stream
Finit   formula and business rule efficiency in one streamFinit   formula and business rule efficiency in one stream
Finit formula and business rule efficiency in one stream
 
Finit creative solutions for cash flow fx analysis through dashboarding
Finit   creative solutions for cash flow fx analysis through dashboardingFinit   creative solutions for cash flow fx analysis through dashboarding
Finit creative solutions for cash flow fx analysis through dashboarding
 
Finit one small step - tips and tricks for transitioning from fdm to fdmee
Finit   one small step - tips and tricks for transitioning from fdm to fdmeeFinit   one small step - tips and tricks for transitioning from fdm to fdmee
Finit one small step - tips and tricks for transitioning from fdm to fdmee
 
Finit - What's Trending: Topics on the Cloud and Infrastructure
Finit -  What's Trending: Topics on the Cloud and InfrastructureFinit -  What's Trending: Topics on the Cloud and Infrastructure
Finit - What's Trending: Topics on the Cloud and Infrastructure
 
Introduction to HPCM
Introduction to HPCMIntroduction to HPCM
Introduction to HPCM
 
Planning Process Considerations
Planning Process ConsiderationsPlanning Process Considerations
Planning Process Considerations
 
Finit - Driver Based Forecasting 021216
Finit - Driver Based Forecasting 021216Finit - Driver Based Forecasting 021216
Finit - Driver Based Forecasting 021216
 
Finit - what would happen greatest hits and disasters
Finit -  what would happen greatest hits and disasters Finit -  what would happen greatest hits and disasters
Finit - what would happen greatest hits and disasters
 
Finit solutions - The Benefits of a Rolling Forecast
Finit solutions - The Benefits of a Rolling ForecastFinit solutions - The Benefits of a Rolling Forecast
Finit solutions - The Benefits of a Rolling Forecast
 
OneStream - What's Possible?
OneStream - What's Possible?OneStream - What's Possible?
OneStream - What's Possible?
 
Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...
Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...
Redesigning Hyperion Planning - Is going from Block Storage (BSO) to Aggregat...
 
Introduction to Oracle Hyperion Planning - New Features in 11.1.2.4
Introduction to Oracle Hyperion Planning - New Features in 11.1.2.4Introduction to Oracle Hyperion Planning - New Features in 11.1.2.4
Introduction to Oracle Hyperion Planning - New Features in 11.1.2.4
 
Upgrading to 11.1.2.4 and Other Technical Considerations
Upgrading to 11.1.2.4 and Other Technical ConsiderationsUpgrading to 11.1.2.4 and Other Technical Considerations
Upgrading to 11.1.2.4 and Other Technical Considerations
 

Recently uploaded

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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 

Recently uploaded (20)

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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 

Deep dive on dynamic member lists

  • 1. Deep Dive on Dynamic Member Lists and Dynamic Point of View Member Lists for HFM April 27, 2018 Grace Xu, Finit Solutions Mary Chan , Finit Solutions
  • 2. OUR HISTORY A brief history of our partnerships Oracle Gold Partner Finit • Founded in 2002 • 90+ employees in 20+ states • Mostly CPAs, MBAs • 300+ Clients – all CPM / EPM Focused • 1,000+ CPM / EPM projects • 20+ Fortune 100, 60+ Fortune 500, 100+ Fortune 1000 OneStream Platinum Partner • 150+ HFM Projects • Managed largest roll-out of HFM in North America • 175+ FDM Projects • World leader in FDM implementations and custom solutions • 100+ Planning / Essbase projects • 40+ OneStream Clients (Market Leader) • #1 Implementer of OneStream • Platinum Partner • First OneStream MarketPlace App • RequestIT
  • 3. The Finit Model Fully aligned with our clients, not just bottom line $ No debt or external ownership Work with Finit employees, no subcontractors Compensation based on CLIENT SATISFACTION PRIVATELY OWNED CLIENT SATISFACTION NO SUBCONTRACTORS DEBT FREE
  • 4. Our values, culture, and approach to becoming a trusted advisor to our customers has led to 100% CUSTOMER SUCCESS for every project since our inception in 2002 300+ Clients 1,000+ Projects
  • 7. Upcoming Webinars • Friday, May 18 – Cash Flow 2D vs 3D – Part I • Presented by Matt Spencer • Friday, May 25 – Cash Flow 2D vs 3D – Part II • Presented by Matt Spencer
  • 8. About The Presenters • Grace Xu • (gxu@finit.com) • Lead Consultant • 4+ years at Finit • 10+ years working with HFM, FDM, BI+ Financial Reporting, Smart View, ARM, FCM and Hyperion Enterprise • HFM/Planning Essbase Certified • Mary Chan • (mchan@finit.com) • Implementation Manager • 11+ years at Finit • 11+ years working with HFM, FDMEE, BI+ Financial Reporting, Smart View, FCM and Hyperion Enterprise • Oracle Hyperion Financial Management 11 Certified Implementation Specialist
  • 9. Agenda • Static vs. Dynamic Member Lists • Dynamic Member Lists Use Cases • Dynamic Member Lists Limitation • Dynamic Point-of-View (POV) Member Lists • Dynamic POV Member Lists Use Cases • Dynamic POV Member Lists Limitation • Q&A
  • 10. Static vs. Dynamic Member Lists
  • 11. Usage of Member Lists – Demonstration • Challenge: • Often times, users have to select the year and the period before entering data into data forms • Can you design data forms so that they are automatically set to the current year and period without the users having to select them and to prevent users from selecting the wrong year and/or period?
  • 12. Usage of Member Lists – Demonstration (cont’d)
  • 13. Static vs. Dynamic Member Lists • Static Member Lists • Members in the lists are hard-coded in the scripts • Members in the lists are not intended to change frequently or at all • Example: Quarter end periods list (Mar, Jun, Sep, Dec) • Maintenance is performed in the member lists file • Dynamic Member Lists • Members in the lists share similar property or attribute • Members in the lists may change, especially if new metadata is added • Example: Non-USD Entities list, Rollforward Account list • Maintenance is intended to be done in metadata rather than member lists file • What dimensions can static / dynamic member lists be applied to? • Scenario, Year, Period, Entity, Account, ICP, and Custom dimensions
  • 14. Static vs. Dynamic Member Lists – Demonstration (cont’d) • Option 1: Static Member List approach • Create a CurPeriod and a CurYear member lists with the current period and the current year hard-coded in the lists • Have all the periods listed and commented out, then uncomment the line that represent the current period • Replace the current year manually every year
  • 15. Static vs. Dynamic Member Lists – Demonstration (cont’d) • Option 1: Static Member List approach • Pros • Easy to understand and to update • Cons • Require update to the member list file • Require loading the member list file to HFM which means system down time
  • 16. Static vs. Dynamic Member Lists – Demonstration (cont’d) • Option 2: Dynamic Member List approach • Create a current year and a current period member lists that reference the value inputted into a trigger account • Create a data form for the administrator to enter the current year and current period values into the trigger account • The member lists are updated after the value is entered and saved in HFM
  • 17. Static vs. Dynamic Member Lists – Demonstration (cont’d)
  • 18. Static vs. Dynamic Member Lists – Demonstration (cont’d) • Option 2: Dynamic Member List approach • Pros • No member lists update required • No system down time required • Easy to use • Cons • Require setting up a trigger account • The scripts for the member lists are not as simple or straightforward as the static lists
  • 19. Dynamic Member Lists • Whenever possible, design and use dynamic member lists over static member lists • Aim for update to member lists based on metadata update rather than the member lists file • Can be used in rules, data forms, FR reports, data grids, Smart View, taskflow, journals reports and intercompany matching reports • Can use VBScript syntax and functions as well as HFM functions in the script • Can use custom defined functions or subroutines in the script such as Sorting and WriteToFile
  • 20. Dynamic Member Lists Use Cases
  • 21. Dynamic Member Lists for Account Dimension • Challenge: • Is there any easy way to pull the balance sheet accounts subject to historical currency override into a data form for override input and into a FR Report for review and analysis?
  • 22. Dynamic Member Lists for Account Dimension (cont’d) • Solution: • In one of the three User Defined (UD) fields in the Account dimension, enter a code such as “HIST” for the accounts that are subject to historical currency override
  • 23. Dynamic Member Lists for Account Dimension (cont’d) • Solution (cont’d): • Create a Historical Override Account member list for the balance sheet accounts that have the code “HIST” in the UD field • To add or change members in the list, modify the code used in the UD field for the applicable accounts • Use the Account member list in the row of the applicable data form and FR report
  • 24. Dynamic Member Lists for Entity Dimension • Challenge: • A client has legal entities set up as parent entities in the Entity dimension • Process Control is used and validations are to be run on the legal entities instead of the base entities • How can you include all the legal entities that are in multiple Entity hierarchies in the validation rules or FR Report for analysis?
  • 25. Dynamic Member Lists for Entity Dimension (cont’d) • Solution: • In one of the three User Defined (UD) fields in the Entity dimension, enter a code such as “LEC” for the parent entities that are legal entities and are subject to validations
  • 26. Dynamic Member Lists for Entity Dimension (cont’d) • Solution (cont’d): • Create a LEC Entity member list for the parent entities that have the code “LEC” in the UD field • Reference the Entity member list in the rules, data forms or FR reports
  • 27. Dynamic Member Lists for ICP Dimension • Challenge: • A client wants to be able to enable data input and running reports for their entities with Intercompany Partner (ICP) in a certain country, and with ICP excluding a certain country • How do you limit the users’ selection of ICP to a certain country or excluding a certain country?
  • 28. Dynamic Member Lists for ICP Dimension (cont’d) • Solution: • In one of the three User Defined (UD) fields in the Entity dimension, enter a code that represents the country such as “IL” for Israel in all the entities in Israel that can be used as ICP
  • 29. Dynamic Member Lists for ICP Dimension (cont’d) • Solution (cont’d): • Create the ICP member lists for the entities that are flagged as ICP and have the code equals or not equals “IL” in the UD field • Use the relevant ICP member lists in the data forms and FR Reports
  • 30. Dynamic Member Lists Limitation
  • 31. Dynamic Member Lists Limitation • Challenge: • A client wants to have the users enter rollforward data by legal entity or market or region (parent member) instead of by every base entity • Can you set up a data form that shows the beginning and ending balances from the parent entity and allow input to the child (base) entity?
  • 32. Dynamic Member Lists Limitation (cont’d) • Solution: • Identify one base entity for each legal entity or market or region • By the unique naming convention for the entity with certain prefix such as “Input_” or suffix such as “_Input” • By entering a code in one of the three User Defined fields in the Entity dimension
  • 33. Dynamic Member Lists Limitation (cont’d) • Solution (cont’d): • Create a dynamic Entity member list for the base input entity called Data_Forms_Input • In the data form, let the users select the base input entity in the POV from the dynamic member list Data_Forms_Input
  • 34. Dynamic Member Lists Limitation (cont’d) • Solution (cont’d): • Use the HFM function E{@Cur.[Parents]} for the beginning balance, ending balance and activity check columns which are pulled from the parent entity • Use the HFM function E#@Cur in the columns for data input
  • 35. Dynamic Member Lists Limitation (cont’d) • Issue: • Each base input entity can have one and only one parent, which means no alternative entity hierarchy with the base input entities • The HFM function E{@Cur.[Parents]} pulls all the parents for the current entity selected by the user in the POV • If there are multiple entity hierarchies, there will be more than one column of beginning balance, ending balance and activity check, and could be very confusing
  • 37. How to solve the problem? • Goal is to have user select the entity from the POV and the data form to show the beginning balance, ending balance and activity check from 1 designated parent regardless of how many parents the base entity has
  • 38. Dynamic Point-of-View (POV) Member Lists Demo • Solution: • Create a dynamic point-of-view (POV) Entity member list that will dynamically pull a base entity based on the entity selected in the POV • In the data form POV, use the dynamic Entity member list LE_Check to allow users to select the parent entity • The designated base entity with the code “LEI” will be pulled into the columns for data input
  • 39. Dynamic Point-of-View (POV) Member Lists Demo (cont’d) • Solution (cont’d): • In the columns where the parent amounts are pulled, use the HFM function E#@Cur to reference the parent entity selected by the user in the POV • In the columns where user is to input the rollforward activities, use the dynamic POV Entity member list
  • 40. What is Dynamic Point-of-View (POV) Member List? • Dynamic POV member list is part of Dynamic member list, and is based on the current POV member of one or more dimensions • POV Dimensions include: • Scenario • Year • Period • Entity • Can be used in Data Forms and FR Reports
  • 41. Dynamic POV Member Lists Use Cases
  • 42. Dynamic POV Member Lists – Use Case #1 • Challenge: Previous example, but with users selecting the base entity instead of the parent entity
  • 43. Dynamic POV Member Lists – Use Case #1 (cont’d) • Solution: • Create a dynamic POV Entity member list that will dynamically pull a parent entity based on the base entity selected in the POV • In the data form POV, use the dynamic Entity member list Data_Forms_Input to allow users to select the base entity • The corresponding parent entity will be pulled into the columns for the beginning balance, ending balance and activity check
  • 44. Dynamic POV Member Lists – Use Case #1 (cont’d) • Solution (cont’d): • In the columns where the parent amounts are pulled, use the dynamic POV Entity member list • In the columns where user is to input the rollforward activities, use the HFM function E#@Cur to reference the base entity selected by the user
  • 45. Dynamic POV Member Lists – Use Case #1 (cont’d) • Caution: • This solution also requires the designated input base entities to have one parent only since the list is pulling [Parents]
  • 46. Dynamic POV Member Lists – Use Case #2 • Challenge: • A client’s consolidation team wants to review data using FR Reports without having to change the POV entity for each entity • Can you design a FR Report which will enable the user to select a parent entity for a region and then a report will be generated for that selected parent entity region and all the legal entities (intermediate parent entities) that roll up to the region? • Can the report be dynamic that it can be run for any region and their children?
  • 47. Dynamic POV Member Lists – Use Case #2 (cont’d) • Solution: • Create a FR Report that allow user to select the region or parent entity in the POV • Drop-down box shows the different pages for the different legal entities
  • 48. Dynamic POV Member Lists – Use Case #2 (cont’d) • Solution (cont’d): • Create a dynamic Entity member list for the parent entities • Create a dynamic POV Entity member list LE_Report(@POV) which will pull all the legal entity entities with the UD code “LEC” underneath the parent entity selected by the user in the POV
  • 49. Dynamic POV Member Lists – Use Case 2 • Solution (cont’d): • Create a FR Report with the followings: • Entity in User POV – User can select any parent entity • Entity in Grid POV – User Point of View for Entity • Page dimension – the Dynamic POV member list
  • 50. Dynamic POV Member Lists – Use Case #3 • Challenge: • A client has an archive application with 15 years (2003-2017) of historical data • Some entities are active only in certain years • Client wants a set of reports to run for only the active entities for each year • Client does not desire to hard code the active entities for each year in the rows for every report in the set, which could result in hundreds of report and not a sustainable solution • Can you design a set of FR reports that will generate a report for the active entities in the year selected by the user in the POV?
  • 51. Dynamic POV Member Lists – Use Case #3 (cont’d) • Solution: • In one of the three User Defined (UD) fields in the Entity dimension, use a 15-digit code to tag the active years for each entity where 1 indicates active and 0 indicates inactive • For example, if entity A is active in the years 2003-2005, enter a UD code “111000000000000”. If entity B is active in the years 2014-2017, enter a UD code “000000000001111” (to avoid becoming a number, add a letter at front)
  • 52. Dynamic POV Member Lists – Use Case #3 (cont’d) • Solution (cont’d): • Create a dynamic POV Entity member list based on the POV Year selected by the user • For example, if the POV Year selected is 2003, the dynamic POV Entity member list will check if the 1st digit of the 15-digit UD code equals “1” for each entity being considered. If it is, the entity will be added to the member list and included in the FR Report
  • 53. Dynamic POV Member Lists – Use Case #3 (cont’d) • Solution (cont’d): • Create a FR Report with the followings • Dynamic POV Entity List in the row • Year in the User POV Entity list changes automatically when the user selects different year
  • 54. Dynamic POV Member Lists – Use Case #4 • Challenge: • A client has a lot of acquisitions • Client wants to use a data form to enter information for all newly acquired base entities within 12 months based on the current POV of year, period and parent entity • For example, if an user selects Mar 2018 for region US in the POV, the data form will need to show all base entities within US that are acquired between Mar 2017 and Mar 2018 • Can you design the data form that will dynamically pull the base entities into the form for data input based on the Period, Year and parent Entity selected in the POV?
  • 55. Dynamic POV Member Lists – Use Case #4 (cont’d) • Solution: • Create a dynamic POV Entity member list based on the combination of current POV Year, Period and Entity • Once the user selects the Year and Period in the POV, these values will be compared against the acquisition date information for the base entities • In one of the three User Defined (UD) fields in the Entity dimension, enter the acquisition date information • Alternatively, enter the acquisition date to a trigger account if the users want to be able to modify the dates on their own without going through the HFM admin • If the difference between the value for the current POV Year and Period and the value for the acquisition date is within 12 months, and if the entity is a base of the current POV of entity, add this entity to the list
  • 56. Dynamic POV Member Lists – Use Case 4 (cont’d) • Solution (cont’d) Compare Acquisition Date against the POV Date to check whether the difference is within 12 months, and also check whether the entity is part of the POV region every time the user makes a selection Entity list is generated dynamically based on comparison
  • 57. Dynamic POV Member Lists – Use Case #5 • Challenge: • A client has a forecast scenario for each month. e.g. JanFcst, FebFcst, MarFcst, etc. • The forecast periods start from the month in the forecast scenario to the end of the year. e.g. JanFcst has Jan as the first forecast period, FebFcst has Feb as the first forecast period • Client does not want to create and maintain multiple forecast data forms • Can you design a data form for entering the forecast data with the columns dynamically showing the forecast periods based on the Scenario selected by the user in the POV?
  • 58. Dynamic POV Member Lists – Use Case #5.1a (cont’d) • Solution: • Option 1 – Dynamic Period Member List approach • Create a starting forecast period member list that reference the value inputted into a trigger account • Create a data form for the administrator to enter the starting forecast period values into the trigger account • The member lists are updated after the value is entered and saved in HFM
  • 59. Dynamic POV Member Lists – Use Case #5.1a (cont’d) • Solution (cont’d): • Data form to input starting period • Script that creates the dynamic Period member list
  • 60. Dynamic POV Member Lists – Use Case #5.1a (cont’d) • Solution (cont’d): • Data form that uses the dynamic Period member list • Can we also use a member list to refer to current forecast scenario instead of hard coded in the form? Another member list? Starting period is corresponding with the forecast scenario
  • 61. Dynamic POV Member Lists – Use Case #5.1b (cont’d) • Solution (cont’d): • Yes, we can. And we can also utilize the trigger account for the starting period that we previously used. • Let’s call it CurForecastScenario
  • 62. Dynamic POV Member Lists – Use Case #5.1b (cont’d) • Solution (cont’d): • Put it in the data form • Now the trigger account value is driving 2 member lists • Current forecast periods member list • Current forecast scenario member list • The data form is dynamically updated once the trigger account is updated
  • 63. Dynamic POV Member Lists – Use Case #5.2 (cont’d) • Solution (cont’d): • Option 2 – Dynamic POV Member List approach • Create a dynamic POV Period member list which will generate a period member list base on the current point of view of scenario dimension • User selects the forecast scenario in the POV, the data form will display the corresponding forecast periods
  • 64. Dynamic POV Member Lists – Use Case #5.2 (cont’d) • Solution (cont’d) FebFcst with starting period Feb Form changes the starting period to May automatically when user selects MayFcst
  • 65. Dynamic POV Member Lists – Use Case #5.2 (cont’d) • Solution (cont’d): • Dynamic POV Period member list derived from the user POV Scenario • Use the dynamic POV Period member list in the data form column
  • 66. Dynamic POV Member Lists Limitation
  • 67. Limitation with Dynamic POV Member Lists • Can only be used in Data Forms and FR Reports with HFM • Cannot be used in Smart View or Data Grids • Can create various dimension lists but can only be based on POV members for dimensions Scenario, Year, Period and Entity • For FR Reports, Scenario, Year, and Period must be in the user or the grid POV if the dynamic POV member list is not for them. That is, they cannot be in the rows or the columns; and only 1 member can be selected in either the user or the grid POV • Workaround – create a multi-grid report
  • 69. Upcoming Webinars • Friday, May 18 – Cash Flow 2D vs 3D – Part I • Presented by Matt Spencer • Friday, May 25 – Cash Flow 2D vs 3D – Part II • Presented by Matt Spencer
  • 70.
  • 71. • PBCS Revenue Forecasting with On-Prem FDMEE at Weight Watchers – Jun 11 Mon 1:15-2:15p.m. • Presented by Nathan Rank, Weight Watchers and Cindy Eichner, Finit Solutions • EPBCS / PBCS / Hyperion Planning 101: The Freshman Level Intro Class – Jun 12 Tue 9:00-10:00a.m. • Presented by Cindy Eichner, Finit Solutions • Imagine that! Explore HFM Design Concepts – Jun 12 Tue 11:45a.m.-12:45p.m. • Presented by Chris Barbieri, Finit Solutions • Supplementing Your Financial Reporting Diet – Jun 12 Tue 3:45-4:45p.m. • Presented by Geordan Drummond, Finit Solutions • Creative Solutions for FX Analysis in HFM – Jun 13 Wed 10:15-11:15a.m. • Presented by Brock Neal, Yum Brands and Mary Chan, Finit Solutions • Lego My Cash Flow! – Jun 13 Wed 11:45a.m.-12:45p.m. • Presented by Geordan Drummond, Finit Solutions • Wow! You can be a Financial Reporting Pro, too! – Jun 13 Wed 11:45a.m.-12:45p.m. • Presented by Monica Chan, Finit Solutions and Srinivas Salguti, Finit Solutions • HFM Rules for Absolute Beginners – Jun 13 Wed 3:30-4:30p.m. • Presented by Chris Barbieri, Finit Solutions
  • 72. Thank you for Attending! Today’s Presenters: Grace Xu gxu@finit.com Mary Chan mchan@finit.com Copy of the slides or Recording: Email us for a copy of the slides or a link to the recording insights@finit.com Past webinars: www.finit.com/webinars Follow us on Twitter for updates: @Finit_Solutions

Editor's Notes

  1. Direction is cloud for most all application vendors, software
  2. Direction is cloud for most all application vendors, software
  3. Direction is cloud for most all application vendors, software
  4. Direction is cloud for most all application vendors, software
  5. Direction is cloud for most all application vendors, software
  6. Direction is cloud for most all application vendors, software