描述
该函数返回关键绩效指标(KPI)属性,并在单元格中显示KPI名称。
语法
CUBEKPIMEMBER (connection, kpi_name, kpi_property, [caption])
争论
Argument | 描述 | Required/Optional |
---|---|---|
connection | Name of the connection to the cube - A text string | Required |
kpi_name | Name of the KPI in the cube - A text string | Required |
kpi_property | The KPI component returned and can be one of the given Enumerated Constants as given in the Table below | Required |
caption | An alternative text string that is displayed in the cell instead of kpi_name and kpi_property | Optional |
KPI组件返回-
Integer | Enumerated constant | 描述 |
---|---|---|
1 | KPIValue | The actual value |
2 | KPIGoal | A target value |
3 | KPIStatus | The state of the KPI at a specific moment in time |
4 | KPITrend | A measure of the value over time |
5 | KPIWeight | A relative importance assigned to the KPI |
6 | KPICurrentTimeMember | A temporal context for the KPI |
如果为kpi_property指定KPIValue,则单元格中仅显示kpi_name。
Notes
KPI是一种可量化的度量,如用于监视组织绩效的每月毛利润或季度员工Stream动率。
仅当工作簿连接到Microsoft SQL Server 2005 Analysis Services或更高版本的数据源时,才支持CUBEKPIMEMBER函数。
-
对CUBEKPIMEMBER函数求值时,它将在检索所有数据之前临时在单元格中显示"#GETTING_DATA…"消息。
-
要在计算中使用KPI,请在CUBEVALUE函数中将CUBEKPIMEMBER函数指定为member_expression参数。
-
如果连接名称不是工作簿中存储的有效工作簿连接,则CUBEKPIMEMBER返回一个#NAME?错误值。如果联机分析处理(OLAP)服务器未运行,不可用或返回错误消息,CUBEKPIMEMBER返回一个#NAME吗?错误值。
-
当kpi_name或kpi_property无效时,CUBEKPIMEMBER返回一个#N/A错误值。
如果共享共享时您在数据透视表中引用了基于会话的对象(如,计算所得成员或命名集),则 -
CUBEKPIMEMBER可能会返回#N/A错误值,并且该数据透视表将被删除或转换将数据透视表转换为公式。 (在optionsoptions卡上的工具组中,单击 OLAP工具,然后单击转换为公式)
适用性
Excel 2007,Excel 2010,Excel 2013,Excel 2016
Example
参考链接
https://www.learnfk.com/javascript/advanced-excel-cube-cubekpimember-function.html
标签:name,JavaScript,Excel,无涯,KPI,kpi,property,CUBEKPIMEMBER From: https://blog.51cto.com/u_14033984/7347932