<< Click to Display Table of Contents >>
EpmContextualModelView |
Returns a list of variables available on a contextualized tree, or Contextual Model, and their respective addresses.
SELECT * FROM EpmContextualModelView()
•Path: Path to a variable on a contextualized tree
•Name: Full name of a variable
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