Display currency

Vigneshwar2024
New Contributor

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

2 REPLIES 2

sameburn
Contributor II

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

 

 

Henning
Valued Contributor II

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