Skip to main content
September 30, 2024

Display currency

  • September 30, 2024
  • 2 replies
  • 0 views

Hi Community Is there any way that we can do to display currencies based on our entity through extensibility rules

2 replies

September 30, 2024

Hi Vigneshwar2024 , it is unclear what you mean by "display"?

But you can derive Entity currency in an Extensibility rule from the Entity Member using this BRApi

Dim entityCurrency As String = BRApi.Finance.Entity.GetLocalCurrency(si, entityMbr.MemberId).Name

 

 

September 30, 2024

Hi, like Sam I am not sure what you are looking for here. If you mean to display currency in a cube view, you can set ShowCurrency = True. This will display the currency of a data cell in a cube view (typically entity currency, but that depends on the exact setup of the solution).


Henning_0-1727697146796.png