Showing Forecast versions

 

Most Hyperion Financial Management and Hyperion Enterprise applications contain Forecasts. Some of these applications, even contain different versions of the Forecast, typically named like Version1, Version 2 and Version 3 or F1, F2 and F3.

In the CXO-Cockpit, we have the Version [VER] dimension, which is typically used for this purpose. In order to set it up in a user friendly way, you need to do something extra. By default, if you put the version dimension in the CXO-Cockpit and switch to e.g. Version1, then not only the Forecast, but also the Actuals will be retrieved for Version1, which is not correct. Since you only want to apply this dimension to the Forecast category, we recommend the following actions:

1. Map your data to specific versions

For example, to V1, V2 and V3

 

2. Create custom members for Versions, for example CXO_V1, CXO_v2 and CXO_V3 in the VER dimension:

Example for CXO_V1 (and the same has to be done for CXO_V2, CXO_V3):

CASE

Forecast versions for Hyperion
TypeCXO-Cockpit Tips and Tricks
AudienceWhat is the role of the CXO-Cockpit Administrator
DifficultyHigh
Applies toHyperion Enterprise & Hyperion Financial Management

WHEN

 [CAT].[CAT].CurrentMember.Name='Forecast'

THEN

[VER].[VER].V1

ELSE

[VER].[VER].[NA] /* or whatever you use as a default on your application */

END

3. In the security, make sure that only the custom VER member CXO_V1, CXO_V2 and CXO_v3 are included in the Point of View.

4. Change the Dimension Alias of [VER] (Version) in /wiki/spaces/CXO61/pages/76710123 / Dimension Mapping to 'Forecast version' of 'Fcst version'