The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Marco
9 months agoContributor II
Perform a Translate within a Calculate when copying information.
In a calculation, I'm copying data from one scenario to another. I have no issues with the amounts in local currency, but with the USD currency I do, because it retains the same value as the scenario...
JackLacava
OneStream Employee
9 months agoThis code executes a copy only when working with the Local currency of the Entity being calculated, because of this check:
If api.Cons.IsLocalCurrencyForEntity() Then
If USD is not the entity currency, it won't do anything.
The Translate call (last line) is also incomplete, so it will never run.
Related Content
- 9 months ago
- 8 months ago
- 8 months ago