The MsCalendarMode enumeration is used to determine a calendar element calculation mode in a table visualizer.
It is used by the following properties:
IMsFormulaTransform.CalendarMode.
IMsFormulaTransformSlice.CalendarMode.
Value | Brief description |
0 | Normal. Standard calculation by dates. Iterations are executed from calculation start date to end date. |
1 | IterateElements. It is used if calendar dimension has calculated elements. Iterations are executed by calendar dimension elements, rather than by dates. |
2 | CalendarElement. Calculated calendar element is calculated. The calculation is executed both in Normal and in IterateElements, but only one calendar point is taken for result. |
4 | ManualRemovedCalendar. Not used. The user specified that there is no calendar, and calendar is used as a standard dimension. |
See also: