XL3DoWriteback

Revision as of 16:13, 25 March 2011 by Antonio.remedios (talk | contribs) (Created page with 'Optionally writes a value to a specific cube cross-section. ==Syntax== {{Code|XL3DoWriteback( PerformWriteback, WriteValue, Connection, [Hierarchy1], [Member1],…, [Hierarchy1…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Optionally writes a value to a specific cube cross-section.

Syntax

XL3DoWriteback( PerformWriteback, WriteValue, Connection, [Hierarchy1], [Member1],…, [Hierarchy13], [Member13] )

Parameters

Parameter Description
PerformWriteback A boolean value (TRUE or FALSE) specifying whether to actually perform the writeback.
WriteValue The value to be written.
Connection Connection number to use
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