EpmContextualModelView

<< Click to Display Table of Contents >>

 

EpmContextualModelView

Returns a list of variables available on a contextualized tree, or Contextual Model, and their respective addresses.

 

Syntax

SELECT * FROM EpmContextualModelView()

 

Result Fields

Path: Path to a variable on a contextualized tree

Name: Full name of a variable

 

Example

To return data from all paths and names of existing objects on a contextualized tree containing the expression "Infos" in the Path field, use the next statement.

SELECT * FROM EpmContextualModelView() WHERE Path LIKE '%Infos%'

 

EpmContextualModelView function

EpmContextualModelView function

Was this page useful?