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

Difference between revisions of "XL3KpiLookup"

(Added categories)
(>30 parameters allowed)
Line 3: Line 3:
 
==Syntax==
 
==Syntax==
  
{{Code|XL3KpiLookup( Connection, KpiName, KpiPart, [Hierarchy1], [Member1],…, [Hierarchy13], [Member13] )}}
+
{{Code|XL3KpiLookup( Connection, KpiName, KpiPart, [Hierarchy1], [Member1],…, [HierarchyN], [MemberN] )}}
 +
 
 +
{{Excel Parameter Limitation|This allowed up to 13 hierarchy-member pairs.}}
  
 
==Parameters==
 
==Parameters==

Revision as of 13:46, 28 April 2016

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

Syntax

XL3KpiLookup( Connection, KpiName, KpiPart, [Hierarchy1], [Member1],…, [HierarchyN], [MemberN] )

Before XLCubed Version 9, this formula was limited to 30 parameters. This allowed up to 13 hierarchy-member pairs.

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