Forum Discussion

TCordeiro's avatar
TCordeiro
Frequent Visitor
6 years ago

Formatting based on Parameter

Hello all,

 

I need to format numeric values based on the user choice of Parameter (dot or comma) and format those values:

Example:
If Parameter dot then 325.12
If Parameter comma the 325,12

Thanks in advance

3 Replies

  • Nathaniel_C's avatar
    Nathaniel_C
    Community Champion

    TCordeiro ,

     

    Try using FORMAT() and IF() If parameter =" ." then FORMAT (325.00) Else FORMAT(325,00).

    If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
    Nathaniel