Learn R Programming

mstrio (version 11.2.1)

Filter: Pull MicroStrategy cubes (full or filtered)

Description

Pass ids of selected objects (attributes, metrics and elements).

Arguments

Public fields

attributes

List of ids for selected attributes.

metrics

List of ids for selected metrics.

attr_elements

List of ids for selected attribute elements.

Active bindings

attr_elements

List of ids for selected attribute elements.

Methods

Public methods

Method new()

Usage

Filter$new(attributes = NULL, metrics = NULL, attr_elements = NULL)

Method select()

Usage

Filter$select(object_id)

Method clear()

Usage

Filter$clear()

Method requested_objects()

Usage

Filter$requested_objects()

Method view_filter()

Usage

Filter$view_filter()

Method filter_body()

Usage

Filter$filter_body()

Method clone()

The objects of this class are cloneable with this method.

Usage

Filter$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.