Assembly: Express;
The IEaxDataAreaTransformation interface is used to work with data transformation formula in analytical area.
IEaxDataAreaTransformation
To get object of this type, use properties and methods of the IEaxDataAreaTransformations interface.
Property name | Brief description | |
CalculationMode | The CalculationMode property sets formula calculation for calculated elements in calculation chain. | |
DefaultUnit | The DefaultUnit property determines scale of dimension unit. | |
DimKey | The DimKey property determines key of dimension where data transformation formula is located. | |
Element | The Element returns index of calculated element in the dimension, to which transformation formula corresponds. | |
ElementId | The ElementId property returns identifier of calculated element. | |
Enabled | The Enabled property determines whether data transformation formula will be active. | |
Expression | The Expression property returns the expression transforming data of analytical area. | |
GeneratedName | The GeneratedName property returns generated name of data transformation formula. | |
Key | The Key property returns key of data transformation formula within the collection where it is created. | |
Level | The Level property determines formula calendar frequency. | |
ModifierOperation | The ModifierOperation property returns operation type of selection modification. | |
ModifierRightOperand | The ModifierRightOperand property returns modified selection of dimension. | |
Name | The Name property determines data transformation formula name. | |
OutputPeriod | The OutputPeriod property returns data unloading period. | |
Period | The Period property returns formula calculation period. | |
Selection | The Selection property determines selection of dimension where data transformation formula is located. | |
Transform | The Transform property returns object to work with parameters of data transformation formula. | |
Transformations | The Transformations property returns parent object of data transformation formula in analytical area. |
Method name | Brief description | |
Execute | The Execute method transforms data by formula and returns data matrix. | |
Modifier | The Modifier method modifies dimension selection. | |
TestModifier | The TestModifier method checks operation of selection modification. |
See also: