100% found this document useful (2 votes)
37K views8 pages

Essbase Calculation Tax Calculation

The document discusses calculating the tax inclusive amount for income and expenses in Essbase using calculation scripts. It provides examples of functions like @CHILDREN, @ISUDA, @ISMBR and @ISCHILD. Sample test data is also prepared in Excel to execute the calculation scripts.

Uploaded by

Amit Sharma
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 PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
37K views8 pages

Essbase Calculation Tax Calculation

The document discusses calculating the tax inclusive amount for income and expenses in Essbase using calculation scripts. It provides examples of functions like @CHILDREN, @ISUDA, @ISMBR and @ISCHILD. Sample test data is also prepared in Excel to execute the calculation scripts.

Uploaded by

Amit Sharma
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 PDF, TXT or read online on Scribd
You are on page 1/ 8

Essbase Calculation Script Case Study Calculating the Tax Inclusive Amount for income and expense

The document contents some of the basic example for Essbase calculation script. The document assists Essbase beginners and learners to understand the Essbase calculation concepts with some basic Financial Ratio Analysis examples. We have prepared 5000+ examples of each category to master in Essbase calculation. Join our professional training program Mastering in Essbase Calc Script to learn from the Experts.

History: Version 0.1 0.1 Description Change Initial Draft 1st Review Author Saurabh Parashar Amit Sharma Publish Date 27th -Nov-2011 27th -Nov-2011

www.hyperiongurur.com

http://essbasexpects.wordpress.com/

Prepare test sheet for calculating Income


Formula to Calculate Income Tax Inclusive Amount = Exclusive Amount + Tax Amount

Essbase Calc Script Functions We are using @CHILDREN, @ISUDA, @ISMBR and @ISCHILD functions in our current
example.

@CHILDREN(Fin_Element) Returns all children of Fin_Element.

www.hyperiongurur.com

http://essbasexpects.wordpress.com/

@ISUDA(Currency, "Default Currency") Returns TRUE if Default Currency exists for the current member Currency at the time of the calculation.

@ISMBR(ICP_ASIA) - Returns TRUE if the


ICP_ASIA is available.

@ISCHILD(EXPENSE) - Returns TRUE for


Exclusive Amount, Tax Amount and Tax inclusive Amount.

We need to open MS-Excel to prepare test sheet for calculation-

www.hyperiongurur.com

http://essbasexpects.wordpress.com/

The below screen shows the requirement which you want to perform (Calculate Income) in Oracle Hyperion Essbase through Calculation Script. We give some values in our Essbase cube showing in subsequent Excel sheet. Lock and send after doing this and then execute calculation script in calculation script editor.

Purpose of calculation We are computing Income.. Now double click on any cell or Add-

EssbaseRetrieve to get desired result.

www.hyperiongurur.com

http://essbasexpects.wordpress.com/

Prepare test sheet for calculating Expense

Formula to Calculate Expense Tax Inclusive Amount = Exclusive Amount + Tax Amount Essbase Calc Script

Functions We are using @CHILDREN, @ISUDA, @ISMBR and @ISCHILD functions in our current
example.

@CHILDREN(Fin_Element) Returns all children of Fin_Element.

@ISUDA(Currency, "Default Currency") Returns TRUE if Default Currency exists for the current member Currency at the time of the calculation.

www.hyperiongurur.com

http://essbasexpects.wordpress.com/

@ISMBR(ICP_ASIA) - Returns TRUE if the


ICP_ASIA is available.

@ISCHILD(EXPENSE) - Returns TRUE for


Exclusive Amount, Tax Amount and Tax inclusive Amount.

www.hyperiongurur.com

http://essbasexpects.wordpress.com/

We need to open MS-Excel to prepare test sheet for calculationThe below screen shows the requirement which you want to perform (Calculate Expense) in Oracle Hyperion Essbase through Calculation Script. We give some values in our Essbase cube showing in subsequent Excel sheet. Lock and send after doing this and then execute calculation script in calculation script editor.

We are computing Income.. Now double click on any cell or AddInsEssbaseRetrieve to get desired result.
Purpose of calculation

www.hyperiongurur.com

http://essbasexpects.wordpress.com/

www.hyperiongurur.com

http://essbasexpects.wordpress.com/

You might also like