PublishSubset

PublishSubset publishes a named private subset on a server. If you attempt to publish a private subset for which an identically named public subset exists, you will be prompted to overwrite the existing public subset.

This TM1® macro function is valid in Excel macros and VBA modules only.

Syntax

PublishSubset(dimension, subset)

Argument

Description

dimension

The server-prefixed name of the dimension containing the private subset you want to publish. For example, to publish a subset of the Region dimension on the Finance server, you would pass "Finance:Region" as the dimension argument.

subset

The name of the private subset you want to publish.