<< Clique para Mostrar o Sumário >>
EpmContextualModelView |
Returns a list of variables present on the contextual tree, or Contextual Model, and their respective addresses.
SELECT * FROM EpmContextualModelView()
•Path: Path of the variable on the contextual tree
•Name: Full name of the variable
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%'