xtrViewStatus Value List
Applies To
Discussion
Use the constants of this value list with the SetViewStatus method of the Category and SpecialCategory objects and the GetViewStatus method of the View object. These constants describe which categories are included when a PowerCube is created from the view.
Constant |
Description |
---|---|
trViewStatusApexAncestor |
Contains only the apex category and the immediate descendants. |
trViewStatusClear |
Specifies that no restrictions are set. |
trViewStatusCloakMom |
Specifies that the category and all the descendants are omitted but their values are retained for rollup into higher-level categories. |
trViewStatusClipMom |
Specifies that the category and all the descendants are excluded. |
trViewStatusInvisibleKid |
Specifies that the category is excluded from a Cloaked or Summary ancestor. |
trViewStatusRemoveKid |
Specifies that the category is excluded from an Excluded ancestor. |
trViewStatusSummaryMom |
Includes a category with summarized data for all the descendants. |
trViewStatusSuppressed |
Specifies that the category is not included, but the parent and child categories are. |