Copy one dimension to another
Through a TGKML script it is possible to copy one dimension to another. Let's see some examples to better understand which syntax has to be used.
[X00000](EntityCtp.Entity) - sets the ctp entity equal to the entity;
[X00000](EntityCtp.Entity, Entity.EntityCtp) - exchanges the entity with the ctp entity;
[X00000](Currency.Currency2) - sets the original currency equal to the currency
[X00000](Amount.Amount2) - sets the amount in original currency equal to the amount (it works in the same way for the currency even though it is not specified).
Moreover, Tagetik allows to read the amount rather than the amount in original currency (for further details about the amounts see Amounts and currencies) without changing the information on the currency. For example, if we write:
[20132](Amount2OnAmount) - sets the amount in original currency equal to the amount (but it DOES NOT work this way on the currency fields).