In a query specification, the objects of the universe are identified by the following attributes:
This is the object identifier as defined in the CMS repository.
This is the full path of the object. This attribute is optional and is mainly used by client tools to implement universe change source. If the universe data source must be replaced with another one containing different object IDs, then only the object paths can be used to map the objects in the query and the objects in the new universe data source.
You build the full paths by following the rules below:
The following examples illustrate the naming rules:
Path | Object | String |
---|---|---|
Root folder | "CustomerName" dimension | "CustomerName|dimension" |
"Customer" folder | "Name" dimension | "Customer|folder\Name|dimension" |
"Customer" dimension in "Contact" folder | "Name" attribute | "Contact|folder\Customer|dimension\Name|attribute" |
"Customer\Large" dimension in "Country|US" folder | "First~Name" attribute | "Country~|US|folder\Customer§\Large|dimension\First~~Name|attribute" |