MULTISELECTCREATE
MULTISELECTCREATE creates a valid multiselect XML (MLS-XML) definition. You use MULTISELECTADD to populate the definition with elements from a specified hierarchy.
See MULTISELECTADD
Syntax
=MULTISELECTCREATE("Hierarchy unique name","Aggregation
function")
Valid aggregation functions are: Sum, Avg, Min, Max, and Any.
Example
=MULTISELECTCREATE("[Period]","Sum")
Use MULTISELECTCREATE in, for example, a Set Parameters action to populate a variable with the MLS-XML definition.
Use MULTISELECTADD to add hierarchy elements to an MLS-XML definition.