Can't format decimal in HTML email using SMTP

Noeline
Member Posts: 54
Hi all
I am sending an html email from NAV and having problems with showing the amount data with 2 fixed decimals so it looks like the example below.
26.2
6,480
20.99
I would like it to look more like this:-
26.20
6,480.00
20.99
The data is is a table. Not sure if that's relevant. Any suggestions on the FORMAT statement?
Thanks - Noeline
I am sending an html email from NAV and having problems with showing the amount data with 2 fixed decimals so it looks like the example below.
26.2
6,480
20.99
I would like it to look more like this:-
26.20
6,480.00
20.99
The data is is a table. Not sure if that's relevant. Any suggestions on the FORMAT statement?
Thanks - Noeline
0
Answers
-
FORMAT(YourNumber, 0, 0)
The first zero tells it to use the whole number (or length of the string). The second zero tell it to do
"<Sign><Integer Thousand><Decimals>"0 -
Thanks for the reply Matttrax, but I have already tried that to no avail. It still only shows significant decimals.
If all else fails I will have to convert it to text before I append it but I would really prefer a more elegant solution.
Regards - Noeline0 -
Try this format string
<Precision,2><Sign><Integer Thousand><Decimals>0 -
=D> =D> =D>
Thanks!!
I tried it before but my syntax or something was wrong and it didn't work.
Tried it again this time and its perfect.
Thanks for the help.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions