Customer Portal

How to set number of decimal places

Comments 1

  • Avatar
    Pedro Vazquez Rosario
    0
    Comment actions Permalink
    Hi,

    I would recommend two options depending if you want to round the decimal value or not:
    • You can change the metadata type from number to decimal (will not round the value), also make sure you specify the precision in property Scale
    • Use a Reformat component and in the CTL code use function round (you can find more information on how round here)

Please sign in to leave a comment.