EpmContextualModelView

<< Click to Display Table of Contents >>

 

EpmContextualModelView

Returns a list of variables present on the contextual tree, or Contextual Model, and their respective addresses.

 

Syntax

SELECT * FROM EpmContextualModelView()

 

Resulting Fields

Path: Path of the variable on the contextual tree

Name: Full name of the variable

 

Usage Example

To return data from all paths and names of the existing objects on the contextual tree that contain the expression "Infos" in the Path field, use the next declaration.

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

Was this page useful?