Function |
Description |
Addcalculatedmembers (MDX) |
Returns the set generated by adding the computing member to the specified set. |
Allmembers (MDX) |
Returns a set of all members (including computing members) of a specified dimension, hierarchy, or level. |
Ancestors (MDX) |
Returns a set composed of all the ancestors of a specified level or distance of a member. |
Ascendants (MDX) |
Returns the ancestor set of the specified member (including the member itself ). |
Axis (MDX) |
Returns the set defined in the axis. |
Bottomcount (MDX) |
Sorts the set in ascending order and returns the minimum number of tuples. |
Bottompercent (MDX) |
Sorts the set in ascending order and returns a minimum tuples. The cumulative sum of the set is equal to or less than the specified percentage. |
Bottomsum (MDX) |
Sorts the set in ascending order, and returns a minimum tuples. The total number of tuples is equal to or less than the specified value. |
Children (MDX) |
Returns the child of a specified member. |
Crossjoin (MDX) |
Returns the cross product of one or more sets. |
Currentordinal (MDX) |
Returns the number of current iterations in the set during the iteration process. |
Descendants (MDX) |
Returns the descendant set of a member at the specified level or distance. You can select to include or not include descendants of other levels. |
Distinct (MDX) |
Returns the set that is obtained after the duplicate tuples are deleted from the specified set. |
Drilldownlevel (MDX) |
Deepen the members of a set to the lower level indicated by the set, or to the lower level of any specified member level indicated by the set. |
Drilldownlevelbottom (MDX) |
Deepen the bottom-layer members at a specified level to the next level. |
Drilldownleveltop (MDX) |
Deepen the top member of a specified level to the next level. |
Drilldownmember (MDX) |
Deepen the members in the intersection of the first specified set and the second specified set. In addition, this function can deepen the set of tuples. |
Drilldownmemberbottom (MDX) |
Deepen the members in the intersection of the first specified set and the second specified set, and limit the number of members of the result set to the specified number. In addition, this function can also deepen the set of tuples. |
Drilldownmembertop (MDX) |
Deepen the members in the intersection of the first specified set and the second specified set, and limit the number of members of the result set to the specified number. In addition, this function can deepen the set of tuples. |
Drilluplevel (MDX) |
Indicates the members of a set at a specified level or lower. |
DRDs pmember (MDX) |
Indicates the members in the intersection of the first specified set and the second specified set. |
Mongot (MDX) |
Find different items between two sets, and you can choose to retain repeated items. |
Exists (MDX) |
Returns a group of Members from a set. The group members coexist with one or more tuples in one or more other sets. |
Extract (MDX) |
Returns the set composed of tuples In the extracted Dimension Element. |
Filter (MDX) |
Returns the set that is obtained after filtering the specified set according to the search condition. |
Generate (MDX) |
Apply a set to each member of another set, and then calculate the Union set for the obtained set. Alternatively, this function returns the concatenation string created by calculating the string expression for the set. |
Head (MDX) |
Returns the first few elements of a specified number in the Set, and retains the repeated items. |
Hierarchize (MDX) |
Sorts members of a set in a hierarchy. |
Intersect (MDX) |
Returns the intersection of two input sets. You can choose to retain duplicate items. |
Lastperiods (MDX) |
Returns the member set before a specified member. |
Members (SET) (MDX) |
Returns a member set in a dimension, level, or level. |
MTD (MDX) |
According to the year constraints in the time dimension, a group of same-level members are returned from the level of a given Member, starting from the first same-level member to the given member. |
Nametoset (MDX) |
Returns the set of members specified by the MDX string. |
Nonemptycrossjoin (MDX) |
Returns the cross product of one or more sets in the form of a set, excluding empty tuples and tuples that are not associated with data in fact data tables. |
Order (MDX) |
Arrange the members of a specified set. You can choose to retain or disrupt the original hierarchy. |
Periodstodate (MDX) |
According to the specified level constraints in the time dimension, a group of same-level members are returned from the level where a given Member is located, starting from the first same-level member to the given member. |
QTd (MDX) |
In the time dimensionQuarterLevel constraints: return the set of same-level members from the same level as a given Member, starting from the first same-level member to the given member. |
Siblings (MDX) |
Returns the same level of the specified member, including the member itself. |
Stripcalculatedmembers (MDX) |
Returns the set generated by deleting the computing member from the specified set. |
Strtoset (MDX) |
Returns the set specified by the MDX string. |
Subset (MDX) |
Returns the subset of the tuples in the specified set. |
Tail (MDX) |
Returns the subset at the end of the set. |
Toggledrillstate (MDX) |
Switch the drilling status of the member. |
Topcount (MDX) |
Sorts the set in descending order and returns the maximum number of elements. |
Toppercent (MDX) |
Sorts the set in descending order, and returns a maximum set of tuples. The cumulative total of the set is equal to or less than the specified percentage. |
Topsum (MDX) |
Sorts the set and returns the elements whose total value reaches at least the top of the specified value. |
Union (MDX) |
Returns the union of two sets. You can choose to retain duplicate items. |
Unorder (MDX) |
Deletes any forced sorting from the specified set. |
Visualtotals (MDX) |
Returns the set generated by dynamically calculating the total number of child members in the specified set. You can select to apply a certain mode to the parent member name in the obtained unit set. |
WTD (MDX) |
According to the week-level constraints in the time dimension, a group of same-level members is returned from the level of a given Member, starting from the first same-level member to the given member. |
YTD (MDX) |
In the time dimensionYearLevel constraints: return the set of same-level members from the same level as a given Member, starting from the first same-level member to the given member. |