Hello !
This is amazing, but I need the same thing. I used both of your suggestions (vidru) To get rid of trailing zeros without rounding off the decimal.
If Int(Val({Table.Field})) <> Val({Table.Field}) Then
{Table.Field} + " mg"
Else
ToText(Val({Table.Field}), 0, "") + " mg";
And of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.