0% found this document useful (0 votes)
30 views7 pages

EPM Functions Updaed

This document describes functions in EPM for saving, retrieving, and manipulating data and metadata. Key functions include EPMENVDATABASEID() to get the current environment ID, EPMMODELCUBEID and EPMMODELCUBEDesc to get model ID and description, EPMSaveData and EPMRetrieveData to save and retrieve data to/from the database, and EPMDimensionList to get a list of available dimensions in the model. Other functions allow overriding dimensions, copying ranges, and inserting cells before or after blocks.

Uploaded by

Ramesh Varada
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views7 pages

EPM Functions Updaed

This document describes functions in EPM for saving, retrieving, and manipulating data and metadata. Key functions include EPMENVDATABASEID() to get the current environment ID, EPMMODELCUBEID and EPMMODELCUBEDesc to get model ID and description, EPMSaveData and EPMRetrieveData to save and retrieve data to/from the database, and EPMDimensionList to get a list of available dimensions in the model. Other functions allow overriding dimensions, copying ranges, and inserting cells before or after blocks.

Uploaded by

Ramesh Varada
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 7

EPM Function

EPMENVDATABASEID()
EPMMODELCUBEID
EPMMODELCUBEDesc
EPMDimensioType
EPMContextMember
EPMMemberDesc
EPMSaveData
EPMRetrieveData

EPMSaveComment
EPMDimensionList

EPMAxisOverride

EPMDimensionOverride

EPMCopyRange
EPMInsercellsbeforeAfterbloc

Purpose
GIVES Environment for which you got connected currently
Model ID will be given
Model Description will be given
Gives the Dimension name Based on the Dimension Type
Gives the Dimension Member from the Context
Gives the Member description
Retrieves the data from DB and modify and sends the data back to Da
Retrieves the data from DB

Enables to enter/modify a comment and save it to the server when yo


Gives the List of Dimensions available in the Model

Enable you to Override the Row/Column axis of the report and


displays the report results accordingly

Enables you to override the Dimension (Ex:Time) based on the expres

This is just to copy the report with specific color


This will insert cell before or after the block

Syntax
It will Take the by default . No need to specify any value in the input cell.
It will Take the by default from the current connection . No need to specify any value
in the input cell
It will Take the by default from the current connection . No need to specify any value
in the input cell
Dimension Type should be supplied here
Supply the Dimension Value
Supply the Member Value
Supply the Cell in which you maintained the Value and also specify the Members for
which combinations you want this cell value to be updated
Supply the Memebrs for which combination you want to see the data from Database
Supply Cell in which you have the Comment and also specify the Members
(Row,Column) for which combinations you want this comment to be updated
Supply the Cellwhere you want to see the dimensions list of the currently connected
Model
Supply the Report ID ( for default = 000, next =001,..so on), Row Axis = True (False to
Override the column axis), also specify the Dimensions cell from which you want to
take the dimension value and Members cells from which you will make the system to
understand whether to take base members/childers/... (BAS - for Base Members, ALL All the descedents, Self - current context member, DEP - for All dependants ....)
Supply the Report ID(000), Dimension (Ex: TIME), Member (Calc= Y and YEAR = 2015)
Supply Report ID, Rows = True(False for Column), Source Range = fill the cell(s) with
required colors and give that range, Copy All Report Data = True to fill the available
colors from the source Range to the entire report, Also check if it is FALSE , then what
would be the range this function can fill.
Supply Report ID, Dimension ( Ex: Category), Before = True to display this inserted
cell before else give False to insert after the block

Comments
Connection name should not be specified as the system will take by default

You might also like