• No results found

Hyperion Planning Input Forms

N/A
N/A
Protected

Academic year: 2021

Share "Hyperion Planning Input Forms"

Copied!
67
0
0

Loading.... (view fulltext now)

Full text

(1)

Hyperion Planning Input Forms

You’re Doing it All Wrong

(2)

16+ Years Hyperion Implementation Experience Certified in both Planning and Essbase

Prior Practice Lead at Hyperion Partner Firm Co-Editor of the book “Developing Essbase

Applications: Advanced Techniques for Finance and IT Professionals”

(3)

Developing Essbase Applications

● Over 50 years of expert experience between the covers.

● Advanced content written so that developers at all levels will gain assistance and insight.

● Chock full of experience proven best practices.

● Collaboratively written by a team of respected and sought after Essbase developers.

● Source code at

www.developingessbasebook.com

● Includes all download access to all source code & scripts.

● Purchase your copy today and energize your Essbase career!

(4)

US-Analytics is an industry leading professional services firm focused

on helping clients successfully establish and maintain long term Business Intelligence (BI) and Enterprise Performance Management (EPM)

applications and programs.

• BI and EPM Strategy and Processes

• Custom and packaged BI and EPM Applications • Oracle Infrastructure

• Managed Services and Hosting

For over a decade, market leading companies have trusted US-Analytics to solve complex business problems, drive managerial excellence, and deliver operational agility.

Learn more at Booth #107 or

(5)

Planning 11.1.2.2 (ADF Interface)

Major League Baseball Statistics (Pitching & Hitting) 50+ Stat Accounts

FY10 – FY13

Covers All Teams, Players & Games

Attendees will Receive Exported Demo Application Data Available from Windows Azure Marketplace

What’s in the Demo?

(6)

The Planning and Essbase objects used in this demo

are available for free. They are unsupported.

They are available for learning purposes only and

may include incomplete and/or inaccurate data.

(7)

Difficult to Interpret Perform Poorly

Allow Bad Data

Lack Interconnectivity

Let the Database Do All the Work Include Only “Lifeless” Grids

Don’t Predict the Future

(8)

Organizing Data Limiting Data

Creating Interconnected Forms Creating Data Validations

Creating Row & Column Formulas Creating Embedded Charts

Predictive Planning

Agenda

(9)
(10)

Good Layout = Easy Consumption Forms vs. Bulk Data Interfaces

White Space Borders

Composite Forms

Organizing Data

(11)

Don’t present users with a massive “wall” of cells. Hide irrelevant rows and columns.

Use the “Show Separator” feature to give users context

regarding different subject areas.

Use blank rows to introduce spacing into forms.

Use Composite Forms to present different (but related) subject

areas on the same form.

Use Data Validation Rules that always evaluate to “True” for

additional formatting options.

(12)
(13)

Introducing Blank Spaces

To introduce a blank line into a form add a Formula Row with no formula or label.

Certain older versions of Planning require a label, otherwise the dimension name will be displayed. In these instances, use “.” as a label.

(14)

Using Blank Spaces

Good Things

(15)

Using Borders

“Show Separator” does not work with certain unpatched versions of ADF.

(16)
(17)

Composite Forms

Pro’s

Under the right circumstances, composite forms bring together

multiple subject areas into a single view.

Con’s

Formatting and space allocation can be unpredictable, especially

when users have different display resolutions.

(18)

Forms vs. Bulk Data Interfaces

Typical OTN Planning Forum Thread

(19)

Using Validation Rules for Formatting

Data Validations are good for more than just

validating data!

Developers can create validations that ALWAYS

(20)
(21)
(22)

Suppress Missing Data (Rows & Columns)

Set in the Grid Properties, Row Properties or Column Properties. Prevents blank rows or columns from being displayed.

Suppress Missing Blocks

Set in the Grid Properties.

Does nothing, unless used with “Suppress Missing Data”. Typically good for forms where most rows will have no data. Typically bad for forms where most rows have data.

Can cause issues displaying certain dynamic members and attributes.

(23)

Demo / Examples

(24)

Pro’s

Can keep irrelevant data off the form.

Can make forms faster (when used correctly). Can make forms easier to consume.

Con’s

Planning does not support “Conditional” suppression in forms. What happens when users want to plan for a member combination

that currently has no data? (Hint . . . Take the Form Ad-Hoc)

(25)
(26)

One aspect of building a “good” form is providing

multiple navigation routes to and from that form.

Create right-click menus that take users from one

form to another, while passing “context”.

This is especially useful when moving from a

summary form to a detail form.

(27)

Menus can be used to do much more than navigate to

another form. They can:

Take Users to a URL.

Launch a Business Rule (Now with confirmation messages!) Take Users to Manage Approvals

Take Users to the Previous Form

(28)

Create a menu using the menu options

Administration, Manage, Menus.

Add menu items that open forms, launch business

rules, manage approvals, open URL’s, etc.

Assign the menu to a Required Parameter. This

simply tells Planning where the user must right-click in order to open the menu.

Add the menu to a form in the form’s Other Options.

Creating Menus

(29)

Demo / Examples

(30)

Users can set User Variables that limit the data

presented on a form.

Forms must be built to take advantage of variables. Variables can be placed in the POV, Page, Rows or

Columns.

Variables can be placed within functions.

(31)

Open the Planning application.

Select the menu options Administration, Manage, User Variables. Click Add.

(32)

In the form layout, select the variable from the Variables tab.

(33)

A typical User Variable is set by the end-user in their Preferences.

Users open the Planning application and select the

menu options File, Preferences. **

Users must select the Planning icon, then the User Variable Options tab.

(34)
(35)

The documentation is not clear. Use Context is a variable setting.

Enable Dynamic Variables is a form setting.

Both options allow users to change variable values on

the fly, but in different ways.

Both options can be used at the same time.

(36)

There are two main differences:

Use Context variables are set when the user right-clicks on

one form to navigate to another form (and passes context).

Use Context variables can not be set in the user preferences.

Enable Dynamic variables can be modified directly in a form.

Enable Dynamic variables can be set in the user preferences.

A variable can leverage both settings.

(37)

Demo / Examples

(38)

If a user does not have read or write access to a

member, it will be suppressed on the form.

Usefulness of this feature is limited, because users

often have read access to more members than those to which they can write.

There is no easy way to limit members in a Page list

box, row or column based only on write access. **

(39)
(40)

Data validations allow developers to alert users to

bad data.

Developers can create “soft” validations that do

nothing but present a message.

Developers can create “hard” validations that prevent

users from promoting their data or alter the promotion path.

Developers can create data validations that ALWAYS

evaluate to “true” simply to introduce some formatting into their forms.

(41)

Evaluate conditions in an individual cell or range of cells.

Evaluate conditions in a “design-time” cell, for example a cell

defined in the form with a function that returns multiple individual cells.

Evaluate conditions in a column or row.

Evaluate cells specific to a member’s data value. Evaluate cells specific to a member name itself. Evaluate the cells of a specific account type.

(42)

Evaluate cells with a specific version type.

Evaluate cells with a specific variance reporting type.

Evaluate cells that reference members of a dimension with a

specific user defined attribute.

Evaluate cells that reference members with a specific attribute

member association.

. . . . format cells that meet these criteria. . . . . display a validation message.

. . . . alter or stop the Approvals process.

(43)

Demo / Examples

(44)

Data Validations

Pro’s

They’re very flexible and support many conditions. They integrate with Approvals.

Unlike custom JavaScript, they work in Smart View.

Unlike custom JavaScript, they don’t require programming skills. Unlike custom JavaScript, they don’t break every time you upgrade.

(45)

Data Validations

Con’s

Watch out for floating point decimal errors. Reference a range of

numbers rather than an explicit number.

Cannot easily exclude non-editable cells.

They don’t actually prevent data from being saved (yet).

A data validation in one form cannot reference another form.

Be careful using red cells with data validations if your users format

(46)
(47)

In the Form Layout, right-click a row or column and

select Insert Formula Row (or Column).

Give the row or column a name in the Formula Label. Select the formula row or column heading (not the

cell) to display the formula properties.

Indicate the Formula Data Type for each dimension. Enter and validate a formula.

(48)

Abs Average AverageA Count CountA Difference Eval

Creating Formula Rows & Columns

IfThen Max Min Mod PercentofTotal Pi Product Random Rank Round Sqrt Sum Truncate Variance VariancePercent

(49)

Sum(row[2]) row[2].Sum

Sum(column[A], column[C])

IfThen((IsMissing([A]) AND [B] > 0), 0, Eval([A] / [B]))

IfThen(Not(IsNN([B])), Eval(PercentofTotal([B], [B,3]) / 100),[B])

(50)

Demo / Examples

(51)

Pro’s

Can help with database retrieval performance.

Can help resolve database calculation order issues.

Can save having to run a business rule with the save of a form. Good for one-off calcs that don’t require database development. The function “Pi” is available for anyone who wants to forecast the

circumference of a circle or is to lazy to type some numbers into a formula . . .

(52)

Con’s

Does not handle divide-by-zero issues gracefully.

No explicit function to return #Missing. This is a challenge when

suppressing missing rows and you have a column formula.

Formula columns are suppressed entirely if a label does not exist in

the first row heading.

Limited control over in-sheet calc order when mixing Row AND

Column formulas in the same form.

The “Pi” function is irrational . . . what if I need 16 digits???

(53)
(54)

Users can add charts in Composite forms. Bar Horizontal Bar Line Area Pie Scatter

(55)

Step 1 – Create Composite Form Step 2 – Edit Form Layout

Step 3 – Right-Click One of the Forms Step 4 – Select “Display as Chart”

Step 5 – Select “Options” Tab Step 6 – Select Legend Position Step 7 – Select Label Position

(56)

Demo / Examples

(57)

Embedding Charts in Forms

Pro’s

Very quick and easy.

Charts are attractive out-of-the-box.

Con’s

Chart options are very limited.

Cannot place labels on chart axes. Not without bugs . . .

(58)
(59)

To monitor the performance of forms, Planning includes

Grid Diagnostics. (as of version 11.1.2.2)

Select the menu options Tools, Diagnostics, Grids. Select the Run Diagnostics button.

Select the forms to review.

Press the Run Diagnostics button.

Click the chart for individual form stats. Experiment with different chart options.

(60)

Demo / Examples

(61)

By default, Planning users may open one form at a

time.

To change this behavior, select the menu options

Administration, Application, Properties.

Add the setting DATA_GRID_CACHE_SIZE and give it

a value.

Save changes and restart the Planning server.

Opening Multiple Forms at Once

(62)

Place the property in the Application Properties to

only affect a single application.

Place the property in the System Properties to affect

all applications.

WARNING – This will increase memory consumption.

(63)

When using the ADF interface, Planning will return

the form in “chunks” of 25 rows and 17 columns.

When the user scrolls beyond this initial “chunk” the

application will fetch 25 more rows and 17 more columns.

Administrators can change this threshold by

adjusting an Application Property called “GRID_PARTIAL_FETCH_SIZE”.

(64)

Grid Fetch Properties

Property requires two values (row & column setting) separated by a comma.

(65)

Affects all forms and all users in a given application. Only available starting with 11.1.2.2 patch 303.

Patch readme file makes no mention of a related

System Property.

(66)
(67)

Turbocharge Your Input Forms with Predictive Planning

Wednesday, June 26 11:15 AM – 12:15 PM

References

Related documents

Below are examples of a form created so each field is placed one under the other with <P> tags and a form that uses a table to line up the form components. In our exercise

Visible The setting entered on the previous page is displayed, indicating if the form is visible to parents in txConnect.. Modify the setting

This synthesis illustrates that in the absence of stringent policies, i.e., if historical trends of the global energy production and consumption hold into the future, it is

§ If an offeree purports to accept an offer but his acceptance does not the match the terms of the offer, there is no contract formed at that point. § Offeree makes

our options. This gives you clear water, so you are not riding the wakes of the other boats, and you get clear air. When it got light and lumpy we had the space to put the bow

To create blank reports and forms, on the Create tab click the Report Design or Form Design tool (begin in Design View), or the Blank Report or Blank Form tool (begin in Layout

3. On the Properties form, select the Security tab. On the Security tab, click the Add button. On the Select Users Or Groups form that appears, select the Anonymous Access

CMSMs and DSSABs that receive family support program funding are only required to report service data and expenditures for these programs in the Revised Estimates (Interim Report)