The IMDCalculationExpressionParser interface contains properties and methods that are used to recognize formulas in a text string.
| Property name | Brief description | |
| Calculation | The Calculation property returns data of multidimensional calculation on DB server. | |
| Expression | The Expression property returns the expression obtained after parsing the Text string. | |
| TermKey | The TermKey property maps a unique key of a data source or data consumer element with the term specified as a character string. | |
| TermSum | The TermSum property determines a method of summation of child element values for the element mapped with the specified term. | |
| Text | The Text property determines text of the formula that must be parsed. |
| Method name | Brief description | |
| ClearTermKeys | The ClearTermKeys method resets all mappings of data source elements with terms. | |
| Parse | The Parse method parses a formula specified as a text string. |
See also: