February 21, 201015 yr 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
February 21, 201015 yr Author 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
Create an account or sign in to comment