<< Click to Display Table of Contents >>
EpmExpressionVariablesView |
Returns a table with a list of all existing expression variables on an EPM Server.
SELECT * FROM EpmExpressionVariablesView()
•Name: Name of an expression variable
•Description: Description of a variable
To return data from all expression variables whose names contain the expression "kpi" in the Name field, use the next statement.
SELECT * FROM EpmExpressionVariablesView() WHERE Name LIKE '%kpi%'
EpmExpressionVariablesView function