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
sonuanand
1 month agoNew Contributor
Select Currency Property for Entity Member
While building the hierarchy using codes, In the Entity Dimension hierarchy "EntityH1", I have a base member as "MyBase". Below code is successfully creating a new child member as "T2" under Parent "...
- 1 month ago
Found the currency code in FX tables (dbo.FxRate). To automate, can create a list/ array and map the currency with the code.
Sample Code:
entityProperties.Currency.SetStoredValue(122)
sonuanand
1 month agoNew Contributor
Found the currency code in FX tables (dbo.FxRate). To automate, can create a list/ array and map the currency with the code.
Sample Code:
entityProperties.Currency.SetStoredValue(122)
Related Content
- 2 years ago
- 2 years ago
- 2 years ago