Skip to main content
June 24, 2024

Multi Currency Input in Entity apart from Local

  • June 24, 2024
  • 2 replies
  • 2 views

Can we do input in multiple currency? How can we do input in other currency apart from Local? For example, if I have IN entity, I want to do input in SG, USD and other currency?

2 replies

June 24, 2024

Hi, you can use the flow dimension for this, if you seek to leverage native functionality:


Henning_0-1719217413591.png

This will allow you to collect the data in different currencies. The system will translate the data to the entity's currency on C#Local.

Please find the documentation here (under "Flow Processing"):

Flow Dimension (onestream.com)

June 24, 2024

As Henning was describing, you can create flows to enter data in other currencies.

An other option is to use an UD dimension for this. Depends a bit on the business case and what you want to achieve.