Matt_ Posted February 21, 2010 Posted February 21, 2010 Hi there, I'm working on a billing statement, and I'm trying to sort something out. On the "Account Terms and Conditions" portion of the statement, it shows the late payment interest rate. If the rate is an even number, for example 24% it displays correctly, but if it's a rate like 22.75%, the decimal place doesn't appear. I've tried changing fonts to see if the decimal place wasn't a recognized character in that font set but it does the same for Arial, Times New Roman, etc.. The field it uses is specifically for displaying the interest rate in examples like this Account_InterestRate = 0.2275 Account_DisplayRate = Account_InterestRate * 100 = 22.75 Is there something I'm doing wrong? Thanks : Matt AccountStatementIntRate24.pdf AccountStatementIntRate2275.pdf
Matt_ Posted February 21, 2010 Author Posted February 21, 2010 I was actually able to sort it out. It was setup to Format as decimal - 2 decimal points. I changed it to "Leave data formatted as entered" and it works just fine. Thanks : Matt
Recommended Posts
This topic is 5458 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