Forum Discussion

Vigneshwar2024's avatar
Vigneshwar2024
New Contributor
10 months ago

Display currency

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

2 Replies

  • sameburn's avatar
    sameburn
    Contributor III

    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's avatar
    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).