Returns a property of the given KPI.

XL3KpiPropertyLookup( Connection, KpiName, KpiProperty )

ParameterDescription
ConnectionConnection number to use.
KpiNameThe name of the KPI to use.
KpiPropertyThe name of the property to return.

XL3KpiPropertyLookup supports properties:

Property nameDescription
MEASUREGROUP_NAMEThe associated measure group for the KPI.
KPI_NAMEThe name of the KPI.
KPI_CAPTIONA label or caption associated with the KPI. Used primarily for display purposes. If a caption does not exist, KPI_NAME is returned.
KPI_DESCRIPTIONA human-readable description of the KPI.
KPI_DISPLAY_FOLDERA string that identifies the path of the display folder that the client application uses to show the member.
KPI_VALUEThe unique name of the member in the measures dimension for the KPI Value.
KPI_GOALThe unique name of the member in the measures dimension for the KPI Goal.
KPI_STATUSThe unique name of the member in the measures dimension for the KPI Status.
KPI_TRENDThe unique name of the member in the measures dimension for the KPI Trend.
KPI_STATUS_GRAPHICThe default graphical representation of the KPI.
KPI_TREND_GRAPHICThe default graphical representation of the KPI.
KPI_WEIGHTThe unique name of the member in the measures dimension for the KPI Weight.
KPI_CURRENT_TIME_MEMBERThe unique name of the member in the time dimension that defines the temporal context of the KPI.
KPI_PARENT_KPI_NAMEThe name of the parent KPI.