XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "XL3KpiLookup"

(Created page with 'Returns the value of a KPI for a given cross section of the cube. ==Syntax== {{Code|XL3KpiLookup( Connection, KpiName, KpiPart, [Hierarchy1], [Member1],…, [Hierarchy13], [Mem…')
 
(Using the Standard_HierarchyMember_List template)
Line 22: Line 22:
 
* Status
 
* Status
 
* Trend
 
* Trend
|-
+
{{Standard_HierarchyMember_List}}
| {{Code|Hierarchy1,…, HierarchyN}}
 
| Name of the hierarchy that the member applies to e.g. {{Code|"Measures"}} or {{Code|"[Customer].[Customer Geography]"}}
 
|-
 
| {{Code|Member1,…, MemberN}}
 
| Comma-delimited list of members to use for the cross section
 
 
|}
 
|}
  

Revision as of 09:00, 7 October 2010

Returns the value of a KPI for a given cross section of the cube.

Syntax

XL3KpiLookup( Connection, KpiName, KpiPart, [Hierarchy1], [Member1],…, [Hierarchy13], [Member13] )

Parameters

Parameter Description
Connection Connection number to use
KpiName The name of the KPI to use
KpiPart The part of the KPI to display. Possible values are:
  • Value
  • Goal
  • Status
  • Trend
Hierarchy1,…, HierarchyN Name of the hierarchy that the following member applies to e.g. "Measures" or "[Customer].[Customer Geography]"
Member1,…, MemberN Either a single member unique name or an XL3Member formula

See Also