Banner Home Previous Next Index Help



Setting Dimension and Member Properties


After you create and organize your Hyperion Essbase OLAP Server outline, as described in Creating and Changing Database Outlines you are ready to specify how the dimensions and members in the outline behave. This chapter describes each dimension and member property and how to set them in the Outline Editor in Hyperion Essbase Application Manager.

Note:   For information on setting Dynamic Time Series members, see Calculating Time Series Data

Go to top Setting the Dimension Type

When you tag a dimension as a specific type, it can access built-in functionality designed for that type. For example, if you define a dimension as accounts, you can specify accounting measures for members in that dimension. The two primary dimension types are time and accounts. This means that Hyperion Essbase calculates dimensions tagged as time and accounts before other dimensions in the database. By default, all dimensions are tagged as None.

Note:   The time and accounts properties are inherited by all members that are in these dimensions. The Country and Currency properties are not inherited by their members.

The following sections describe how to tag dimensions:


Go to top Tagging a Time Dimension

Use dimensions tagged as time to describe how often you collect and update data. The time dimension enables several accounts dimension functions, such as first and last time balances. In the Sample Basic database, for example, the Year dimension is tagged as time, as are its descendants--all Qtr members and the months (such as Jan).

Follow these rules when tagging a dimension as time:

Setting the Time Property

To use a button to tag a dimension as time:
  1. Select the dimension that you want to tag; for example, Year.
  2. Click the Time button, , to display "Time" next to the dimension name.
To tag a dimension as time using the Dimension Properties dialog box:
  1. Select the dimension that you want to tag; for example, Year.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Dimension Properties dialog box.
  3. Select Time in the Dimension Type box.
  4. Click OK.

Go to top Tagging an Accounts Dimension

Tag a dimension as accounts if it contains items that you want to measure, such as profit or inventory.

Follow these rules when tagging an accounts dimension:

The following sections describe built-in functionality for accounts dimensions:

Setting the Accounts Property

To use a button to tag a dimension as accounts:
  1. Select the dimension that you want to tag; for example, Measures.
  2. Click the Accounts button, , to display "Accounts" next to the dimension name.
To tag a dimension as accounts using the Dimension Properties dialog box:
  1. Select the dimension that you want to tag; for example, Year.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Dimension Properties dialog box.
  3. Select Accounts in the Dimension Type box.
  4. Click OK.

Introducing Time Balance Properties

When you set a time balance property on a member in an accounts dimension, it affects how Hyperion Essbase calculates the parent of that member in the time dimension. By default, a parent in the time dimension is calculated based on the consolidation and formulas of its children. For example, the Qtr1 member is the sum of its children (Jan, Feb, and Mar). However, setting a time balance property causes parents, for example Qtr1, to roll up differently.

Example of Setting the Time Balance as None

This is the default value. When you set the time balance property as none, Hyperion Essbase rolls up parents in the time dimension in the usual way--a parent's value is based on the formulas and consolidation properties of its children.

Example of Setting the Time Balance as First

Set the time balance as first when you want the parent value to represent the value of the first member in the branch (often at the beginning of a time period).

For example, let's assume that you have a member named OpeningInventory that represents the inventory at the beginning of the time period. If the time period was Qtr1, then OpeningInventory represents the inventory you had at the beginning of Jan. When you ask for the OpeningInventory for Qtr1, you want it to be the same as the OpeningInventory for Jan. That is, if you had 50 cases of Cola at the beginning of Jan, you also had 50 cases of Cola at the beginning of Qtr1.

To do this, tag OpeningInventory as first. Now Hyperion Essbase calculates the value of OpeningInventory for Qtr1 as the same as the OpeningInventory for Jan. Figure 9-1 shows this sample consolidation:

Figure 9-1: Consolidation of OpeningInventory Tagged as First

OpeningInventory (TB First), Cola, East, Actual, Jan(+), 50
OpeningInventory (TB First), Cola, East, Actual, Feb(+), 60
OpeningInventory (TB First), Cola, East, Actual, Mar(+), 70
OpeningInventory (TB First), Cola, East, Actual, Qtr1(+), 50
Example of Setting the Time Balance as Last 

Set the time balance as last when you want the parent value to represent the value of the last member in the branch (often at the end of a time period).

For example, let's assume that you have a member named EndingInventory that represents the inventory at the end of the time period. If the time period was Qtr1, then EndingInventory represents the inventory you had at the end of Mar. When you ask for the EndingInventory for Qtr1, you want it to be the same as the EndingInventory for Mar. That is, if you had 70 cases of Cola at the end of Mar, you also had 70 cases of Cola at the end of Qtr1.

To do this, tag EndingInventory as last. Now Hyperion Essbase calculates the value of EndingInventory for Qtr1 as the same as the EndingInventory for Mar. Figure 9-2 shows this sample consolidation:

Figure 9-2: Consolidation of EndingInventory Tagged as Last

EndingInventory (TB Last), Cola, East, Actual, Jan(+), 50
EndingInventory (TB Last), Cola, East, Actual, Feb(+), 60
EndingInventory (TB Last), Cola, East, Actual, Mar(+), 70
EndingInventory (TB Last), Cola, East, Actual, Qtr1(+), 70
Example of Setting the Time Balance as Average 

Set the time balance as average when you want the parent value to represent the average value of its children.

For example, let's assume that you have a member named AverageInventory that represents the average of the inventory for the time period. If the time period was Qtr1, then AverageInventory represents the average of the inventory you had during Jan, Feb, and Mar.

To do this, tag AverageInventory as average. Now Hyperion Essbase calculates the value of AverageInventory for Qtr1 as the average of the values for Jan, Feb, and Mar. Figure 9-3 shows this sample consolidation:

Figure 9-3: Consolidation of AverageInventory Tagged as Average

AverageInventory (TB Average), Cola, East, Actual, Jan(+), 60
AverageInventory (TB Average), Cola, East, Actual, Feb(+), 62
AverageInventory (TB Average), Cola, East, Actual, Mar(+), 67
AverageInventory (TB Average), Cola, East, Actual, Qtr1(+), 63
Introducing Skip Properties

If you set the time balance as first, last, or average, you must set the skip property to tell Hyperion Essbase what to do when it encounters missing values or values of 0.

The following table describes how each setting determines what Hyperion Essbase does when it encounters a missing or zero value.

If you select... Hyperion Essbase...
None Does not skip data when calculating the parent value.

However, if Hyperion Essbase encounters #MISSING data when calculating an average, it doesn't divide by the total number of members. It divides by the number of members with actual values. This means that setting the skip property to None or #MISSING is the same for Average (but not for First and Last).
Missing Skips #MISSING data when calculating the parent value.
Zeros Skips data that equals zero when calculating the parent value.
Missing and Zeros Skips both #MISSING data and data that equals zero when calculating the parent value.

If you mark a member as last with a skip property of missing or missing and zeros, then the parent of that time period matches the last non-missing child. In Figure 9-4, for example, EndingInventory is based on the value for Feb, because Mar does not have a value.

Figure 9-4: Example of Skip Property

Cola, East, Actual, Jan, EndingInventory (Last), 60
Cola, East, Actual, Feb, EndingInventory (Last), 70
Cola, East, Actual, Mar, EndingInventory (Last), #MI
Cola, East, Actual, Qtr1, EndingInventory (Last), 70

Setting Time Balance Properties

To use buttons to set a time balance property:
  1. Select the member that you want to set the property for; for example, OpeningInventory.
  2. Click the button that corresponds to the property that you want to set.
  3. Click the button that corresponds to the skip property that you want to set.
To tag a dimension as accounts using the Dimension Properties dialog box:
  1. Select the member that you want to set the property for; for example, OpeningInventory.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Dimension Properties dialog box.
  3. Click the Accounts tab.
  4. Select None, First, Last, or Average in the Time Balance box.
  5. Select None, Missing, Zeros or Missing and Zeros in the Skip box.
  6. Click OK.

Setting Variance Reporting Properties

Variance reporting properties determine how Hyperion Essbase calculates the difference between actual and budget data in a member with the @VAR or @VARPER function in its the member formula. Any member that represents an expense to the company requires an expense property.

When you are budgeting expenses for a time period, the actual expenses should be lower than the budget. When actual expenses are greater than budget, the variance is negative. The @VAR function calculates Budget - Actual. For example, if budgeted expenses were $100, and you actually spent $110, the variance is -10.

When you are budgeting non-expense items, such as sales, the actual sales should be higher than the budget. When actual sales are less than budget, the variance is negative. The @VAR function calculates Actual - Budget. For example, if budgeted sales were $100, and you actually made $110 in sales, the variance is 10.

By default, members are non-expense.

To use a button to set an expense property:
  1. Select the member that you want to set the property for; for example, COGS.
  2. Click the Expense tag button, . "Expense Reporting" displays next to the member name.
To tag an accounts member as expense or non-expense using the Member Properties dialog box:
  1. Select the member that you want to set the property for; for example, COGS.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Member Properties dialog box.
  3. Click the Accounts tab.
  4. Select Expense or Non Expense.
  5. Click OK.

Setting Hyperion Essbase Currency Conversion Properties

Currency conversion properties define categories of currency exchange rates. These properties are used only in currency databases. For more information on currency properties, see Designing and Building Currency Conversion Applications.

If you select... Hyperion Essbase...
None Determines that the member has no relationship to Currency Conversion. This is the default.
No Conversion Does not convert the member because it is not a currency value. It could be a value such as a quantity or percentage.
Category Converts the member. You can enter the type of conversion required. This could be a value, normally in dollars.

To set currency conversion properties in the Outline Editor:
  1. Select the member. The member must be in a currency database and be part of a dimension tagged as accounts.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Dimension Properties dialog box.
  3. Click the Account Info tab.
  4. Select None, No Conversion, or Category from the Currency Conversion box.

Go to top Tagging a Country Dimension

Use country dimensions to track business activities in multiple countries. If you track business activity in the United States and Canada, for example, your country dimension should contain states, provinces, and countries. If a dimension is tagged as country, you can set the currency name property. The currency name property defines what type of currency this market region uses.

In a country dimension, you can specify the type of currency used in each member. For example, in the Interntl application and database shipped with Hyperion Essbase, Canada has three markets: Vancouver, Toronto, and Montreal. They use the same currency, Canadian dollars.

This dimension type is used for currency conversion applications. For more information, see Designing and Building Currency Conversion Applications.

To tag a dimension as country:
  1. Select the dimension that you want to tag; for example, Market.
  2. Click the Country button, , to display "Country" next to the dimension name.
  3. If you want to set the currency name, click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Dimension Properties dialog box.

    Figure 9-5: Country Dimension Tagged in Dimension Properties Dialog Box

  4. Enter the currency name, such as US$, in the Currency Name text box.
  5. Click OK.

Go to top Tagging a Currency Partition

Use currency partition members to separate local currency members from a base currency defined in your application. If your base currency for analysis is US dollars, for example, the local currency members would contain values based on the currency type of the region, such as Canadian dollars.

This dimension type is used for currency conversion applications. For more information, see Modify the Scenario Dimension.


Go to top Tagging an Attribute Dimension

Use attribute dimensions to report and aggregate data based on characteristics of standard dimensions. In the Sample Basic database, for example, the Product dimension is associated with the Ounces attribute dimension. Members of the Ounces attribute dimension categorize products based on their size in ounces. For information about attribute dimensions, see Working with Attributes.

Keep in mind the following information about attribute dimensions when you tag a dimension as attribute:

Setting the Attribute Property

To use a button to tag a dimension as attribute:
  1. Select the dimension that you want to tag; for example, Ounces.
  2. Click the Attribute button, .

Outline Editor displays "Attribute" next to the dimension name.

To tag a dimension as attribute using the Dimension Properties dialog box:
  1. Select the dimension that you want to tag; for example, Ounces.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Dimension Properties dialog box.
  3. Select Attribute in the Dimension Type box.
  4. Click OK.

Setting the Attribute Type

Attributes have a text, Boolean, date or numeric type property. Although assigned at the dimension level, the type applies only to the level 0 members of the dimension. Hyperion Essbase sets text as the default attribute dimension type. See Attribute Types for more information.

To use buttons to set the attribute type:
  1. Select the attribute dimension; for example, Ounces.
  2. Click the button corresponding to the type that you specify:
To set the attribute type in the Dimension Properties dialog box:
  1. Select the dimension that you want to tag; for example, Ounces.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Dimension Properties dialog box.
  3. Select the dimension type in the drop-down list box next to Attribute in the Dimension Type box.
    Note:   To enable the drop-down list box, select the Attribute option.
  4. Click OK.

Go to top Setting Two-Pass Calculation Properties

By default, Hyperion Essbase calculates outlines from the bottom up--first calculating the values for the children and then the values for the parent. Sometimes, however, the values of the children may be based on the values of the parent or the values of other members in the outline. To obtain the correct values for these members, Hyperion Essbase must first calculate the outline and then re-calculate the members that are dependent on the calculated values of other members. The members that are calculated on the second pass through the outline are called two-pass calculations.

For more information on bottom-up calculations, see Understanding Bottom-Up Versus Top-Down Calculation.

For example, to calculate the ratio between Sales and Margin, Hyperion Essbase needs first to calculate Margin, which is a parent member based on its children, including Sales. To ensure that the ratio is calculated based on a freshly calculated Margin figure, tag the Margin % ratio member as a two-pass calculation. Hyperion Essbase calculates the database once and then calculates the ratio member again. This produces the correct result.

Note:   Even though two-pass calc is a property that you can give to any non-attribute dimension member, it works only on members of accounts dimensions, Dynamic Calc members, and Dynamic Calc And Store members. If two-pass calc is assigned to other members, Hyperion Essbase ignores it.
To set a member to be calculated on the second pass in the Outline Editor:
  1. Select the member that you want to set the property for; for example, Margin %.
  2. Click the Two-Pass tag button, . "Two Pass Calc" displays next to the member name.
To set a member to be calculated on the second pass using the Member Properties dialog box:
  1. Select the dimension or member; for example, Margin %.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Member Specification dialog box.
  3. Select Two Pass Calculation.
  4. Click OK.

Go to top Introducing Member Consolidation Properties

Member consolidation properties determine how children roll up into their parents. By default, new members are given the addition (+) operator, meaning that members are added. For example, Jan, Feb, and Mar figures are added and the result stored in their parent, Qtr1.

Note:   Hyperion Essbase does not use consolidation properties with members of attribute dimensions. The Attribute Calculations dimension provides consolidation totals for attribute dimensions. See Calculating Attribute Data.

Table 9-1 describes each operator.

Table 9-1: Consolidation Operators

Operator Description
+ Adds the member to the result of previous calculations performed on other members. This is the default operator.
- Multiplies the member by -1 and then adds it to the sum of previous calculations performed on other members.
* Multiplies the member by the result of previous calculations performed on other members.
/ Divides the member into the result of previous calculations performed on other members.
% Divides the member into the sum of previous calculations performed on other members. The result is multiplied by 100 to yield a percentage value.
~ Does not use the member in the consolidation to its parent.

Calculating Members with Different Operators

When siblings have different operators, Hyperion Essbase calculates the data in top-down order. The following sectiondescribes how Hyperion Essbase calculates the members in Figure 9-6.

Figure 9-6: Sample Roll Up

Parent1
   Member1 (+)   10
   Member2 (+)   20
   Member3 (-)   25
   Member4 (*)   40
   Member5 (%)   50
   Member6 (/)   60
   Member7 (~)   70

Hyperion Essbase calculates Member1 through Member4 in Figure 9-6 as follows:

Figure 9-7: Sample Roll Up for Members 1 through 4

(((Member1 + Member2) + (-1)Member3) * Member4) = X
(((10 + 20) + (-25)) * 40) = 200

If the result of Figure 9-7 is X, then Member5 consolidates as follows:

Figure 9-8: Sample Roll Up for Member 5

(X/Member5) * 100 = Y
(200/50) * 100 = 400

If the result of Figure 9-8 is Y, then Member6 consolidates as follows:

Figure 9-9: Sample Roll Up for Member 6

Y/Member6 = Z
400/60 = 66.67

Because it is set to No Consolidation(~), Hyperion Essbase ignores Member7 in the consolidation.


Go to top Setting Member Consolidation Properties

Note:   Consolidation properties do not apply to members of attribute dimensions.
To set the consolidation property for a member using the toolbar in the Outline Editor:
  1. Select the member.
  2. Click the button corresponding to the consolidation you specify:
To set the consolidation property for a member using the Member Properties dialog box:
  1. Select the member.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Member Properties dialog box.

    Figure 9-10: Setting Consolidation Properties

  3. Select the operator from the Consolidation box on the Member Info page.

Go to top Setting Storage Properties

You can determine how and when Hyperion Essbase stores the data values for a member. For example, you can tell Hyperion Essbase to only calculate the value for a member when a user requests it and then discard the data value. Table 9-2 lists each storage property and tells you when to set it and where to go to learn how to set it.

Table 9-2: Choosing Storage Properties

Use this property... When you want to... For more information, see...
Store Store the data value with the member. Storing Data
Dynamic Calc And Store Not calculate the data value until a user requests it, and then store the data value. Dynamically Calculating Data
Dynamic Calc Not calculate the data value until a user requests it, and then discard the data value. Dynamically Calculating Data
Never share Not allow members to be shared implicitly. Implied Sharing
Label only Create members for navigation only, that is, members that contain no data values. Creating Label Only Members
Shared member Share values between members. For example, the 100-20 member is stored under the 100 parent and shared under Diet parent. Sharing Members


Go to top Storing Data

By default, Hyperion Essbase stores each data value with the associated member. For example, if 50 cases of Cola were sold in January in Massachusetts, Hyperion Essbase stores 50 at the intersection of Cola, Jan, Massachusetts.

To use a button to tag a member as stored:
  1. Select the member.
  2. Click the Store button, .
To tag a member as stored using the Member Properties dialog box:
  1. Select the member.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Member Properties dialog box.
  3. Select Store Data in the Data Storage box on the Member Info page.
  4. Click OK.

Go to top Dynamically Calculating Data

When a member is Dynamic Calc, Hyperion Essbase does not calculate the value for that member until a user requests it. After the user views it, Hyperion Essbase does not store the value for that member. If you tag a member as Dynamic Calc And Store, Hyperion Essbase performs the same operation as for a Dynamic Calc member, except that Hyperion Essbase does store the data value for that member after the user views it.

For more information on Dynamic Calc or Dynamic Calc And Store members, see Dynamically Calculating Data Values

Note:   Hyperion Essbase automatically tags members of attribute dimensions as Dynamic Calc. You cannot change this setting.
To use buttons to tag a member as Dynamic Calc or Dynamic Calc And Store:
  1. Select the member.
  2. Click the Dynamic Calc button, , or the Dynamic Calc And Store button, . "Dynamic Calc" or "Dynamic Calc And Store" displays next to the member names.
To tag a member as Dynamic Calc or Dynamic Calc And Store using the Member Properties dialog box:
  1. Select the member.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Member Properties dialog box.
  3. Select Dynamic Calc or Dynamic Calc And Store in the Data Storage box on the Member Info page.
  4. Click OK.

Go to top Creating Label Only Members

Label only members have no data associated with them. Use them to group members or to ease navigation and reporting from the Hyperion Essbase Spreadsheet Add-in. Typically, you should give label only members the no consolidation property. For more information on the no consolidation property, see Setting Member Consolidation Properties.

Note:   You cannot associate attributes with label only members. If you tag as label only a base dimension member that has attributes associated with it, Hyperion Essbase removes the attribute associations and displays a warning message.
To use a button to tag a member as label only:
  1. Select the member; for example, Inventory.
  2. Click the Label Only button, . "Label Only" displays next to the member name.
To tag a member as label only using the Member Properties dialog box:
  1. Select the member.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Member Properties dialog box.
  3. Select Label Only in the Data Storage box on the Member Info page.
  4. Click OK.

Go to top Sharing Members

The data values associated with a shared member come from another member with the same name. The shared member stores a pointer to data contained in the other member and the data is only stored once. To define a member as shared, there must be an actual non-shared member of the same name. For example, in the Sample Basic database, the 100-20 member under 100 stores the data for that member. The 100-20 member under Diet points to that value.

Shared members are typically used to calculate the same member across multiple parents. For example, you might want to calculate a Diet Cola member in both the 100 and Diet parents.

Using shared members lets you use members repeatedly throughout a dimension. Hyperion Essbase stores the data value only once, but it displays in multiple locations. This offers considerable space saving as well as processing efficiency.

Rules for Shared Members

Follow these rules when creating shared members:

Implied Sharing

The shared member property defines a shared data relationship explicitly. Some members are shared even if you don't explicitly set them as shared. These members are said to be implied shared members.

Hyperion Essbase assumes (or implies) a shared member relationship in the following situations:

If you do not want a member to be shared implicitly, mark the parent as Never Share so that the data is duplicated, and is not shared. See Setting the Shared Member Property.

Setting the Shared Member Property

To tag a member as shared in the Outline Editor:
  1. Select the shared member.
  2. Click the Shared Member button, . "Shared Member" displays next to the member name.
  3. If the shared member and the actual member roll up to multiple parents, their values are counted twice in a consolidation of the database. If you want to prevent this, select the shared member and click the No Consolidate button, . The tilde character (~) displays next to the member's name.

Go to top Setting UDAs

You can create your own user-defined attributes for members. A user-defined attribute (UDA) is a word or phrase about the member. For example, you might create a UDA called Debit. Use UDAs in:

If you want to perform a calculation, selectively retrieve data based on attribute values, or provide full crosstab, pivot, and drill-down support in the spreadsheet, create attribute dimensions instead of UDAs. See Differences Between Attributes and UDAs.

Rules for UDAs

Follow these rules when creating UDAs:

Creating UDAs

To create a UDA in the Outline Editor:
  1. Select the member to create the UDA for; for example, East.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Member Properties dialog box and click the UDAs tab.

    Figure 9-13: UDAs Page

  3. Enter the UDA in the UDAs text box or select it from the list box; for example, Major Market.
  4. Click the Add button to add it to the UDAs list. The UDAs box lists all UDAs for the selected member.
  5. Click OK.

Go to top Setting Comments on Dimensions and Members

You can add comments to dimensions and members. The Outline Editor displays these comments to the right of the dimension or member in the following format:

/* comment */
To add comments to dimensions or members:
  1. Select the dimension or member that you'd like to add the comment to; for example, Market.
  2. Click the Data Dictionary button, , press the Enter key, or select Edit > Properties to open the Dimension Properties dialog box.

    Figure 9-14: Comments in the Dimension Specification Dialog Box

  3. Enter the comment in the Comment text box; for example, US Markets Only. A comment can be up to 255 characters.
  4. Click OK.

    The comment displays to the right of the dimension or member in the Outline Editor.

    Figure 9-15: Sample Dimension Comment


Go to top Setting Formulas for Dimensions and Members

You can apply formulas to standard dimensions and members. You cannot set formulas for attribute dimensions and their members. The formula determines how Hyperion Essbase calculates the outline data. For more information about formulas, see Developing Formulas.

To add a formula to a dimension or member:
  1. Select the dimension or member to which to add the formula; for example, Variance %.
  2. Click the Formula button, , or press the = sign on the keyboard to open the Formula Editor:

    Figure 9-16: Formula Editor

  3. Type the formula into the edit field; for example, @VARPER(Actual, Budget).
  4. Select File > Close to close the Formula Editor. Hyperion Essbase checks the formula's syntax. If the syntax is correct, the formula displays next to the member's name. If not, open the Formula Editor and check the syntax.

    For more information about using the Formula Editor, see Creating Formulas.


Home Previous Next Index Help Banner


Copyright © 1991-2000 Hyperion Solutions Corporation. All rights reserved.