Hi. I want to join two items using the calcuLation field.
Order ID- Text field
&
Total- Number field -Currency style with 2 decimal places
Using Tap Forms calculation field that allows you to pick the fields and put a space between them got me this result:
9175444000-215.66265
Is there a way for me to keep the formatting in my calculated field?
I want to get this result:
917644000 – $215.67
Thanks in advance!
Yvette
Hi Yvette,
Yes you can do this. Use the FORMAT() function for that around your Total field.
Order ID + "-" + FORMAT(Total; "$0.00")