The IMDCalculationCalculateArgs interface contains properties that determine parameters of multidimensional calculation on database server.
| Property name | Brief description | |
![]() |
AutoSaveSQL | The AutoSaveSQL property determines whether an executed SQL query is automatically saved to a file. |
![]() |
CleanType | The CleanType property determines a method of cleaning data consumer before calculation. |
![]() |
DateBegin | The DateBegin property determines a calculation period start date. |
![]() |
DateEnd | The DateEnd property determines a calculation period end date. |
![]() |
Recursion | The Recursion property determines whether formulas interdependency is taken into account on calculation. |
![]() |
RecursionEnabled | The RecursionEnabled property determines whether recursion can be used in formulas. |
![]() |
RecursionSource | The RecursionSource property returns the source index in recursive multidimensional calculation. |
![]() |
SliceFilter | The SliceFilter property returns filtering settings of elements used in calculation. |
![]() |
UpdateType | The UpdateType property determines a method of data update on calculation. |
See also: