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

XL3Set

Revision as of 14:29, 8 September 2017 by Colin (talk | contribs) (Created page with "Returns a name that can be used in place of a set in other formulae. Multiple members can be specified in a range to form one set. This formula can be used with XL3Member...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a name that can be used in place of a set in other formulae. Multiple members can be specified in a range to form one set.

This formula can be used with XL3Member and XL3MemberSet to drive reports.

Syntax

XL3Set( Connection, Hierarchy, Name, Member1, [Member2],…,[MemberN] )

Parameters

Parameter Description
Connection Connection number to use
Hierarchy Name of the hierarchy that the member applies to e.g. "Measures" or "[Customer].[Customer Geography]"
Name Name of the set to return
Member1,…, MemberN Members to use

Examples

Using with XL3Member

If you create a set with XL3Set you can use it with XL3Member to retrieve cube values. In the example below we can a set of members in column C which control a formula report.

The set formula in A1 is XL3Set(1, "[Geography].[Geography]", "my countries", C1:C10), and the member formula in G6 is

Xl3set1.png

See Also