HierarchySubsetElementExists = Checks if an elements exists in a public subset. 1 is returned if the elements exists or 0 if it does not exist in the subset.
SubsetAliasSet = Sets the alias attribute in the Subset.
SubsetAttrDelete = Deletes a subset attribute from the dimension.
SubsetAttrInsert = Creates a string, numeric or alias subset attribute for a dimension.
SubsetATTRN = Retrieves a value from a subset’s numeric attribute.
SubsetAttrNL = Retrieves a value from a subset’s numeric attribute for a given language. If the attribute is not defined for the language code, then the function returns the base attribute value.
SubsetAttrPutN = Updates a numeric attribute from a subset.
SubsetAttrPutS = Updates a string attribute from a subset.
SubsetAttrS = Retrieves a string attribute from a subset.
SubsetAttrSL = Retrieves a string attribute from a subset based on the local language code. If the attribute is not defined for the language code, then the function returns the base attribute value.
SubsetElementExists = Checks if an element exists in the specified public subset. If an element exists in the subset then it returns 1 otherwise it returns 0.
SubsetElementGetIndex = Retrieves an element’s index in a subset. If the element doesn’t exist in the subset, then the function returns 0. If the index is not between 1 and the size of the subset then the function return error and process will be aborted.