Transformation: Can I use transformation to make a numeric field 2 dec places?
Transformation: Can I use transformation to make a numeric field 2 dec places?
I have a 4 dec place number that I need to make 2 decimal places - can Transformation rules help?
0
Comments
Hi David - Read up on handlebars helpers. You'll want the toFixed helper function.
{{toFixed fieldName 2}}
Handlebars helper reference – Celigo Help Center
Hi David Gollom,
Thanks so much for providing great solutions to help people in the community! Have a wonderful weekend!
Please sign in to leave a comment.