Skip to main content
July 20, 2023
Question

a!currency()

  • July 20, 2023
  • 3 replies
  • 0 views

a!currency()

what is the role of:--

isocode:"USD" ,"EUR

format: CODE,LOCALE,SYMBOL

how they related to each other

    3 replies

    stefanhelzle0001
    Brainy
    July 20, 2023

    Do you have specific questions that go beyond the documentation?

    docs.appian.com/.../fnc_text_currency.html

    July 21, 2023

    In the a!currency() function,

    1. isoCode: we have to mention the country currency code here for which you want to display the desired output. For Example: INR, USD, CAD, GBP , EUR, AUD

    2.format: We have 3 types of Formats. With the below examples you can clearly understand the difference between those 3 formats.

                    1. CODE: 

                    2.LOCALE:

                    3.SYMBOL:

     

    July 21, 2023

    thanks for help