0% found this document useful (0 votes)
195 views

Smartview Userdefined Functions

The document describes various Hyperion Smart view Functions such as HsCurrency, HsDescription, HsGetText, HsLabel, HsSetText, and HsSetValue that can be used to retrieve or set values and text within Hyperion scenarios. Examples are provided that demonstrate using these functions to get the currency, description, and value of an account, as well as to set the text, value, and label for an actual scenario in 2001. The functions allow manipulating data and settings within Hyperion scenarios from Excel or other tools.

Uploaded by

Deva Raj
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
195 views

Smartview Userdefined Functions

The document describes various Hyperion Smart view Functions such as HsCurrency, HsDescription, HsGetText, HsLabel, HsSetText, and HsSetValue that can be used to retrieve or set values and text within Hyperion scenarios. Examples are provided that demonstrate using these functions to get the currency, description, and value of an account, as well as to set the text, value, and label for an actual scenario in 2001. The functions allow manipulating data and settings within Hyperion scenarios from Excel or other tools.

Uploaded by

Deva Raj
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Hyperion Smart view Functions

Hscurrency Hsdescription hsGet text hslabel hsSet Text HsSetvalue 1.=HsGetValue("IFRS","Scenario#ACTUAL;Year#2007;Period#December;View#<Scen ario View>;Entity#Entity_CAD.Entity_CAD1;Value#<Entity Currency>;Account#109000;ICP#[ICP None];Custom1#CLO;Custom2#[None];Custom3#[None];Custom4#[None]") Result:2800

2. =HsCurrency("IFRS","Entity#Entity_CAD.Entity_CAD1;Value#<Entity Currency>") Result: CAD

3. =HsDescription("IFRS","Entity#Entity_CAD.Entity_CAD1") Result: BU1 in CAD currency

4 =HsSetText("actual scnenario","IFRS","Scenario#ACTUAL;Year#2001;Period#[Year];View#<Scenario View>;Entity#[None];Value#<Entity Currency>;Account#[None];ICP#[ICP None];Custom1#[None];Custom2#[None];Custom3#[None];Custom4#[None]") Result: actual Scenario 5.=hssetvalue(1000,"IFRS","Scenario#ACTUAL;Year#2001;Period#[Year];View#<Scen ario View>;Entity#[None];Value#<Entity Currency>;Account#[None];ICP#[ICP None];Custom1#[None];Custom2#[None];Custom3#[None];Custom4#[None]") Result: 1000

(We need to set value in function builder only. For data or cell reference. I set the value as 1000 for Actual scenario) 6. =HsSetText("this is actual
scenarioooo","IFRS","Scenario#ACTUAL;Year#2001;Period#[Year];View#<Scenario View>;Entity#[None];Value#<Entity Currency>;Account#[None];ICP#[ICP None];Custom1#[None];Custom2#[None];Custom3#[None];Custom4#[None]") Result: this is actual scenarioooo

7. =HsLabel("IFRS","Year#") Result: 2001

Regards Devaraj

You might also like