MsTermTextFormat

Description

The MsTermTextFormat enumeration is used to determine a format of term name view.

It is used by the following properties:

Available Values

Value Brief description
0 None. The default value.
1 Brackets. Term name without brackets.
2 DataSource. Term name with data source specification.
4 Time. Term name with lag specification.
8 Inversions. Name with term initial transformation and its period specification.
16 Screened. Term name without information about transformation, lag, data source and with escaped characters.
32 NoAttribute. Term name without attributes used in it.
64 EmptyAsX. It is used in the platform kernel, it is not to be used in application code.
239 Pure. Full name of the term without escaped characters.
255 All. Full name of the term with escaped characters.
256 InnerText. Internal variable of the term used in formulas.
512 AttributeName. The term name must contain the name of the attribute, not its value.
4096 AlgoFormat. Full name of the term with escaped characters and separating value in the term using spaces (it is used in the calculation algorithm).

Comments

To apply the several formatting parameters, specify required value of the MsTermTextFormat enumeration values using Or.

The \ symbol is used for character escaping.

Term with the following parameters exists:

Term name that is returned by the IMsFormulaTermInfo.TermText property: {dlogYoY(TEST_COPY1!Afghanistan|BCA[t+2], 3)}.

This term name is given below after applying this method:

See also:

Ms Assembly Enumerations