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
NidhiMangtani
3 years agoContributor III
Displaying currency in a cube view for a Balance account
Hello All,
I want to display the default currency value for specific entities in a cube view. Account being displayed is of type Balance so ShowCurrency setting fails to display currency here. Thinking of writing a XFBR rule to pull currency and display custom names in the rows along with Entity names. Is there a better alternative to achieve this?
Any leads would be appreciated.
You should be able to use XFMemberProperty(DimType=Entity, Member=|MFEntity|, Property=Currency) instead of an XFBR. Alternatively, if you wanted it in a cell, you could create a UD8 member to pull Entity currency and have a column showing the currency. It depends on what the report should look like.
1 Reply
- EricOsmanski
OneStream Employee
You should be able to use XFMemberProperty(DimType=Entity, Member=|MFEntity|, Property=Currency) instead of an XFBR. Alternatively, if you wanted it in a cell, you could create a UD8 member to pull Entity currency and have a column showing the currency. It depends on what the report should look like.
Related Content
- 2 years ago