Triple Posted February 23, 2009 Posted February 23, 2009 Hello, This is probably very simple, but I can't figure it out for the life of me. I am trying to make a 3 digit decimal which is less than 1 appear without the 0 to the left of the decimal point. i.e. I have an average that I want to appear as .420 and not 0.420. Any Suggestions? Thanks
RalphL Posted February 23, 2009 Posted February 23, 2009 You will have to change the average to text. One way to do this is: "." & GetAsText (Round (1000 * Your Average ; 0)) this will insure trailing zeros.
mr_vodka Posted February 23, 2009 Posted February 23, 2009 Please do not double post. http://fmforums.com/forum/showtopic.php?tid/201023/post/318170
Triple Posted February 24, 2009 Author Posted February 24, 2009 This worked perfectly! Thanks for the help.
Recommended Posts
This topic is 5821 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now