CurrencyTables Property
The CurrencyTables property returns a collection of CurrencyTable objects.
Syntax
Model .CurrencyTables
Applies To
Discussion
Use this collection to add, select or remove a CurrencyTable object. Transformer uses the currency table information in a CurrencyTable object to make the correct currency rate conversions when users view cubes in PowerPlay®.
For conversions to or from EMU currencies, you need two tables. One table must have the CurrencyTableType property set to trCurrencyTableBase and the other must be set to trCurrencyTableEuro. A CurrencyTables collection can only contain one of each type of table.
A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.
Type
Object - CurrencyTables
Access
Read
Examples
objBaseTable = objModel.CurrencyTables.Add()