Skip to main content

Round to 2 decimals

Comments

1 comment

  • David Paras

    This can be achieved by using the format-number function. By using the format number function you can specify the decimal places by increasing the count of # in below format:

    format-number($Input_SourceSchema/Root/Record/amount,'#.##')

    0

Post is closed for comments.