0 is dropping of when the total ends in 0
We have a number field is set to 2 decimal places and works great. shows the total for the invoice and is great.
To print it all nice we added a Rich text field with a formula that shows the total again
"<table bgcolor=\"white\" border='0' cellpadding='1' cellspacing='0'\nstyle='width:100%;font-family:Arial;'>" &
" <tbody>" &
" <tr>" &
"" &
" <td style='text-align: right'" &
" <p><span style='font-size:20px;'><strong>Total: $\n" & Floor([Total Retail], 0.01) & "</strong></span></p>" &
" </tr>" &
" <td style='text-align: right'" &
" <p><span style ='font-size:14px;'>" & "</span></p></td>" &
" <tr>" &
" </tr>" &
" <tr><td style='text-align: center'" &
" <p><span style='font-size:16px;'>Thank you! </span></p>" &
" </tr>" &
" </tbody>" &
"</table>"
BUT its all perfect UNTIL the total ends in a 0. then it cuts it off...
So $795.10 shows as $795.1
Any thoughts what I am missing?
------------------------------
Ali Mohsenian
------------------------------