GetDataEx(objectId: String, attrId: String, valIndx: Integer): Variant;
objectId. Dimension identifier.
attrId. Indicator identifier.
valIndx. Element index.
The GetDataEx method returns data of set dimension element by its index and indicator identifier.
To get data with default attribute, use the IVZMultiplyDataSource.GetData method.
The method use is given in the example for IVZMultiplyDataSource.GetData.
See also: